Home
last modified time | relevance | path

Searched defs:Graph (Results 1 – 25 of 82) sorted by relevance

1234

/external/tensorflow/tensorflow/go/
Dgraph.go52 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) {
Dutil_test.go19 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) {
Dsaved_model.go32 Graph *Graph member
Dgraph_test.go26 func hasOperations(g *Graph, ops ...string) error {
/external/syzkaller/tools/syz-benchcmp/
Dbenchcmp.go27 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/
DDOTGraphTraitsPass.h55 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/
DDOTGraphTraitsPass.h55 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/
DDOTGraphTraitsPass.h30 Analysis *Graph; in runOnFunction() local
57 Analysis *Graph; in runOnFunction() local
/external/tensorflow/tensorflow/core/graph/
Dgraph_def_builder_util.h23 class Graph; variable
/external/v8/src/compiler/
Dbasic-block-instrumentor.h18 class Graph; variable
Dmachine-graph-verifier.h15 class Graph; variable
Dselect-lowering.h16 class Graph; variable
Dcommon-operator-reducer.h18 class Graph; variable
Dpipeline.h34 class Graph; variable
Dgraph-trimmer.h16 class Graph; variable
Dcontrol-flow-optimizer.h18 class Graph; variable
Dnode-marker.h15 class Graph; variable
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor_factory.h29 class Graph; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DGraphTraits.h90 const GraphType &Graph; member
/external/llvm/include/llvm/ADT/
DGraphTraits.h79 const GraphType &Graph; member
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DGraphTraits.h76 const GraphType &Graph; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/
Dllvm-cfi-verify.cpp89 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/
DTestGraph.h109 Graph() { in Graph() function
165 friend class Graph; variable
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_graph.h72 friend class Graph; variable
145 friend class Graph; variable
/external/tensorflow/tensorflow/cc/framework/
Dscope.h33 class Graph; variable

1234