pub struct IoMeta {
pub name: String,
pub dtype: DataType,
pub shape: Shape,
}Expand description
Metadata describing a model input or output (§20.2).
Fields§
§name: String§dtype: DataType§shape: ShapeTrait Implementations§
Auto Trait Implementations§
impl Freeze for IoMeta
impl RefUnwindSafe for IoMeta
impl Send for IoMeta
impl Sync for IoMeta
impl Unpin for IoMeta
impl UnsafeUnpin for IoMeta
impl UnwindSafe for IoMeta
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