Home
last modified time | relevance | path

Searched refs:ckpt_path (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dcheckpoint_ops_test.py138 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/
Dcheckpoint_ops.py32 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,
Dcheckpoint_ops_test.py79 ckpt_path=[self.bundle_file],
145 ckpt_path=[self.bundle_file],
157 ckpt_path=[self.bundle_file],
/external/tensorflow/tensorflow/python/training/
Dcheckpoint_ops.py33 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,
Dcheckpoint_ops_test.py101 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],
Dcheckpoint_management_test.py239 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")
Dwarm_starting_util.py289 ckpt_path=checkpoint_utils._get_checkpoint_filename(prev_ckpt),
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_tensor_test.cc43 string ckpt_path = io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfTensorTest() local
47 new checkpoint::CheckpointReader(ckpt_path, status)); in TFProfTensorTest()
Dtfprof_show_test.cc65 string ckpt_path = io::JoinPath(testing::TensorFlowSrcRoot(), in TFProfShowTest() local
69 new checkpoint::CheckpointReader(ckpt_path, status)); in TFProfShowTest()
Dtfprof_stats_test.cc59 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/
Dcheckpoint_input_pipeline_hook_test.py61 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/
Dload_and_remap_matrix_op.cc126 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/
Dapi_def_LoadAndRemapMatrix.pbtxt4 name: "ckpt_path"
70 at `ckpt_path` and potentially reorders its rows and columns using the
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dgraph_actions.py386 ckpt_path = supervisor.save_path
388 last_step, ckpt_path)
389 supervisor.saver.save(session, ckpt_path, global_step=last_step)
Dgraph_actions_test.py135 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/
Dfeature_column_test.py5161 ckpt_path = test.test_src_dir_path(
5183 ckpt_to_load_from=ckpt_path,
Dfeature_column_v2_test.py6677 ckpt_path = test.test_src_dir_path(
6699 ckpt_to_load_from=ckpt_path,
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt1693 …argspec: "args=[\'ckpt_path\', \'old_tensor_name\', \'row_remapping\', \'col_remapping\', \'initia…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt1693 …argspec: "args=[\'ckpt_path\', \'old_tensor_name\', \'row_remapping\', \'col_remapping\', \'initia…
/external/tensorflow/tensorflow/go/op/
Dwrappers.go36216 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/
Dops.pbtxt16519 name: "ckpt_path"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt32519 name: "ckpt_path"
Dops_history.v1.pbtxt32904 name: "ckpt_path"