/external/tensorflow/tensorflow/python/kernel_tests/ |
D | checkpoint_ops_test.py | 138 ckpt_path=[self.bundle_file], 153 ckpt_path=[self.bundle_file], 168 ckpt_path=[self.bundle_file], 183 ckpt_path=[self.bundle_file], 203 ckpt_path=[self.bundle_file], 221 ckpt_path=[self.bundle_file], 243 ckpt_path=[self.bundle_file], 255 ckpt_path=[self.bundle_file], 269 ckpt_path=[self.bundle_file], 284 ckpt_path=[self.bundle_file], [all …]
|
/external/tensorflow/tensorflow/contrib/framework/python/ops/ |
D | checkpoint_ops.py | 32 def load_linear_multiclass_bias_initializer(ckpt_path, argument 75 ckpt_path=ckpt_path, 89 def load_variable_slot_initializer(ckpt_path, argument 163 ckpt_path=ckpt_path,
|
D | checkpoint_ops_test.py | 79 ckpt_path=[self.bundle_file], 145 ckpt_path=[self.bundle_file], 157 ckpt_path=[self.bundle_file],
|
/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 | 101 ckpt_path=[self.checkpoint_file], 131 ckpt_path=[self.checkpoint_file], 169 ckpt_path=[self.checkpoint_file], 203 ckpt_path=[self.checkpoint_file], 241 ckpt_path=[self.checkpoint_file], 277 ckpt_path=[self.checkpoint_file], 322 ckpt_path=[self.checkpoint_file], 361 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 | 289 ckpt_path=checkpoint_utils._get_checkpoint_filename(prev_ckpt),
|
/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 | 61 ckpt_path = checkpoint_management.latest_checkpoint(model_dir) 62 meta_filename = ckpt_path + '.meta' 66 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<string>().data()); in Compute() local 133 LOG(INFO) << "Processing checkpoint : " << ckpt_path; in Compute() 134 BundleReader reader(context->env(), ckpt_path); in Compute()
|
/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/contrib/learn/python/learn/ |
D | graph_actions.py | 386 ckpt_path = supervisor.save_path 388 last_step, ckpt_path) 389 supervisor.saver.save(session, ckpt_path, global_step=last_step)
|
D | graph_actions_test.py | 135 for ckpt_path in all_ckpt_paths: 136 self.assertRegexpMatches(ckpt_path, pattern) 445 for ckpt_path in all_ckpt_paths: 446 self.assertRegexpMatches(ckpt_path, pattern)
|
/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column_test.py | 5161 ckpt_path = test.test_src_dir_path( 5183 ckpt_to_load_from=ckpt_path,
|
D | feature_column_v2_test.py | 6677 ckpt_path = test.test_src_dir_path( 6699 ckpt_to_load_from=ckpt_path,
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 1693 …argspec: "args=[\'ckpt_path\', \'old_tensor_name\', \'row_remapping\', \'col_remapping\', \'initia…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 1693 …argspec: "args=[\'ckpt_path\', \'old_tensor_name\', \'row_remapping\', \'col_remapping\', \'initia…
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 36216 func LoadAndRemapMatrix(scope *Scope, ckpt_path tf.Output, old_tensor_name tf.Output, row_remapping… 36227 ckpt_path, old_tensor_name, row_remapping, col_remapping, initializing_values,
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 16519 name: "ckpt_path"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 32519 name: "ckpt_path"
|
D | ops_history.v1.pbtxt | 32904 name: "ckpt_path"
|