Searched refs:CreateOutputWithScope (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/cc/framework/ |
D | scope.h | 261 Status CreateOutputWithScope(string op_name,
|
D | scope_test.cc | 155 CreateOutputWithScope("Add", {a, a}, root.WithOpName("add"), &add).ok()); in TEST()
|
D | scope.cc | 534 Status CreateOutputWithScope(string op_name, in CreateOutputWithScope() function
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | partially_decluster_pass_test.cc | 478 CreateOutputWithScope("FakeBinary", {c, c}, root.WithOpName("e"), &e)); in TEST()
|