Struct tensorflow::eager::raw_ops::BatchMatrixBandPart
source · pub struct BatchMatrixBandPart { /* private fields */ }
Expand description
BatchMatrixBandPart
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/BatchMatrixBandPart
Implementations§
source§impl BatchMatrixBandPart
impl BatchMatrixBandPart
sourcepub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
sourcepub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
input: &T0,
num_lower: &T1,
num_upper: &T2
) -> Result<TensorHandle<'a>>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>( &self, ctx: &'a Context, input: &T0, num_lower: &T1, num_upper: &T2 ) -> Result<TensorHandle<'a>>
Execute batch_matrix_band_part.
Trait Implementations§
source§impl Clone for BatchMatrixBandPart
impl Clone for BatchMatrixBandPart
source§fn clone(&self) -> BatchMatrixBandPart
fn clone(&self) -> BatchMatrixBandPart
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BatchMatrixBandPart
impl Debug for BatchMatrixBandPart
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