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
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) {
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) {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h54 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/
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/rust/crates/bindgen/src/ir/analysis/
Dmod.rs265 struct Graph(HashMap<Node, Vec<Node>>); struct
267 impl Graph { impl
281 fn reverse(&self) -> Graph { in reverse()
/external/ComputeLibrary/arm_compute/graph/
DIGraphPrinter.h34 class Graph; variable
DGraphBuilder.h36 class Graph; variable
DPassManager.h37 class Graph; variable
DIDeviceBackend.h40 class Graph; variable
DIGraphMutator.h32 class Graph; variable
DGraphManager.h37 class Graph; variable
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_def_builder_util.h23 class Graph; variable
Dlower_case_op.h23 class Graph; variable
Dlower_if_op.h23 class Graph; variable
Dexecutor_factory.h29 class Graph; variable
Dlower_while_op.h23 class Graph; variable
Dlower_function_call_op.h24 class Graph; variable
Dgraph_runner.h31 class Graph; variable
Dfunction_utils.h28 class Graph; variable
/external/ComputeLibrary/arm_compute/graph/algorithms/
DTopologicalSort.h36 class Graph; variable
/external/ComputeLibrary/arm_compute/graph/frontend/
DSubStream.h39 class Graph; variable
DIStream.h34 class Graph; variable
/external/ComputeLibrary/arm_compute/graph/detail/
DExecutionHelpers.h34 class Graph; variable
DCrossLayerMemoryManagerHelpers.h34 class Graph; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DGraphTraits.h96 const GraphType &Graph; member

1234