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