[][src]Struct tensorflow_serving_client::meta_graph::TensorInfo_CompositeTensor

pub struct TensorInfo_CompositeTensor {
    pub type_spec: SingularPtrField<TypeSpecProto>,
    pub components: RepeatedField<TensorInfo>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

type_spec: SingularPtrField<TypeSpecProto>components: RepeatedField<TensorInfo>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl TensorInfo_CompositeTensor[src]

pub fn new() -> TensorInfo_CompositeTensor[src]

pub fn get_type_spec(&self) -> &TypeSpecProto[src]

pub fn clear_type_spec(&mut self)[src]

pub fn has_type_spec(&self) -> bool[src]

pub fn set_type_spec(&mut self, v: TypeSpecProto)[src]

pub fn mut_type_spec(&mut self) -> &mut TypeSpecProto[src]

pub fn take_type_spec(&mut self) -> TypeSpecProto[src]

pub fn get_components(&self) -> &[TensorInfo][src]

pub fn clear_components(&mut self)[src]

pub fn set_components(&mut self, v: RepeatedField<TensorInfo>)[src]

pub fn mut_components(&mut self) -> &mut RepeatedField<TensorInfo>[src]

pub fn take_components(&mut self) -> RepeatedField<TensorInfo>[src]

Trait Implementations

impl Clear for TensorInfo_CompositeTensor[src]

impl Clone for TensorInfo_CompositeTensor[src]

impl Debug for TensorInfo_CompositeTensor[src]

impl Default for TensorInfo_CompositeTensor[src]

impl<'a> Default for &'a TensorInfo_CompositeTensor[src]

impl Message for TensorInfo_CompositeTensor[src]

impl PartialEq<TensorInfo_CompositeTensor> for TensorInfo_CompositeTensor[src]

impl ProtobufValue for TensorInfo_CompositeTensor[src]

impl StructuralPartialEq for TensorInfo_CompositeTensor[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.