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