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