[][src]Struct tensorflow_proto::xla::LoadDataResponse

pub struct LoadDataResponse {
    pub data: Option<GlobalDataHandle>,
    pub data_shape: Option<ShapeProto>,
    pub available_rows: i64,
    pub rows_loaded: i64,
    pub nanoseconds: i64,
}

Fields

data: Option<GlobalDataHandle>data_shape: Option<ShapeProto>available_rows: i64rows_loaded: i64nanoseconds: i64

Trait Implementations

impl Clone for LoadDataResponse[src]

impl Debug for LoadDataResponse[src]

impl Default for LoadDataResponse[src]

impl Message for LoadDataResponse[src]

impl PartialEq<LoadDataResponse> for LoadDataResponse[src]

impl StructuralPartialEq for LoadDataResponse[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.