Home
last modified time | relevance | path

Searched defs:graph_ (Results 1 – 25 of 144) sorted by relevance

123456

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph_def_builder.h140 Graph* const graph_; variable
151 : graph_(op_registry), flib_def_(op_registry), opts_(&graph_, &status_) {} in graph_() function
159 : graph_(op_registry), flib_def_(op_registry), opts_(&graph_, nullptr) {} in graph_() function
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dscheduler.h86 const Graph* graph_; variable
111 const Graph* graph_; variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dconcat_opt.cpp203 std::shared_ptr<Graph> graph_; member in torch::jit::__anon0ea1e2b70111::ConcatCommonInputsEliminator
486 std::shared_ptr<Graph> graph_; member in torch::jit::__anon0ea1e2b70211::ConcatExpander
688 std::shared_ptr<Graph> graph_; member in torch::jit::__anon0ea1e2b70311::ConcatCombiner
H A Dpeephole_list_idioms.cpp141 std::shared_ptr<Graph> graph_; member
315 std::shared_ptr<Graph> graph_; member
H A Dbailout_graph.cpp213 std::shared_ptr<Graph> graph_; member
322 std::shared_ptr<Graph> graph_; member
H A Dshape_analysis.h30 std::shared_ptr<Graph> graph_; variable
H A Drestore_mutation.h48 std::shared_ptr<Graph> graph_; variable
H A Dremove_mutation.h61 std::shared_ptr<Graph> graph_; member
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dmodel_test.cc152 GraphFloat32 graph_; member in tflite::gpu::__anonf9e47e5c0111::OneNodeModel
187 GraphFloat32 graph_; member in tflite::gpu::__anonf9e47e5c0111::TwoNodesModel
245 GraphFloat32 graph_; member in tflite::gpu::__anonf9e47e5c0111::ThreeNodesModel
H A Dobject_reader.h48 : graph_(graph), in graph_() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dsimple_planner_test.cc153 TestGraph* graph_; member in tflite::__anonec026e940111::TestGraphInfo
210 TestGraph* graph_; member in tflite::__anonec026e940111::SimplePlannerTest
H A Darena_planner_test.cc173 TestGraph* graph_; member in tflite::__anone7daca910111::TestGraphInfo
252 TestGraph* graph_; member in tflite::__anone7daca910111::ArenaPlannerTest
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_unified_experimental_graph.cc92 TF_Graph* graph_; // For shape inference. member in tensorflow::tracing::graph::GraphTensor
400 std::unique_ptr<TF_Graph, decltype(&TF_DeleteGraph)> graph_; member in tensorflow::tracing::graph::GraphContext
/aosp_15_r20/external/openscreen/discovery/dnssd/impl/
H A Dquerier_impl.h69 std::unique_ptr<DnsDataGraph> graph_; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dplacer.h96 Graph* const graph_; // Not owned. variable
/aosp_15_r20/art/compiler/optimizing/
H A Dside_effects_analysis.h48 HGraph* graph_; variable
H A Dblock_builder.h73 HGraph* const graph_; variable
H A Dbuilder.h58 HGraph* const graph_; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Dcond_builder.h67 Graph* const graph_; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dgraph_compiler.h82 Graph* graph_; variable
/aosp_15_r20/external/harfbuzz_ng/src/graph/
H A Dgsubgpos-context.cc32 graph_t& graph_) in gsubgpos_graph_context_t()
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/onednn/
H A Dgraph_fuser.h35 std::shared_ptr<Graph> graph_; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dgraph_topology_view.h99 const GraphDef* graph_ = nullptr; // do not own variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dremove_inplace_ops_for_onnx.cpp67 std::shared_ptr<Graph> graph_; member
101 std::shared_ptr<Graph> graph_; member
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dalias_analysis.h256 std::shared_ptr<Graph> graph_; variable

123456