pub enum AttrValue_oneof_value {
s(Vec<u8>),
i(i64),
f(f32),
b(bool),
field_type(DataType),
shape(TensorShapeProto),
tensor(TensorProto),
list(AttrValue_ListValue),
func(NameAttrList),
placeholder(String),
}Variants§
s(Vec<u8>)
i(i64)
f(f32)
b(bool)
field_type(DataType)
shape(TensorShapeProto)
tensor(TensorProto)
list(AttrValue_ListValue)
func(NameAttrList)
placeholder(String)
Trait Implementations§
Source§impl Clone for AttrValue_oneof_value
impl Clone for AttrValue_oneof_value
Source§fn clone(&self) -> AttrValue_oneof_value
fn clone(&self) -> AttrValue_oneof_value
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AttrValue_oneof_value
impl Debug for AttrValue_oneof_value
Source§impl PartialEq for AttrValue_oneof_value
impl PartialEq for AttrValue_oneof_value
impl StructuralPartialEq for AttrValue_oneof_value
Auto Trait Implementations§
impl !Freeze for AttrValue_oneof_value
impl RefUnwindSafe for AttrValue_oneof_value
impl Send for AttrValue_oneof_value
impl Sync for AttrValue_oneof_value
impl Unpin for AttrValue_oneof_value
impl UnwindSafe for AttrValue_oneof_value
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more