Struct tensorflow::ops::TensorArrayGradWithShape
source · pub struct TensorArrayGradWithShape { /* private fields */ }
Expand description
Builder for the TensorArrayGradWithShape
operation.
Implementations§
source§impl TensorArrayGradWithShape
impl TensorArrayGradWithShape
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
&self,
handle: O0,
flow_in: O1,
shape_to_prepend: O2,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>( &self, handle: O0, flow_in: O1, shape_to_prepend: O2, scope: &mut Scope ) -> Result<Operation>
Builds the TensorArrayGradWithShape
operation.
sourcepub fn build_instance(
&self,
handle: Output,
flow_in: Output,
shape_to_prepend: Output,
scope: &mut Scope
) -> Result<TensorArrayGradWithShapeInst>
pub fn build_instance( &self, handle: Output, flow_in: Output, shape_to_prepend: Output, scope: &mut Scope ) -> Result<TensorArrayGradWithShapeInst>
Builds a new instance of ‘TensorArrayGradWithShape’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for TensorArrayGradWithShape
impl Debug for TensorArrayGradWithShape
source§impl Default for TensorArrayGradWithShape
impl Default for TensorArrayGradWithShape
source§fn default() -> TensorArrayGradWithShape
fn default() -> TensorArrayGradWithShape
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for TensorArrayGradWithShape
impl Send for TensorArrayGradWithShape
impl Sync for TensorArrayGradWithShape
impl Unpin for TensorArrayGradWithShape
impl UnwindSafe for TensorArrayGradWithShape
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