Struct tensorflow::eager::raw_ops::AssignAddVariableOp
source · pub struct AssignAddVariableOp { /* private fields */ }
Expand description
AssignAddVariableOp
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/AssignAddVariableOp
Implementations§
source§impl AssignAddVariableOp
impl AssignAddVariableOp
sourcepub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
sourcepub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
resource: &T0,
value: &T1
) -> Result<()>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>( &self, ctx: &'a Context, resource: &T0, value: &T1 ) -> Result<()>
Execute assign_add_variable_op.
Trait Implementations§
source§impl Clone for AssignAddVariableOp
impl Clone for AssignAddVariableOp
source§fn clone(&self) -> AssignAddVariableOp
fn clone(&self) -> AssignAddVariableOp
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AssignAddVariableOp
impl Debug for AssignAddVariableOp
Auto Trait Implementations§
impl RefUnwindSafe for AssignAddVariableOp
impl Send for AssignAddVariableOp
impl Sync for AssignAddVariableOp
impl Unpin for AssignAddVariableOp
impl UnwindSafe for AssignAddVariableOp
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