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