Struct tfdeploy::analyser::rules::prelude::ElementProxy[][src]

pub struct ElementProxy { /* fields omitted */ }

A proxy for a tensor element.

Methods

impl ElementProxy
[src]

Creates a new ElementProxy instance.

Trait Implementations

impl<'a> IntoExp<IntFact> for &'a ElementProxy
[src]

Converts the value to an Expression.

impl Index<usize> for ElementProxy
[src]

The returned type after indexing.

Returns the ElementProxy corresponding to the given index.

impl Proxy for ElementProxy
[src]

Returns the symbolic path to the value.

impl Debug for ElementProxy
[src]

Formats the value using the given formatter. Read more

impl<'a> Proxy for &'a ElementProxy
[src]

Returns the symbolic path to the value.

impl ComparableProxy for ElementProxy
[src]

impl<'a> ComparableProxy for &'a ElementProxy
[src]

Auto Trait Implementations

impl Send for ElementProxy

impl !Sync for ElementProxy