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