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