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