[−][src]Struct tract_core::analyser::rules::ShapeProxy
A proxy for a tensor shape.
Methods
impl ShapeProxy[src]
pub fn new(path: Path) -> ShapeProxy[src]
Creates a new ShapeProxy instance.
Trait Implementations
impl IntoExp<ShapeFact> for ShapeProxy[src]
impl<'a> IntoExp<ShapeFact> for &'a ShapeProxy[src]
impl Proxy for ShapeProxy[src]
impl<'a> Proxy for &'a ShapeProxy[src]
impl ComparableProxy for ShapeProxy[src]
impl<'a> ComparableProxy for &'a ShapeProxy[src]
impl Debug for ShapeProxy[src]
impl Index<usize> for ShapeProxy[src]
Auto Trait Implementations
impl Send for ShapeProxy
impl !Sync for ShapeProxy
impl Unpin for ShapeProxy
impl UnwindSafe for ShapeProxy
impl !RefUnwindSafe for ShapeProxy
Blanket Implementations
impl<T, E> IntoExp<T> for E where
E: 'static + TExp<T>, [src]
E: 'static + TExp<T>,
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Downcast for T where
T: Any, [src]
T: Any,
fn into_any(self: Box<T>) -> Box<dyn Any + 'static>[src]
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>[src]
fn as_any(&self) -> &(dyn Any + 'static)[src]
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)[src]
impl<T> DowncastSync for T where
T: Send + Sync + Any, [src]
T: Send + Sync + Any,