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