Struct tensorflow::ops::DTensorSetGlobalTPUArray
source · pub struct DTensorSetGlobalTPUArray { /* private fields */ }
Expand description
Builder for the DTensorSetGlobalTPUArray
operation.
Implementations§
source§impl DTensorSetGlobalTPUArray
impl DTensorSetGlobalTPUArray
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>>(
&self,
topology: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, topology: O0, scope: &mut Scope ) -> Result<Operation>
Builds the DTensorSetGlobalTPUArray
operation.
sourcepub fn build_instance(
&self,
topology: Output,
scope: &mut Scope
) -> Result<DTensorSetGlobalTPUArrayInst>
pub fn build_instance( &self, topology: Output, scope: &mut Scope ) -> Result<DTensorSetGlobalTPUArrayInst>
Builds a new instance of ‘DTensorSetGlobalTPUArray’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for DTensorSetGlobalTPUArray
impl Debug for DTensorSetGlobalTPUArray
source§impl Default for DTensorSetGlobalTPUArray
impl Default for DTensorSetGlobalTPUArray
source§fn default() -> DTensorSetGlobalTPUArray
fn default() -> DTensorSetGlobalTPUArray
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DTensorSetGlobalTPUArray
impl Send for DTensorSetGlobalTPUArray
impl Sync for DTensorSetGlobalTPUArray
impl Unpin for DTensorSetGlobalTPUArray
impl UnwindSafe for DTensorSetGlobalTPUArray
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more