Home
last modified time | relevance | path

Searched defs:Checkpoint (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/support/
Dassert_checkpoint.h8 struct Checkpoint { struct
14 Checkpoint() : file(nullptr), func(nullptr), line(-1), msg(nullptr) {} in Checkpoint() function
15 Checkpoint(const char* xfile, const char* xfunc, int xline, const char* xmsg) in Checkpoint() argument
25 s << file << ":" << line << " " << func << ": Checkpoint"; in print() argument
/external/tensorflow/tensorflow/contrib/eager/python/
Dtfe.py141 from tensorflow.python.training.tracking.util import CheckpointV1 as Checkpoint unknown
/external/tensorflow/tensorflow/python/training/tracking/
Dutil.py1480 class Checkpoint(tracking.AutoTrackable): class
/external/v8/src/compiler/
Dbytecode-graph-builder.cc483 Node* BytecodeGraphBuilder::Environment::Checkpoint( in Checkpoint() function in v8::internal::compiler::BytecodeGraphBuilder::Environment