pub enum TensorInfo_oneof_encoding {
name(String),
coo_sparse(TensorInfo_CooSparse),
composite_tensor(TensorInfo_CompositeTensor),
}
Variants§
Trait Implementations§
Source§impl Clone for TensorInfo_oneof_encoding
impl Clone for TensorInfo_oneof_encoding
Source§fn clone(&self) -> TensorInfo_oneof_encoding
fn clone(&self) -> TensorInfo_oneof_encoding
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 TensorInfo_oneof_encoding
impl Debug for TensorInfo_oneof_encoding
impl StructuralPartialEq for TensorInfo_oneof_encoding
Auto Trait Implementations§
impl !Freeze for TensorInfo_oneof_encoding
impl RefUnwindSafe for TensorInfo_oneof_encoding
impl Send for TensorInfo_oneof_encoding
impl Sync for TensorInfo_oneof_encoding
impl Unpin for TensorInfo_oneof_encoding
impl UnwindSafe for TensorInfo_oneof_encoding
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