Searched defs:Graph (Results 1 – 25 of 82) sorted by relevance
1234
/external/tensorflow/tensorflow/go/ |
D | graph.go | 52 type Graph struct { struct 53 c *C.TF_Graph 98 func (g *Graph) finalizer() { 105 func (g *Graph) WriteTo(w io.Writer) (int64, error) { 135 func (g *Graph) ImportWithOptions(def []byte, options GraphImportOptions) error { 178 func (g *Graph) Import(def []byte, prefix string) error { 184 func (g *Graph) Operation(name string) *Operation { 195 func (g *Graph) Operations() []Operation { 213 func (g *Graph) AddGradients(prefix string, y []Output, x []Output, dx []Output) ([]Output, error) { 311 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) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 54 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction() local 96 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction() local 133 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule() local 159 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/rust/crates/bindgen/src/ir/analysis/ |
D | mod.rs | 265 struct Graph(HashMap<Node, Vec<Node>>); struct 267 impl Graph { impl 281 fn reverse(&self) -> Graph { in reverse()
|
/external/ComputeLibrary/arm_compute/graph/ |
D | IGraphPrinter.h | 34 class Graph; variable
|
D | GraphBuilder.h | 36 class Graph; variable
|
D | PassManager.h | 37 class Graph; variable
|
D | IDeviceBackend.h | 40 class Graph; variable
|
D | IGraphMutator.h | 32 class Graph; variable
|
D | GraphManager.h | 37 class Graph; variable
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_def_builder_util.h | 23 class Graph; variable
|
D | lower_case_op.h | 23 class Graph; variable
|
D | lower_if_op.h | 23 class Graph; variable
|
D | executor_factory.h | 29 class Graph; variable
|
D | lower_while_op.h | 23 class Graph; variable
|
D | lower_function_call_op.h | 24 class Graph; variable
|
D | graph_runner.h | 31 class Graph; variable
|
D | function_utils.h | 28 class Graph; variable
|
/external/ComputeLibrary/arm_compute/graph/algorithms/ |
D | TopologicalSort.h | 36 class Graph; variable
|
/external/ComputeLibrary/arm_compute/graph/frontend/ |
D | SubStream.h | 39 class Graph; variable
|
D | IStream.h | 34 class Graph; variable
|
/external/ComputeLibrary/arm_compute/graph/detail/ |
D | ExecutionHelpers.h | 34 class Graph; variable
|
D | CrossLayerMemoryManagerHelpers.h | 34 class Graph; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | GraphTraits.h | 96 const GraphType &Graph; member
|
1234