Struct tvm::ir::ty::TensorTypeNode [−][src]
#[repr(C)]pub struct TensorTypeNode {
pub base: TypeNode,
pub shape: Array<PrimExpr>,
pub dtype: DataType,
}
Fields
base: TypeNode
shape: Array<PrimExpr>
dtype: DataType
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for TensorTypeNode
impl !Send for TensorTypeNode
impl !Sync for TensorTypeNode
impl Unpin for TensorTypeNode
impl UnwindSafe for TensorTypeNode
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