Function tensorflow::ops::load_and_remap_matrix
source · pub fn load_and_remap_matrix<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
ckpt_path: O0,
old_tensor_name: O1,
row_remapping: O2,
col_remapping: O3,
initializing_values: O4,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for LoadAndRemapMatrix::new().build(ckpt_path, old_tensor_name, row_remapping, col_remapping, initializing_values, scope)
.