/external/tensorflow/tensorflow/python/training/ |
D | checkpoint_ops.py | 33 def _load_and_remap_matrix(ckpt_path, argument 182 ckpt_path=ckpt_path, 206 def _load_and_remap_matrix_initializer(ckpt_path, argument 401 ckpt_path=ckpt_path, 419 def _load_embedding_initializer(ckpt_path, argument 474 ckpt_path=ckpt_path,
|
D | checkpoint_ops_test.py | 103 ckpt_path=[self.checkpoint_file], 133 ckpt_path=[self.checkpoint_file], 170 ckpt_path=[self.checkpoint_file], 203 ckpt_path=[self.checkpoint_file], 240 ckpt_path=[self.checkpoint_file], 275 ckpt_path=[self.checkpoint_file], 320 ckpt_path=[self.checkpoint_file], 359 ckpt_path=[self.checkpoint_file],
|
D | checkpoint_management_test.py | 239 ckpt_path = os.path.join(save_dir, "checkpoint") 240 ckpt_file = open(ckpt_path, "w") 249 ckpt_path = os.path.join(save_dir, "checkpoint") 250 ckpt_file = open(ckpt_path, "w")
|
D | warm_starting_util.py | 297 ckpt_path=checkpoint_utils._get_checkpoint_filename(prev_ckpt),
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | checkpoint_ops_test.py | 139 ckpt_path=[self.bundle_file], 154 ckpt_path=[self.bundle_file], 169 ckpt_path=[self.bundle_file], 184 ckpt_path=[self.bundle_file], 204 ckpt_path=[self.bundle_file], 222 ckpt_path=[self.bundle_file], 244 ckpt_path=[self.bundle_file], 256 ckpt_path=[self.bundle_file], 270 ckpt_path=[self.bundle_file], 285 ckpt_path=[self.bundle_file], [all …]
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_tensor_test.cc | 43 string ckpt_path = io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfTensorTest() local 47 new checkpoint::CheckpointReader(ckpt_path, status)); in TFProfTensorTest()
|
D | tfprof_show_test.cc | 65 string ckpt_path = io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfShowTest() local 69 new checkpoint::CheckpointReader(ckpt_path, status)); in TFProfShowTest()
|
D | tfprof_stats_test.cc | 59 string ckpt_path = io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfStatsTest() local 63 new checkpoint::CheckpointReader(ckpt_path, status)); in TFProfStatsTest()
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/ |
D | checkpoint_input_pipeline_hook_test.py | 67 ckpt_path = checkpoint_management.latest_checkpoint(model_dir) 68 meta_filename = ckpt_path + '.meta' 72 saver.restore(sess, ckpt_path)
|
/external/tensorflow/tensorflow/core/kernels/ |
D | load_and_remap_matrix_op.cc | 126 const string& ckpt_path = ckpt_path_t->scalar<tstring>()(); in Compute() local 132 LOG(INFO) << "Processing checkpoint : " << ckpt_path; in Compute() 133 BundleReader reader(context->env(), ckpt_path); in Compute()
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | LoadAndRemapMatrix.pbtxt | 4 name: "ckpt_path"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | LoadAndRemapMatrix.pbtxt | 4 name: "ckpt_path"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_LoadAndRemapMatrix.pbtxt | 4 name: "ckpt_path" 70 at `ckpt_path` and potentially reorders its rows and columns using the
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | load_v1_in_v2_test.py | 639 ckpt_path = os.path.join(self.get_temp_dir(), "restore_ckpt") 640 saver.Saver().save(session, ckpt_path) 646 self.evaluate(imported.restore(ckpt_path))
|
/external/tensorflow/tensorflow/python/keras/saving/saved_model/ |
D | saved_model_test.py | 317 ckpt_path = os.path.join(self.get_temp_dir(), 'weights') 318 loaded.save_weights(ckpt_path) 321 model.load_weights(ckpt_path)
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training.py | 2877 ckpt_path = os.path.join(filepath, sm_constants.VARIABLES_DIRECTORY, 2879 if _is_readable_tf_checkpoint(ckpt_path): 2880 filepath = ckpt_path
|
/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column_v2_test.py | 5077 ckpt_path = test.test_src_dir_path( 5099 ckpt_to_load_from=ckpt_path,
|
D | feature_column_test.py | 5193 ckpt_path = test.test_src_dir_path( 5215 ckpt_to_load_from=ckpt_path,
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 2133 …argspec: "args=[\'ckpt_path\', \'old_tensor_name\', \'row_remapping\', \'col_remapping\', \'initia…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 2133 …argspec: "args=[\'ckpt_path\', \'old_tensor_name\', \'row_remapping\', \'col_remapping\', \'initia…
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 26960 func LoadAndRemapMatrix(scope *Scope, ckpt_path tf.Output, old_tensor_name tf.Output, row_remapping… 26971 ckpt_path, old_tensor_name, row_remapping, col_remapping, initializing_values,
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 21324 name: "ckpt_path"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 31856 name: "ckpt_path"
|