/external/tensorflow/tensorflow/go/ |
D | graph.go | 52 type Graph struct { struct 53 c *C.TF_Graph 74 func (g *Graph) finalizer() { 81 func (g *Graph) WriteTo(w io.Writer) (int64, error) { 106 func (g *Graph) ImportWithOptions(def []byte, options GraphImportOptions) error { 155 func (g *Graph) Import(def []byte, prefix string) error { 161 func (g *Graph) Operation(name string) *Operation { 172 func (g *Graph) Operations() []Operation { 190 func (g *Graph) AddGradients(prefix string, y []Output, x []Output, dx []Output) ([]Output, error) { 288 func (g *Graph) AddOperation(args OpSpec) (*Operation, error) {
|
D | util_test.go | 19 func Placeholder(g *Graph, name string, dt DataType) (Output, error) { 30 func Const(g *Graph, name string, value interface{}) (Output, error) { 49 func Neg(g *Graph, name string, port Output) (Output, error) { 58 func Add(g *Graph, name string, x, y Output) (Output, error) {
|
D | saved_model.go | 32 Graph *Graph member
|
D | graph_test.go | 26 func hasOperations(g *Graph, ops ...string) error {
|
/external/syzkaller/tools/syz-benchcmp/ |
D | benchcmp.go | 27 type Graph struct { struct 28 Name string 29 Headers []string 30 Points []Point 111 func skipStart(g *Graph) { 126 func restoreMissingPoints(g *Graph) { 163 func printFinalStats(graphs []*Graph) { 183 func display(graphs []*Graph) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 55 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction() local 97 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction() local 134 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule() local 160 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule() local
|
/external/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 55 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction() local 97 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction() local 134 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule() local 160 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule() local
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 30 Analysis *Graph; in runOnFunction() local 57 Analysis *Graph; in runOnFunction() local
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_def_builder_util.h | 23 class Graph; variable
|
/external/v8/src/compiler/ |
D | basic-block-instrumentor.h | 18 class Graph; variable
|
D | machine-graph-verifier.h | 15 class Graph; variable
|
D | select-lowering.h | 16 class Graph; variable
|
D | common-operator-reducer.h | 18 class Graph; variable
|
D | pipeline.h | 34 class Graph; variable
|
D | graph-trimmer.h | 16 class Graph; variable
|
D | control-flow-optimizer.h | 18 class Graph; variable
|
D | node-marker.h | 15 class Graph; variable
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | executor_factory.h | 29 class Graph; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | GraphTraits.h | 90 const GraphType &Graph; member
|
/external/llvm/include/llvm/ADT/ |
D | GraphTraits.h | 79 const GraphType &Graph; member
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | GraphTraits.h | 76 const GraphType &Graph; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/ |
D | llvm-cfi-verify.cpp | 89 const GraphResult &Graph, in printInstructionInformation() 136 GraphResult Graph = GraphBuilder::buildFlowGraph(Analysis, Address); in printIndirectCFInstructions() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | TestGraph.h | 109 Graph() { in Graph() function 165 friend class Graph; variable
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_graph.h | 72 friend class Graph; variable 145 friend class Graph; variable
|
/external/tensorflow/tensorflow/cc/framework/ |
D | scope.h | 33 class Graph; variable
|