Searched refs:ConstructOp (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition_test.cc | 166 Output ConstructOp(const Scope& scope, const string& op_type, in ConstructOp() function 185 return ConstructOp(scope, "FloatInput", {}); in FloatInput() 189 return ConstructOp(scope, "BoolInput", {}); in BoolInput() 193 return ConstructOp(scope, "Combine", {std::move(a), std::move(b)}); in Combine() 470 ConstructOp(in_.WithOpName("A2"), "XTimesTwo", {a1}); in TEST_F() 471 ConstructOp(in_.WithOpName("B2"), "XTimesFour", {b1}); in TEST_F()
|