Struct tensorflow::ops::BatchMatrixBandPart
source · [−]pub struct BatchMatrixBandPart { /* private fields */ }
Expand description
Builder for the BatchMatrixBandPart
operation.
Implementations
sourceimpl 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
sourceimpl Debug for BatchMatrixBandPart
impl Debug for BatchMatrixBandPart
sourceimpl Default for BatchMatrixBandPart
impl Default for BatchMatrixBandPart
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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