Home
last modified time | relevance | path

Searched refs:Checkpoint (Results 1 – 21 of 21) 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() argument
15 Checkpoint(const char* xfile, const char* xfunc, int xline, const char* xmsg) in Checkpoint() function
32 inline Checkpoint& globalCheckpoint() { in globalCheckpoint()
33 static Checkpoint C; in globalCheckpoint()
38 globalCheckpoint() = Checkpoint(); in clearCheckpoint()
47 #define CHECKPOINT(msg) globalCheckpoint() = Checkpoint(__FILE__, CHECKPOINT_FUNCTION_NAME, __LINE_…
/external/tensorflow/tensorflow/contrib/eager/python/
Dcheckpointable_utils_test.py136 class Checkpoint(checkpointable.Checkpointable): class
140 super(Checkpoint, self).__init__()
276 root_checkpointable = Checkpoint(
380 root_checkpointable = Checkpoint(optimizer=optimizer, network=network)
410 on_create_root = Checkpoint(
441 root = Checkpoint(
465 root = Checkpoint(
/external/tensorflow/tensorflow/docs_src/api_guides/python/
Dcontrib.framework.md56 ## Checkpoint utilities
/external/v8/src/compiler/
Dliveness-analyzer.h105 void Checkpoint(Node* node) { entries_.push_back(Entry(node)); } in Checkpoint() function
Dbytecode-graph-builder.cc60 Node* Checkpoint(BailoutId bytecode_offset, OutputFrameStateCombine combine,
332 Checkpoint(loop_id, OutputFrameStateCombine::Ignore(), false, nullptr); in PrepareForOsrEntry()
334 graph()->NewNode(common()->Checkpoint(), frame_state, entry, entry); in PrepareForOsrEntry()
422 Node* BytecodeGraphBuilder::Environment::Checkpoint( in Checkpoint() function in v8::internal::compiler::BytecodeGraphBuilder::Environment
580 Node* node = NewNode(common()->Checkpoint()); in PrepareEagerCheckpoint()
590 Node* frame_state_before = environment()->Checkpoint( in PrepareEagerCheckpoint()
625 Node* frame_state_after = environment()->Checkpoint( in PrepareFrameState()
Dast-graph-builder.cc682 Node* AstGraphBuilder::Environment::Checkpoint(BailoutId ast_id, in Checkpoint() function in v8::internal::compiler::AstGraphBuilder::Environment
709 liveness_block()->GetPredecessor()->Checkpoint(result); in Checkpoint()
711 liveness_block()->Checkpoint(result); in Checkpoint()
2854 Node* state = environment()->Checkpoint(ast_id, combine, has_exception); in PrepareFrameState()
2867 Node* node = NewNode(common()->Checkpoint()); in PrepareEagerCheckpoint()
2870 Node* state = environment()->Checkpoint(ast_id); in PrepareEagerCheckpoint()
3041 Node* frame_state = Checkpoint(builder_->info()->osr_ast_id()); in PrepareForOsrEntry()
3042 Node* checkpoint = graph->NewNode(common()->Checkpoint(), frame_state, in PrepareForOsrEntry()
Dcommon-operator.h359 const Operator* Checkpoint(); in NON_EXPORTED_BASE()
Dast-graph-builder.h481 Node* Checkpoint(BailoutId ast_id, OutputFrameStateCombine combine =
Dopcodes.h56 V(Checkpoint) \
Dcommon-operator.cc364 V(Checkpoint, Operator::kKontrol, 0, 1, 1, 0, 1, 0) \
Djs-native-context-specialization.cc1023 effect = graph()->NewNode(common()->Checkpoint(), frame_state, effect, in ReduceElementAccess()
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dcommand_line.md8 * [Profile Checkpoint Value](#profile-checkpoint-value)
207 #### Profile Checkpoint Value
/external/iptables/utils/
Dpf.os577 S12:64:1:44:M1460: @Checkpoint:::Checkpoint (unknown 1)
578 S12:64:1:48:N,N,S,M1460: @Checkpoint:::Checkpoint (unknown 2)
582 # S32:64:0:68:M512,N,W0,N,N,T,N,N,?12:.:Nokia:IPSO w/Checkpoint NG FP3
/external/v8/src/parsing/
Dparser-base.h290 class Checkpoint; variable
491 friend class Checkpoint; variable
540 class Checkpoint BASE_EMBEDDED {
542 explicit Checkpoint(ParserBase* parser) { in Checkpoint() function
2693 Checkpoint checkpoint(this); in ParseAssignmentExpression()
Dparser.cc885 Checkpoint checkpoint(this); in DoParseFunction()
/external/python/cpython2/Doc/library/
Dimaplib.rst185 Checkpoint mailbox on server.
/external/python/cpython3/Doc/library/
Dimaplib.rst230 Checkpoint mailbox on server.
/external/tensorflow/tensorflow/docs_src/mobile/
Dprepare_models.md27 - [Checkpoint](https://www.tensorflow.org/code/tensorflow/core/util/tensor_bundle/tensor_bundle.h).…
/external/tensorflow/tensorflow/contrib/lite/
DREADME.md150 …ture that labels input and output arguments to a model. A GraphDef and Checkpoint can be extracted…
/external/tensorflow/tensorflow/contrib/slim/
DREADME.md600 ### Brief Recap on Restoring Variables from a Checkpoint
/external/lisa/ipynb/examples/utils/
Dgem5_example.ipynb187 " # Checkpoint must be taken before Virtio folders are mounted\n",