Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph_partition_test.cc202 scope_b_(Scope::NewRootScope().ExitOnError().WithDevice( in GraphPartitionTest()
219 TF_EXPECT_OK(scope_b_.ToGraphDef(&graph_def)); in ExpectMatchB()
236 Scope scope_b_; member in tensorflow::__anonc404fe730111::GraphPartitionTest
266 b1 = FloatInput(scope_b_.WithOpName("B1")); in TEST_F()
268 _Recv(scope_b_.WithOpName("A1/_1"), DT_FLOAT, "edge_1_A1", a, 82, b); in TEST_F()
269 Combine(scope_b_.WithOpName("B2"), recv, b1); in TEST_F()
289 _Recv(scope_b_.WithOpName("A1/_2"), DT_FLOAT, "edge_3_A1", a, 82, b); in TEST_F()
290 auto id = Identity(scope_b_.WithOpName("A1/_3"), recv); in TEST_F()
291 b1 = FloatInput(scope_b_.WithOpName("B1")); in TEST_F()
292 Combine(scope_b_.WithOpName("B2").WithControlDependencies(id), b1, b1); in TEST_F()
[all …]