Struct tvm::ir::relay::attrs::transform::CastAttrsNode [−][src]
#[repr(C)]pub struct CastAttrsNode {
pub base: BaseAttrsNode,
pub dtype: DataType,
}
Fields
base: BaseAttrsNode
dtype: DataType
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CastAttrsNode
impl Send for CastAttrsNode
impl Sync for CastAttrsNode
impl Unpin for CastAttrsNode
impl UnwindSafe for CastAttrsNode
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