/external/tensorflow/tensorflow/python/tpu/ |
tpu_estimator.py | 142 def _create_global_step(graph): 143 graph = graph or ops.get_default_graph() 144 if training.get_global_step(graph) is not None: 146 # Create in proper graph and base name_scope. 147 with graph.as_default() as g, g.name_scope(None): 186 graph = ops.get_default_graph() 188 iter_vars = graph.get_collection(collection_name) 531 with ops.Graph().as_default(): [all...] |
/external/v8/src/compiler/ |
bytecode-graph-builder.cc | 5 #include "src/compiler/bytecode-graph-builder.h" 65 // Preserve a checkpoint of the environment for the IR graph. Any 100 Graph* graph() const { return builder_->graph(); } function in class:v8::internal::compiler::BytecodeGraphBuilder::Environment 161 Node* parameter = builder->graph()->NewNode(op, graph()->start()); 177 context_ = builder->graph()->NewNode(op, graph()->start()); 184 Node* new_target_node = builder->graph()->NewNode(op, graph()->start()) [all...] |
js-native-context-specialization.cc | 14 #include "src/compiler/js-graph.h" 199 graph()->zone()); 284 node->InsertInput(graph()->zone(), 0, target); 294 Node* value = graph()->NewNode(simplified()->ToBoolean(), node); 465 graph()->NewNode(javascript()->CreatePromise(), context, effect); 466 effect = graph()->NewNode(javascript()->ResolvePromise(), promise, value, 493 graph()->zone()); 516 graph()->NewNode(javascript()->FulfillPromise(), promise, resolution, 599 Node* check = graph()->NewNode(simplified()->ReferenceEqual(), receiver, 601 effect = graph()->NewNode 2944 Graph* JSNativeContextSpecialization::graph() const { function in class:v8::internal::compiler::JSNativeContextSpecialization [all...] |
simplified-lowering.cc | 45 // 1.) PROPAGATE: Traverse the graph from the end, pushing usage information 295 count_(jsgraph->graph()->NodeCount()), 320 typing_stack_.push({graph()->end(), 0}); 321 GetInfo(graph()->end())->set_pushed(); 598 EnqueueInitial(jsgraph_->graph()->end()); 1254 Graph* graph() const { return jsgraph_->graph(); } function in class:v8::internal::compiler::RepresentationSelector [all...] |
js-call-reducer.cc | 16 #include "src/compiler/js-graph.h" 50 graph()->NewNode(simplified()->SpeculativeToNumber( 53 Node* value = graph()->NewNode(op, input); 76 graph()->NewNode(simplified()->SpeculativeToNumber( 80 graph()->NewNode(simplified()->SpeculativeToNumber( 83 Node* value = graph()->NewNode(op, left, right); 107 graph()->NewNode(simplified()->SpeculativeToNumber( 111 graph()->NewNode(simplified()->SpeculativeToNumber( 114 left = graph()->NewNode(simplified()->NumberToUint32(), left); 115 right = graph()->NewNode(simplified()->NumberToUint32(), right) 7280 Graph* JSCallReducer::graph() const { return jsgraph()->graph(); } function in class:v8::internal::compiler::JSCallReducer [all...] |
/external/cldr/tools/java/libs/ |
guava.jar | |
/external/mockito/lib/ |
byte-buddy-1.8.15.jar | |