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