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