Home
last modified time | relevance | path

Searched refs:scope_a_ (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph_partition_test.cc200 scope_a_(Scope::NewRootScope().ExitOnError().WithDevice( in GraphPartitionTest()
212 TF_EXPECT_OK(scope_a_.ToGraphDef(&graph_def)); in ExpectMatchA()
235 Scope scope_a_; member in tensorflow::__anonc404fe730111::GraphPartitionTest
247 a1 = FloatInput(scope_a_.WithOpName("A1")); in TEST_F()
248 Combine(scope_a_.WithOpName("A2"), a1, a1); in TEST_F()
262 a1 = FloatInput(scope_a_.WithOpName("A1")); in TEST_F()
263 _Send(scope_a_.WithOpName("A1/_0"), a1, "edge_1_A1", a, 82, b); in TEST_F()
283 a1 = FloatInput(scope_a_.WithOpName("A1")); in TEST_F()
284 auto c = Const(scope_a_.WithOpName("A1/_0").WithControlDependencies(a1), {}); in TEST_F()
285 _Send(scope_a_.WithOpName("A1/_1"), c, "edge_3_A1", a, 82, b); in TEST_F()
[all …]