Struct tensorflow::eager::raw_ops::LoadAndRemapMatrix
source · pub struct LoadAndRemapMatrix { /* private fields */ }
Expand description
LoadAndRemapMatrix
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/LoadAndRemapMatrix
Implementations§
source§impl LoadAndRemapMatrix
impl LoadAndRemapMatrix
sourcepub fn max_rows_in_memory<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn max_rows_in_memory<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the max_rows_in_memory
attribute.
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>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
ckpt_path: &T0,
old_tensor_name: &T1,
row_remapping: &T2,
col_remapping: &T3,
initializing_values: &T4
) -> Result<TensorHandle<'a>>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>>( &self, ctx: &'a Context, ckpt_path: &T0, old_tensor_name: &T1, row_remapping: &T2, col_remapping: &T3, initializing_values: &T4 ) -> Result<TensorHandle<'a>>
Execute load_and_remap_matrix.
Trait Implementations§
source§impl Clone for LoadAndRemapMatrix
impl Clone for LoadAndRemapMatrix
source§fn clone(&self) -> LoadAndRemapMatrix
fn clone(&self) -> LoadAndRemapMatrix
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 LoadAndRemapMatrix
impl Debug for LoadAndRemapMatrix
Auto Trait Implementations§
impl RefUnwindSafe for LoadAndRemapMatrix
impl Send for LoadAndRemapMatrix
impl Sync for LoadAndRemapMatrix
impl Unpin for LoadAndRemapMatrix
impl UnwindSafe for LoadAndRemapMatrix
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