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