Struct tfdeploy::analyser::rules::prelude::ElementProxy [−][src]
pub struct ElementProxy { /* fields omitted */ }A proxy for a tensor element.
Methods
impl ElementProxy[src]
impl ElementProxypub fn new(path: Path) -> ElementProxy[src]
pub fn new(path: Path) -> ElementProxyCreates a new ElementProxy instance.
Trait Implementations
impl<'a> IntoExp<IntFact> for &'a ElementProxy[src]
impl<'a> IntoExp<IntFact> for &'a ElementProxyimpl Index<usize> for ElementProxy[src]
impl Index<usize> for ElementProxytype Output = ElementProxy
The returned type after indexing.
fn index(&self, index: usize) -> &ElementProxy[src]
fn index(&self, index: usize) -> &ElementProxyReturns the ElementProxy corresponding to the given index.
impl Proxy for ElementProxy[src]
impl Proxy for ElementProxyimpl Debug for ElementProxy[src]
impl Debug for ElementProxyfn fmt(&self, formatter: &mut Formatter) -> Result[src]
fn fmt(&self, formatter: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> Proxy for &'a ElementProxy[src]
impl<'a> Proxy for &'a ElementProxyimpl ComparableProxy for ElementProxy[src]
impl ComparableProxy for ElementProxyimpl<'a> ComparableProxy for &'a ElementProxy[src]
impl<'a> ComparableProxy for &'a ElementProxyAuto Trait Implementations
impl Send for ElementProxy
impl Send for ElementProxyimpl !Sync for ElementProxy
impl !Sync for ElementProxy