Home
last modified time | relevance | path

Searched refs:checkpoints (Results 1 – 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/python/tpu/
Dasync_checkpoint_test.py139 checkpoints = file_io.get_matching_files(
141 checkpoint_count = len(checkpoints)
142 logging.info('Found %d checkpoints: %s', checkpoint_count, checkpoints)
186 checkpoints = file_io.get_matching_files(
188 checkpoint_count = len(checkpoints)
189 logging.info('Found %d checkpoints: %s', checkpoint_count, checkpoints)
/external/tensorflow/tensorflow/core/protobuf/
Dsaver.proto23 // Maximum number of checkpoints to keep. If 0, no checkpoints are deleted.
30 // "max_to_keep" checkpoints are kept; if specified, in addition to keeping
31 // the last "max_to_keep" checkpoints, an additional checkpoint will be kept
Dtrackable_object_graph.proto28 // name-based loading of checkpoints which were saved using an
34 // Whether checkpoints should be considered as matching even without this
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_MergeV2Checkpoints.pbtxt6 prefixes of V2 checkpoints to merge.
22 summary: "V2 format specific: merges the metadata files of sharded checkpoints. The"
27 Intended for "grouping" multiple checkpoints in a sharded checkpoint setup.
Dapi_def_GenerateVocabRemapping.pbtxt73 checkpoints. Note that the partitioning logic relies on contiguous vocabularies
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
DAdaptiveTrackSelection.java666 long[][][] checkpoints = new long[logBitrates.length][checkpointCount][2]; in getAllocationCheckpoints() local
668 setCheckpointValues(checkpoints, /* checkpointIndex= */ 1, trackBitrates, currentSelection); in getAllocationCheckpoints()
683 setCheckpointValues(checkpoints, checkpointIndex, trackBitrates, currentSelection); in getAllocationCheckpoints()
685 for (long[][] points : checkpoints) { in getAllocationCheckpoints()
689 return checkpoints; in getAllocationCheckpoints()
746 long[][][] checkpoints, int checkpointIndex, long[][] trackBitrates, int[] selectedTracks) { in setCheckpointValues() argument
748 for (int i = 0; i < checkpoints.length; i++) { in setCheckpointValues()
749 checkpoints[i][checkpointIndex][1] = trackBitrates[i][selectedTracks[i]]; in setCheckpointValues()
750 totalBitrate += checkpoints[i][checkpointIndex][1]; in setCheckpointValues()
752 for (long[][] points : checkpoints) { in setCheckpointValues()
/external/tensorflow/tensorflow/python/training/
Dcheckpoint_management_test.py359 manager.checkpoints)
365 manager.checkpoints)
370 manager.checkpoints)
377 manager.checkpoints)
404 self.assertEqual([first_name, second_name], first_manager.checkpoints)
411 self.assertEqual([first_name, second_name], second_manager.checkpoints)
420 second_manager.checkpoints)
430 second_manager.checkpoints)
436 second_manager.checkpoints)
456 third_manager.checkpoints)
[all …]
Dcheckpoint_state.proto11 // Paths to all not-yet-deleted model checkpoints, sorted from oldest to
Dcheckpoint_management.py694 def checkpoints(self): member in CheckpointManager
/external/tensorflow/tensorflow/core/util/tensor_bundle/testdata/old_string_tensors/
DREADME3 compatibility between the new code and old checkpoints.
/external/tensorflow/tensorflow/lite/g3doc/r1/convert/
Dpython_api.md16 GraphDef from a file. If you have checkpoints, then first convert it to a
17 Frozen GraphDef file and then use this API as shown [here](#checkpoints).
151 #### Convert checkpoints <a name="checkpoints"></a>
153 1. Convert checkpoints to a Frozen GraphDef as follows
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.train.-checkpoint-manager.pbtxt14 name: "checkpoints"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.train.-checkpoint-manager.pbtxt14 name: "checkpoints"
/external/tensorflow/tensorflow/core/util/
Dsaved_tensor_slice.proto2 // ops checkpoints and the V3 checkpoints in dist_belief.
/external/tensorflow/tensorflow/python/training/saving/
DBUILD2 # Low-level utilities for reading and writing checkpoints.
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2018-004.md26 If users are running TensorFlow on untrusted meta checkpoints, such as those
Dtfsa-2018-005.md29 If users are loading untrusted checkpoints in TensorFlow, we encourage users to
Dtfsa-2020-001.md19 Similar effects can be obtained by manipulating saved models and checkpoints
/external/tensorflow/tensorflow/python/keras/mixed_precision/testdata/
DBUILD2 # Contains checkpoints and SavedModels for testing purposes.
/external/tensorflow/tensorflow/python/distribute/
DREADME.md13 and checkpoints.
/external/tensorflow/
DSECURITY.md15 The model's parameters are often stored separately in **checkpoints**.
52 checkpoints can trigger unsafe behavior. For example, consider a graph that
59 to provide checkpoints to a model you run on their behalf (e.g., in order to
/external/tensorflow/tensorflow/python/training/tracking/
DBUILD2 # Utilities for reading and writing object-based checkpoints.
/external/tensorflow/tensorflow/lite/g3doc/convert/
Dindex.md59 Frozen GraphDef from a file. If you have checkpoints, then first convert
61 ….com/tensorflow/tensorflow/blob/master/tensorflow/lite/g3doc/r1/convert/python_api.md#checkpoints).
/external/tensorflow/tensorflow/python/saved_model/
DREADME.md18 * [Training checkpoints](https://www.tensorflow.org/guide/checkpoint)
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/train/
Dtrain_micro_speech_model.ipynb138 "TRAIN_DIR = 'train/' # for training checkpoints and other files.\n",
302 …ur or two training the model from scratch, you can download pretrained checkpoints by uncommenting…

12