Enum tensorflow::expr::ShapeHint
source · pub enum ShapeHint<'a> {
Unknown,
Exactly(&'a [u64]),
}
Expand description
Enum of an expr’s possible shape states
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ShapeHint<'a>
impl<'a> Send for ShapeHint<'a>
impl<'a> Sync for ShapeHint<'a>
impl<'a> Unpin for ShapeHint<'a>
impl<'a> UnwindSafe for ShapeHint<'a>
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