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