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