Struct tvm::runtime::function::Function [−][src]
pub struct Function { /* fields omitted */ }
Expand description
An owned thread-safe version of tvm::PackedFunc
for consumption in Rust.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Function
impl UnwindSafe for Function
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more