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