Type Alias burn_wgpu::compute::WgpuHandle
source · pub type WgpuHandle = Handle<Server>;Expand description
Wgpu server handle.
Aliased Type§
struct WgpuHandle {
pub memory: SimpleHandle,
}Fields§
§memory: SimpleHandleHandle for the memory in use.