Searched refs:checkpoint_prefixes (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_MergeV2Checkpoints.pbtxt | 4 name: "checkpoint_prefixes" 13 as one of the checkpoint_prefixes. 30 path in the input checkpoint_prefixes. This is useful when those paths are non
|
/external/tensorflow/tensorflow/core/kernels/ |
D | save_restore_v2_ops.cc | 203 const Tensor& checkpoint_prefixes = context->input(0); in Compute() local 206 TensorShapeUtils::IsVector(checkpoint_prefixes.shape()), in Compute() 209 checkpoint_prefixes.shape().DebugString(), " instead.")); in Compute() 216 gtl::ArraySlice<string>(checkpoint_prefixes.flat<string>()); in Compute()
|
/external/tensorflow/tensorflow/python/training/ |
D | checkpoint_management.py | 384 def get_checkpoint_mtimes(checkpoint_prefixes): argument 410 for checkpoint_prefix in checkpoint_prefixes:
|
/external/tensorflow/tensorflow/cc/saved_model/testdata/half_plus_two_pbtxt/00000123/ |
D | saved_model.pbtxt | 108 name: "checkpoint_prefixes" 1953 name: "save/MergeV2Checkpoints/checkpoint_prefixes" 1991 input: "save/MergeV2Checkpoints/checkpoint_prefixes"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.train.pbtxt | 313 argspec: "args=[\'checkpoint_prefixes\'], varargs=None, keywords=None, defaults=None"
|
D | tensorflow.raw_ops.pbtxt | 2017 …argspec: "args=[\'checkpoint_prefixes\', \'destination_prefix\', \'delete_old_dirs\', \'name\'], v…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 2017 …argspec: "args=[\'checkpoint_prefixes\', \'destination_prefix\', \'delete_old_dirs\', \'name\'], v…
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 35944 func MergeV2Checkpoints(scope *Scope, checkpoint_prefixes tf.Output, destination_prefix tf.Output, … 35955 checkpoint_prefixes, destination_prefix,
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 17713 name: "checkpoint_prefixes"
|
D | ops_history.v2.pbtxt | 39687 name: "checkpoint_prefixes" 39705 name: "checkpoint_prefixes"
|
D | ops_history.v1.pbtxt | 40125 name: "checkpoint_prefixes" 40143 name: "checkpoint_prefixes"
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 19675 name: "checkpoint_prefixes"
|