Docs.rs
tract-gpu-0.23.0-dev.2
tract-gpu 0.23.0-dev.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
kali
Dependencies
anyhow ^1.0.43
normal
derive-new ^0.5.9
normal
downcast-rs ^1.2.0
normal
dyn-hash ^0.2
normal
num-traits ^0.2.14
normal
tract-core =0.23.0-dev.2
normal
tract-transformers =0.23.0-dev.2
normal
Versions
24.03%
of the crate is documented
Go to latest stable release
Platform
i686-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
IntoDevice
tract_
gpu
0.23.0-dev.2
Into
Device
Required Methods
into_device
Implementations on Foreign Types
Arc<Tensor>
Tensor
Implementors
In tract_
gpu::
tensor
tract_gpu
::
tensor
Trait
Into
Device
Copy item path
Source
pub trait IntoDevice<T> { // Required method fn
into_device
(self) ->
TractResult
<T>; }
Required Methods
§
Source
fn
into_device
(self) ->
TractResult
<T>
Implementations on Foreign Types
§
Source
§
impl
IntoDevice
<
DeviceTensor
> for
Arc
<
Tensor
>
Source
§
fn
into_device
(self) ->
TractResult
<
DeviceTensor
>
Source
§
impl
IntoDevice
<
DeviceTensor
> for
Tensor
Source
§
fn
into_device
(self) ->
TractResult
<
DeviceTensor
>
Implementors
§