Home
last modified time | relevance | path

Searched defs:checkpoint_prefix (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/
H A Dcheckpoint_management.py366 def checkpoint_exists_internal(checkpoint_prefix): argument
394 def checkpoint_exists(checkpoint_prefix): argument
462 def remove_checkpoint(checkpoint_prefix, argument
/aosp_15_r20/external/libopus/dnn/torch/lpcnet/
H A Dtrain_lpcnet.py95 checkpoint_prefix = 'checkpoint_finalize' variable
100 checkpoint_prefix = 'checkpoint' variable
/aosp_15_r20/external/libopus/dnn/torch/osce/
H A Dtrain_vocoder.py77 checkpoint_prefix = 'checkpoint' variable
H A Dtrain_model.py87 checkpoint_prefix = 'checkpoint' variable
H A Dadv_train_vocoder.py81 checkpoint_prefix = 'checkpoint' variable
H A Dadv_train_model.py81 checkpoint_prefix = 'checkpoint' variable
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dsession_support.py320 def __init__(self, checkpoint_prefix, saver=None, on_shutdown_hooks=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dsaver.py233 def _AddShardedSaveOpsForV2(self, checkpoint_prefix, per_device): argument