pub struct TPUReplicateMetadata { /* private fields */ }
Expand description

Builder for the TPUReplicateMetadata operation.

Implementations§

source§

impl TPUReplicateMetadata

source

pub fn new() -> Self

Creates a new TPUReplicateMetadata.

source

pub fn num_replicas<ArgType: Into<i64>>(self, value: ArgType) -> Self

Sets the num_replicas attribute.

source

pub fn num_cores_per_replica<ArgType: Into<i64>>(self, value: ArgType) -> Self

Sets the num_cores_per_replica attribute.

source

pub fn topology<ArgType: Into<String>>(self, value: ArgType) -> Self

Sets the topology attribute.

source

pub fn use_tpu<ArgType: Into<bool>>(self, value: ArgType) -> Self

Sets the use_tpu attribute.

source

pub fn device_assignment<ArgType: Into<Vec<i64>>>(self, value: ArgType) -> Self

Sets the device_assignment attribute.

source

pub fn computation_shape<ArgType: Into<Vec<i64>>>(self, value: ArgType) -> Self

Sets the computation_shape attribute.

source

pub fn host_compute_core<ArgType: Into<Vec<String>>>( self, value: ArgType ) -> Self

Sets the host_compute_core attribute.

source

pub fn padding_map<ArgType: Into<Vec<String>>>(self, value: ArgType) -> Self

Sets the padding_map attribute.

source

pub fn step_marker_location<ArgType: Into<String>>(self, value: ArgType) -> Self

Sets the step_marker_location attribute.

source

pub fn allow_soft_placement<ArgType: Into<bool>>(self, value: ArgType) -> Self

Sets the allow_soft_placement attribute.

source

pub fn use_spmd_for_xla_partitioning<ArgType: Into<bool>>( self, value: ArgType ) -> Self

Sets the use_spmd_for_xla_partitioning attribute.

source

pub fn tpu_compile_options_proto<ArgType: Into<String>>( self, value: ArgType ) -> Self

Sets the tpu_compile_options_proto attribute.

source

pub fn add_control_input(self, op: Operation) -> Self

Adds a control input.

source

pub fn build(&self, scope: &mut Scope) -> Result<Operation>

Builds the TPUReplicateMetadata operation.

source

pub fn build_instance( &self, scope: &mut Scope ) -> Result<TPUReplicateMetadataInst>

Builds a new instance of ‘TPUReplicateMetadata’ Operation with it’s Outputs and Inputs exposed as methods.

Trait Implementations§

source§

impl Debug for TPUReplicateMetadata

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for TPUReplicateMetadata

source§

fn default() -> TPUReplicateMetadata

Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.