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