Struct tvm::ir::relay::attrs::nn::PadAttrsNode [−][src]
#[repr(C)]pub struct PadAttrsNode {
pub base: BaseAttrsNode,
pub pad_width: Array<Array<PrimExpr>>,
pub pad_mode: TString,
}
Fields
base: BaseAttrsNode
pad_width: Array<Array<PrimExpr>>
pad_mode: TString
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for PadAttrsNode
impl !Send for PadAttrsNode
impl !Sync for PadAttrsNode
impl Unpin for PadAttrsNode
impl UnwindSafe for PadAttrsNode
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