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