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