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