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