Home
last modified time | relevance | path

Searched defs:graph2 (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/armnn/src/armnn/test/
H A DCloneTests.cpp62 armnn::Graph graph2; variable
85 armnn::Graph graph2; variable
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/graph/
H A DStandardImmutableGraphAdditionalTest.java48 Graph<String> graph2 = ImmutableGraph.copyOf(graph1); in copyOfImmutableGraph_optimized() local
H A DImmutableValueGraphTest.java48 ValueGraph<String, Integer> graph2 = ImmutableValueGraph.copyOf(graph1); in copyOfImmutableValueGraph_optimized() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/graph/
H A DStandardImmutableGraphAdditionalTest.java48 Graph<String> graph2 = ImmutableGraph.copyOf(graph1); in copyOfImmutableGraph_optimized() local
H A DImmutableValueGraphTest.java48 ValueGraph<String, Integer> graph2 = ImmutableValueGraph.copyOf(graph1); in copyOfImmutableValueGraph_optimized() local
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/benches/
Dserialize.rs51 let graph2: StableGraph<u32, u32> = bincode::deserialize(&data).unwrap(); in deserialize_stable_graph() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dcostmodel_test.cc62 std::unique_ptr<Graph> graph2 = in TEST() local
H A Dgraph_test.cc423 Graph graph2(OpRegistry::Global()); in TEST_F() local
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_subgraph_utils.cpp82 Node* graph2 = SubgraphUtils::createSingletonSubgraph( in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dgrappler_test_test.cc44 GraphDef graph2; in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/summary/
H A Dsummary_db_writer_test.cc308 GraphDef graph2; in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/
H A Ddelegate.cc166 GraphFloat32 graph2; in Prepare() local
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dconvert_to_constants_test.py131 def merge_graphs(graph1, graph2): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
H A Dsig_node_test.cc492 GraphDef graph2; in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dmark_for_compilation_pass_test.cc1824 auto graph2 = create_graph("out"); // same as graph0 in TEST() local