Struct tensorflow::ops::TensorArrayGradV3Inst
source · pub struct TensorArrayGradV3Inst {
pub op: Operation,
}
Expand description
An instance of ‘TensorArrayGradV3’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built TensorArrayGradV3 Operation in a Tensorflow graph.
Implementations§
source§impl TensorArrayGradV3Inst
impl TensorArrayGradV3Inst
sourcepub fn grad_handle(&self) -> Output
pub fn grad_handle(&self) -> Output
Returns the ‘grad_handle’ Output of this ‘TensorArrayGradV3’ operation.
sourcepub fn flow_out(&self) -> Output
pub fn flow_out(&self) -> Output
Returns the ‘flow_out’ Output of this ‘TensorArrayGradV3’ operation.
Trait Implementations§
source§impl Clone for TensorArrayGradV3Inst
impl Clone for TensorArrayGradV3Inst
source§fn clone(&self) -> TensorArrayGradV3Inst
fn clone(&self) -> TensorArrayGradV3Inst
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 TensorArrayGradV3Inst
impl Debug for TensorArrayGradV3Inst
source§impl From<TensorArrayGradV3Inst> for Operation
impl From<TensorArrayGradV3Inst> for Operation
source§fn from(inst: TensorArrayGradV3Inst) -> Operation
fn from(inst: TensorArrayGradV3Inst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for TensorArrayGradV3Inst
impl Send for TensorArrayGradV3Inst
impl Sync for TensorArrayGradV3Inst
impl Unpin for TensorArrayGradV3Inst
impl UnwindSafe for TensorArrayGradV3Inst
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