/external/tensorflow/tensorflow/python/kernel_tests/ |
sparse_add_op_test.py | 220 with session.Session(graph=ops.Graph()) as sess:
|
sparse_tensors_map_ops_test.py | 82 with self.session(graph=ops.Graph(), use_gpu=False) as sess:
|
topk_op_test.py | 233 with ops.Graph().as_default():
|
/external/tensorflow/tensorflow/python/ops/ |
batch_norm_benchmark.py | 69 """Build a graph containing a sequence of batch normalizations. 75 num_layers: number of batch normalization layers in the graph. 128 """Run the graph and print its execution time. 134 num_layers: number of batch normalization layers in the graph. 143 graph = ops.Graph() 144 with graph.as_default(): 147 with session_lib.Session(graph=graph) as session:
|
control_flow_ops_test.py | 68 with ops.Graph().as_default() as g: 82 with ops.Graph().as_default() as g: 95 with ops.Graph().as_default() as g: 119 with ops.Graph().as_default() as g: 431 for op in sess.graph.get_operations(): 445 for op in sess.graph.get_operations(): [all...] |
/external/tensorflow/tensorflow/python/summary/ |
summary_test.py | 230 with ops.Graph().as_default() as g: 231 meta_graph.import_scoped_meta_graph(metagraph_def, graph=g,
|
/external/v8/src/compiler/ |
bytecode-graph-builder.h | 9 #include "src/compiler/js-graph.h" 27 // The BytecodeGraphBuilder produces a high-level IR graph based on 40 // Creates a graph by visiting bytecodes. 295 // entered and exited while the graph builder is iterating over the 306 Graph* graph() const { return jsgraph_->graph(); } function in class:v8::internal::compiler::BytecodeGraphBuilder 308 Zone* graph_zone() const { return graph()->zone(); }
|
dead-code-elimination.cc | 8 #include "src/compiler/graph.h" 17 DeadCodeElimination::DeadCodeElimination(Editor* editor, Graph* graph, 21 graph_(graph), 23 dead_(graph->NewNode(common->Dead())), 273 : graph()->start(); 275 graph()->NewNode(common()->Unreachable(), effect, control); 294 effect = graph()->NewNode(common()->Unreachable(), effect, control); 348 Node* dead_value = graph()->NewNode(common()->DeadValue(rep), node);
|
js-call-reducer.h | 10 #include "src/compiler/graph-reducer.h" 235 Graph* graph() const;
|
loop-variable-optimizer.cc | 8 #include "src/compiler/graph.h" 25 LoopVariableOptimizer::LoopVariableOptimizer(Graph* graph, 28 : graph_(graph), 31 limits_(graph->NodeCount(), zone), 32 reduced_(graph->NodeCount(), zone), 37 queue.push(graph()->start()); 38 NodeMarker<bool> queued(graph(), 2); 292 induction_var->phi()->InsertInput(graph()->zone(), 298 graph()->zone(), induction_var->phi()->InputCount() - 1, bound.bound) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
antlr.g | 626 grammar : <<Graph g;>>
713 /* MR21a */ /* Avoid use of a malformed graph when CannotContinue */
818 * Return the left graph pointer == NULL to indicate error/dupl rule def.
826 RuleEntry *q; Junction *p; Graph r; int f, l; ECnode *e;
[all...] |
/external/clang/include/clang/Analysis/ |
CFG.h | [all...] |
/external/clang/test/SemaCXX/ |
warn-thread-safety-analysis.cpp | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
VPlan.h | 322 /// VPBlockBase is the building block of the Hierarchical Control-Flow Graph. [all...] |
/external/tensorflow/tensorflow/compiler/jit/ |
resource_operation_safety_analysis_test.cc | 31 #include "tensorflow/core/graph/algorithm.h" 32 #include "tensorflow/core/graph/graph_constructor.h" 33 #include "tensorflow/core/graph/graph_def_builder.h" 34 #include "tensorflow/core/graph/graph_def_builder_util.h" 73 Status ComputeIncompatiblePairs(Graph* g, 86 root.graph()->AddControlEdge(write, read); 89 TF_ASSERT_OK(ComputeIncompatiblePairs(root.graph(), &incompatible_pairs)); 102 root.graph()->AddControlEdge(read, write); 105 TF_ASSERT_OK(ComputeIncompatiblePairs(root.graph(), &incompatible_pairs)); 117 TF_ASSERT_OK(ComputeIncompatiblePairs(root.graph(), &incompatible_pairs)) [all...] |
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
transformed_distribution_test.py | 80 g = ops.Graph() 94 with self.session(graph=g): 110 with self.session(graph=g): 114 g = ops.Graph() 126 with self.session(graph=g):
|
/external/tensorflow/tensorflow/contrib/meta_graph_transform/ |
meta_graph_transform_test.py | 52 with ops.Graph().as_default(): 61 with ops.Graph().as_default(): 71 # Graph rewriter clears versions field, so we expect that. 73 # Graph rewriter adds an empty library field, so we expect that. 221 # Initial graph def. 229 # Transformed graph def. 272 # Expected graph def.
|
/external/tensorflow/tensorflow/contrib/optimizer_v2/ |
momentum_test.py | 139 with ops.Graph().as_default(): 151 with ops.Graph().as_default(): 234 # did not have a registered GPU kernel as of April 2018. With graph 263 # did not have a registered GPU kernel as of April 2018. With graph
|
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/ |
rnn_cell_test.py | 130 with self.session(graph=ops.Graph()) as sess: [all...] |
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/ |
state_space_model_test.py | 190 with ops.Graph().as_default() as graph: 192 with self.session(graph=graph) as session: 197 with ops.Graph().as_default() as graph: 198 with self.session(graph=graph) as session:
|
/external/tensorflow/tensorflow/core/graph/ |
graph_partition_test.cc | 16 #include "tensorflow/core/graph/graph_partition.h" 33 #include "tensorflow/core/graph/graph.h" 34 #include "tensorflow/core/graph/graph_constructor.h" 35 #include "tensorflow/core/graph/graph_def_builder.h" 78 Graph g(OpRegistry::Global()); 102 // Partitions must inherit the versions of the original graph. 171 NodeBuilder(unique_name, op_type, scope.graph()->op_registry()); 177 scope.UpdateStatus(builder.Finalize(scope.graph(), &ret)); 436 Graph g(OpRegistry::Global()) [all...] |
/external/tensorflow/tensorflow/core/kernels/ |
remote_fused_graph_execute_utils_test.cc | 348 Graph graph(OpRegistry::Global()); 349 ShapeRefiner shape_refiner(graph.versions(), graph.op_registry()); 350 Status status = ImportGraphDef(opts, def, &graph, &shape_refiner); 352 def, inputs, &graph, &shape_refiner) 355 graph, shape_refiner, &tensor_shape_map) 467 Graph graph(OpRegistry::Global()); 468 ShapeRefiner shape_refiner(graph.versions(), graph.op_registry()) [all...] |
/external/tensorflow/tensorflow/python/autograph/pyct/ |
cfg.py | 15 """Control flow graph (CFG) structure for Python AST representation. 22 they are usually annotated with information extracted by walking the graph. 50 The nodes represent edges in the CFG graph, and maintain pointers to allow 69 # Assumption: All CFG nodes have identical life spans, because the graph 71 # graph. 82 class Graph( 84 'Graph', 86 """A Control Flow Graph. 92 Walking the graph in forward or reverse order is supported by double 99 The graph also maintains edges corresponding to higher level statement [all...] |
/external/tensorflow/tensorflow/python/framework/ |
meta_graph.py | 138 """Collect the list of ops used by a graph. 143 graph_def: A `GraphDef` proto, as from `graph.as_graph_def()`. 146 A list of strings, each naming an op used by the graph. 174 """Collect the stripped OpDefs for ops used by a graph. 182 graph_def: A `GraphDef` proto, as from `graph.as_graph_def()`. 185 An `OpList` of ops used by the graph. 204 raise ValueError("Op %s is used by the graph, but is not registered" % op) 248 tensor_name: the full name of a Tensor in the graph. 273 node_name: the full name of an Op or a Tensor in the graph. 306 # If not, we need to walk up the graph from any restore_all nodes, and wal [all...] |
/external/tensorflow/tensorflow/python/keras/engine/ |
base_layer_test.py | 92 # But then you cannot run the model since you're in a graph scope. 255 # This test is only meant to run in graph functions mode (ambient eager). 375 self.assertEqual(y.graph, keras.backend.get_graph()) 380 self.assertEqual(y.graph, keras.backend.get_graph()) 382 # Mixing Keras symbolic tensors and graph tensors from the same graph works. 387 self.assertEqual(y.graph, keras.backend.get_graph()) 389 # Creating same op type (matmul) multiple times in the Keras graph works. 393 self.assertEqual(y.graph, keras.backend.get_graph()) 396 with ops.Graph().as_default() [all...] |