Searched defs:Checkpoint (Results 1 – 4 of 4) sorted by relevance
8 struct Checkpoint { struct14 Checkpoint() : file(nullptr), func(nullptr), line(-1), msg(nullptr) {} in Checkpoint() argument15 Checkpoint(const char* xfile, const char* xfunc, int xline, const char* xmsg) in Checkpoint() argument25 s << file << ":" << line << " " << func << ": Checkpoint"; in print() argument
141 from tensorflow.python.training.tracking.util import CheckpointV1 as Checkpoint unknown
1480 class Checkpoint(tracking.AutoTrackable): class
483 Node* BytecodeGraphBuilder::Environment::Checkpoint( in Checkpoint() function in v8::internal::compiler::BytecodeGraphBuilder::Environment