LostTech.TensorFlow : API Documentation

Type gen_checkpoint_ops

Namespace tensorflow.python.ops.gen_checkpoint_ops

Public static methods

object generate_vocab_remapping(IGraphNodeBase new_vocab_file, IGraphNodeBase old_vocab_file, int new_vocab_offset, int num_new_vocab, int old_vocab_size, string name)

object generate_vocab_remapping_dyn(object new_vocab_file, object old_vocab_file, object new_vocab_offset, object num_new_vocab, ImplicitContainer<T> old_vocab_size, object name)

object generate_vocab_remapping_eager_fallback(IGraphNodeBase new_vocab_file, IGraphNodeBase old_vocab_file, int new_vocab_offset, int num_new_vocab, int old_vocab_size, string name, Context ctx)

object generate_vocab_remapping_eager_fallback_dyn(object new_vocab_file, object old_vocab_file, object new_vocab_offset, object num_new_vocab, ImplicitContainer<T> old_vocab_size, object name, object ctx)

Tensor load_and_remap_matrix(IGraphNodeBase ckpt_path, IGraphNodeBase old_tensor_name, IGraphNodeBase row_remapping, IGraphNodeBase col_remapping, IGraphNodeBase initializing_values, int num_rows, int num_cols, int max_rows_in_memory, string name)

object load_and_remap_matrix_dyn(object ckpt_path, object old_tensor_name, object row_remapping, object col_remapping, object initializing_values, object num_rows, object num_cols, ImplicitContainer<T> max_rows_in_memory, object name)

object load_and_remap_matrix_eager_fallback(IGraphNodeBase ckpt_path, IGraphNodeBase old_tensor_name, IGraphNodeBase row_remapping, IGraphNodeBase col_remapping, IGraphNodeBase initializing_values, int num_rows, int num_cols, int max_rows_in_memory, string name, Context ctx)

object load_and_remap_matrix_eager_fallback_dyn(object ckpt_path, object old_tensor_name, object row_remapping, object col_remapping, object initializing_values, object num_rows, object num_cols, ImplicitContainer<T> max_rows_in_memory, object name, object ctx)

Public properties

PythonFunctionContainer generate_vocab_remapping_eager_fallback_fn get;

PythonFunctionContainer generate_vocab_remapping_fn get;

PythonFunctionContainer load_and_remap_matrix_eager_fallback_fn get;

PythonFunctionContainer load_and_remap_matrix_fn get;