[][src]Struct tensorflow_proto::xla::BufferAllocationProto

pub struct BufferAllocationProto {
    pub index: i64,
    pub size: i64,
    pub is_thread_local: bool,
    pub is_tuple: bool,
    pub is_entry_computation_parameter: bool,
    pub is_constant: bool,
    pub parameter_number: i64,
    pub parameter_shape_index: Vec<i64>,
    pub maybe_live_out: bool,
    pub color: i64,
    pub assigned: Vec<Assigned>,
}

Serialization of BufferAllocation.

Fields

index: i64size: i64is_thread_local: boolis_tuple: boolis_entry_computation_parameter: boolis_constant: boolparameter_number: i64parameter_shape_index: Vec<i64>maybe_live_out: boolcolor: i64assigned: Vec<Assigned>

Trait Implementations

impl Clone for BufferAllocationProto[src]

impl Debug for BufferAllocationProto[src]

impl Default for BufferAllocationProto[src]

impl Message for BufferAllocationProto[src]

impl PartialEq<BufferAllocationProto> for BufferAllocationProto[src]

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