Struct tensorflow::ops::TensorArraySizeV2
source · [−]pub struct TensorArraySizeV2 { /* private fields */ }
Expand description
Builder for the TensorArraySizeV2
operation.
Implementations
sourceimpl TensorArraySizeV2
impl TensorArraySizeV2
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>>(
&self,
handle: O0,
flow_in: O1,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>>(
&self,
handle: O0,
flow_in: O1,
scope: &mut Scope
) -> Result<Operation>
Builds the TensorArraySizeV2
operation.
sourcepub fn build_instance(
&self,
handle: Output,
flow_in: Output,
scope: &mut Scope
) -> Result<TensorArraySizeV2Inst>
pub fn build_instance(
&self,
handle: Output,
flow_in: Output,
scope: &mut Scope
) -> Result<TensorArraySizeV2Inst>
Builds a new instance of ‘TensorArraySizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations
sourceimpl Debug for TensorArraySizeV2
impl Debug for TensorArraySizeV2
sourceimpl Default for TensorArraySizeV2
impl Default for TensorArraySizeV2
sourcefn default() -> TensorArraySizeV2
fn default() -> TensorArraySizeV2
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TensorArraySizeV2
impl Send for TensorArraySizeV2
impl Sync for TensorArraySizeV2
impl Unpin for TensorArraySizeV2
impl UnwindSafe for TensorArraySizeV2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more