Struct tensorflow::ops::TpuHandleToProtoKey
source · pub struct TpuHandleToProtoKey { /* private fields */ }
Expand description
Builder for the TpuHandleToProtoKey
operation.
Implementations§
source§impl TpuHandleToProtoKey
impl TpuHandleToProtoKey
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,
uid: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, uid: O0, scope: &mut Scope ) -> Result<Operation>
Builds the TpuHandleToProtoKey
operation.
sourcepub fn build_instance(
&self,
uid: Output,
scope: &mut Scope
) -> Result<TpuHandleToProtoKeyInst>
pub fn build_instance( &self, uid: Output, scope: &mut Scope ) -> Result<TpuHandleToProtoKeyInst>
Builds a new instance of ‘TpuHandleToProtoKey’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for TpuHandleToProtoKey
impl Debug for TpuHandleToProtoKey
source§impl Default for TpuHandleToProtoKey
impl Default for TpuHandleToProtoKey
source§fn default() -> TpuHandleToProtoKey
fn default() -> TpuHandleToProtoKey
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for TpuHandleToProtoKey
impl Send for TpuHandleToProtoKey
impl Sync for TpuHandleToProtoKey
impl Unpin for TpuHandleToProtoKey
impl UnwindSafe for TpuHandleToProtoKey
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