HomeSort by relevance Sort by last modified time
    Searched refs:Graph (Results 326 - 350 of 1007) sorted by null

<<11121314151617181920>>

  /external/v8/src/compiler/
state-values-utils.h 10 #include "src/compiler/js-graph.h"
20 class Graph;
73 Graph* graph() { return js_graph_->graph(); } function in class:v8::internal::compiler::StateValuesCache
76 Zone* zone() { return graph()->zone(); }
  /external/tensorflow/tensorflow/python/training/
monitored_session_test.py 61 with ops.Graph().as_default():
72 with ops.Graph().as_default():
96 with ops.Graph().as_default():
109 with ops.Graph().as_default():
123 with ops.Graph().as_default():
131 with ops.Graph().as_default():
152 with ops.Graph().as_default():
156 'Graph is finalized and cannot be modified'):
161 with ops.Graph().as_default():
184 with ops.Graph().as_default()
    [all...]
  /external/tensorflow/tensorflow/contrib/slim/python/slim/
learning_test.py 242 g = ops.Graph()
275 with ops.Graph().as_default():
313 with ops.Graph().as_default():
346 with ops.Graph().as_default():
371 with ops.Graph().as_default():
397 with ops.Graph().as_default():
429 g = ops.Graph()
444 train_op, logdir, number_of_steps=300, log_every_n_steps=10, graph=g)
449 with ops.Graph().as_default():
468 with ops.Graph().as_default()
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
constant_folding.cc 33 #include "tensorflow/core/graph/algorithm.h"
34 #include "tensorflow/core/graph/node_builder.h"
35 #include "tensorflow/core/graph/subgraph.h"
278 // but to preserve the graph structure we must transfer the control
323 const Graph* graph, const ConstantFoldingOptions& opts,
331 *graph, nullptr,
354 // constant propagation. node_map is the mapping of nodes in the original graph
355 // to nodes in the constant graph. The value of an entry in node_map is a vector
356 // of nodes because a ShapeN node in the original graph is replaced by a vecto
    [all...]
executor_factory.cc 20 #include "tensorflow/core/graph/graph.h"
78 std::unique_ptr<const Graph> graph,
82 return factory->NewExecutor(params, std::move(graph), out_executor);
  /external/tensorflow/tensorflow/compiler/tf2xla/
functionalize_while.cc 34 #include "tensorflow/core/graph/algorithm.h"
35 #include "tensorflow/core/graph/control_flow.h"
36 #include "tensorflow/core/graph/node_builder.h"
81 // Copies a subgraph from `graph` to `output` by performing a reverse DFS
85 // before the traversal clients can cut the graph. If a frame is provided (frame
88 // cut the graph and prevent the traversal from escaping.
96 Status CopySubgraph(const Graph& graph, const Frame* frame,
99 std::vector<Node*>* node_map, Graph* output) {
101 std::vector<bool> visited(graph.num_node_ids(), false)
    [all...]
const_analysis_test.cc 24 #include "tensorflow/core/graph/algorithm.h"
43 FixupSourceAndSinkEdges(root.graph());
46 std::vector<bool> const_nodes(root.graph()->num_node_ids(), false);
47 TF_ASSERT_OK(BackwardsConstAnalysis(*root.graph(), &const_args, &const_nodes,
50 // Arg 0 doesn't need to be constant since the graph only uses its shape.
80 Graph graph(OpRegistry::Global());
81 TF_ASSERT_OK(root.ToGraph(&graph));
84 TF_ASSERT_OK(BackwardsConstAnalysis(graph, &const_args,
102 Graph graph(OpRegistry::Global())
    [all...]
  /external/tensorflow/tensorflow/python/feature_column/
feature_column_test.py 358 with ops.Graph().as_default():
373 with ops.Graph().as_default():
466 with ops.Graph().as_default():
478 with ops.Graph().as_default():
492 with ops.Graph().as_default():
506 with ops.Graph().as_default():
521 with ops.Graph().as_default():
558 with ops.Graph().as_default():
586 with ops.Graph().as_default():
615 with ops.Graph().as_default()
    [all...]
  /external/google-fruit/include/fruit/impl/
provider.defn.h 29 fruit::impl::InjectorStorage::Graph::node_iterator itr)
  /external/llvm/include/llvm/IR/
CFG.h 154 // graph of basic blocks...
184 // graph of basic blocks... and to walk it in inverse order. Inverse order for
191 static NodeType *getEntryNode(Inverse<BasicBlock *> G) { return G.Graph; }
204 return G.Graph;
221 // graph of basic blocks... these are the same as the basic block iterators,
227 // nodes_iterator/begin/end - Allow iteration over all nodes in the graph
237 // nodes_iterator/begin/end - Allow iteration over all nodes in the graph
246 // graph of basic blocks... and to walk it in inverse order. Inverse order for
253 return &G.Graph->getEntryBlock();
259 return &G.Graph->getEntryBlock()
    [all...]
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 36 "display a graph using the "
39 "display a graph using the raw "
41 clEnumValN(GVDT_Count, "count", "display a graph using the real "
93 const BlockFrequencyInfo *Graph) {
95 return BFIDOTGTraitsBase::getNodeLabel(Node, Graph,
100 const BlockFrequencyInfo *Graph) {
101 return BFIDOTGTraitsBase::getNodeAttributes(Node, Graph,
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CFG.h 240 // graph of basic blocks...
270 // graph of basic blocks... and to walk it in inverse order. Inverse order for
277 static NodeType *getEntryNode(Inverse<BasicBlock *> G) { return G.Graph; }
290 return G.Graph;
307 // graph of basic blocks... these are the same as the basic block iterators,
313 // nodes_iterator/begin/end - Allow iteration over all nodes in the graph
322 // nodes_iterator/begin/end - Allow iteration over all nodes in the graph
330 // graph of basic blocks... and to walk it in inverse order. Inverse order for
337 return &G.Graph->getEntryBlock();
343 return &G.Graph->getEntryBlock()
    [all...]
  /external/swiftshader/third_party/LLVM/tools/opt/
GraphPrinters.cpp 1 //===- GraphPrinters.cpp - DOT printers for various graph types -----------===//
11 // by the LLVM infrastructure. It uses the generic graph interface to convert
12 // the graph into a .dot graph. These graphs can then be processed with the
48 // Call Graph Printer
58 return "Call Graph";
61 static std::string getNodeLabel(CallGraphNode *Node, CallGraph *Graph) {
91 "Print Call Graph to 'dot' file");
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
CFG.h 166 // graph of basic blocks...
188 // graph of basic blocks... and to walk it in inverse order. Inverse order for
196 static NodeRef getEntryNode(Inverse<BasicBlock *> G) { return G.Graph; }
205 static NodeRef getEntryNode(Inverse<const BasicBlock *> G) { return G.Graph; }
215 // graph of basic blocks... these are the same as the basic block iterators,
221 // nodes_iterator/begin/end - Allow iteration over all nodes in the graph
238 // nodes_iterator/begin/end - Allow iteration over all nodes in the graph
253 // graph of basic blocks... and to walk it in inverse order. Inverse order for
260 return &G.Graph->getEntryBlock();
266 return &G.Graph->getEntryBlock()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CFLAndersAliasAnalysis.cpp 604 const CFLGraph &Graph) {
605 for (const auto &Mapping : Graph.value_mappings()) {
625 static Optional<InstantiatedValue> getNodeBelow(const CFLGraph &Graph,
628 if (Graph.getNode(NodeBelow))
633 static void processWorkListItem(const WorkListItem &Item, const CFLGraph &Graph,
639 auto NodeInfo = Graph.getNode(ToNode);
650 auto FromNodeBelow = getNodeBelow(Graph, FromNode);
651 auto ToNodeBelow = getNodeBelow(Graph, ToNode);
732 static AliasAttrMap buildAttrMap(const CFLGraph &Graph,
738 for (const auto &Mapping : Graph.value_mappings())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 38 "display a graph using the "
41 "display a graph using the raw "
43 clEnumValN(GVDT_Count, "count", "display a graph using the real "
54 "display a graph using the "
57 "display a graph using the raw "
60 "display a graph using the real "
126 const MachineBlockFrequencyInfo *Graph) {
143 return MBFIDOTGraphTraitsBase::getNodeLabel(Node, Graph, getGVDT(),
148 const MachineBlockFrequencyInfo *Graph) {
149 return MBFIDOTGraphTraitsBase::getNodeAttributes(Node, Graph,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
xray-graph-diff.h 1 //===-- xray-graph-diff.h - XRay Graph Diff Renderer ------------*- C++ -*-===//
11 // graph of two differnent traces.
18 #include "xray-graph.h"
20 #include "llvm/XRay/Graph.h"
25 // This class creates a graph representing the difference between two
46 using GraphT = Graph<VertexAttribute, EdgeAttribute, StringRef>;
  /external/tensorflow/tensorflow/compiler/jit/
test_util.cc 24 const Graph& graph, const GraphShapeInfo& shape_info,
26 for (Node* node : graph.op_nodes()) {
  /external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/
resnet50_graph_test.py 15 """Tests and benchmarks for ResNet50 under graph execution."""
57 with tf.Graph().as_default():
71 with tf.Graph().as_default():
118 with tf.Graph().as_default():
142 with tf.Graph().as_default():
  /external/tensorflow/tensorflow/contrib/graph_editor/examples/
edit_graph_example.py 31 # create a graph
32 g = tf.Graph()
41 # modify the graph
44 # print the graph def
48 with tf.Session(graph=g) as sess:
  /external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
graph_io_test.py 210 with ops.Graph().as_default() as g, self.session(graph=g) as sess:
245 with ops.Graph().as_default() as g, self.session(graph=g) as sess:
279 with ops.Graph().as_default() as g, self.session(graph=g) as sess:
328 with ops.Graph().as_default() as g, self.session(graph=g) as session:
377 with ops.Graph().as_default() as g, self.session(graph=g) as session
    [all...]
  /external/tensorflow/tensorflow/contrib/predictor/
contrib_estimator_predictor.py 37 graph=None,
50 graph: Optional. The Tensorflow `graph` in which prediction should be
54 self._graph = graph or ops.Graph()
  /external/tensorflow/tensorflow/contrib/quantize/python/
quantize_test.py 15 """Unit tests for quantizing a Tensorflow graph."""
51 graph = ops.Graph()
52 with graph.as_default():
72 graph = ops.Graph()
73 with graph.as_default():
86 quantize.Quantize(graph, is_training, weight_bits=8, activation_bits=8)
89 conv_quant = graph.get_operation_by_name('test/test/conv_quant/' +
97 for op in graph.get_operations()
    [all...]
  /external/tensorflow/tensorflow/contrib/receptive_field/python/util/examples/
write_inception_resnet_v2_graph.py 15 """Simple script to write Inception-ResNet-v2 model to graph file.
37 g = ops.Graph()
54 help='Directory where graph will be saved.')
58 default='graph.pbtxt',
59 help='Filename of graph that will be saved.')
  /external/tensorflow/tensorflow/contrib/training/python/training/
feeding_queue_runner_test.py 47 with ops.Graph().as_default():
68 with ops.Graph().as_default():
87 with ops.Graph().as_default():
115 with ops.Graph().as_default():

Completed in 1045 milliseconds

<<11121314151617181920>>