Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dscope.h261 Status CreateOutputWithScope(string op_name,
Dscope_test.cc155 CreateOutputWithScope("Add", {a, a}, root.WithOpName("add"), &add).ok()); in TEST()
Dscope.cc534 Status CreateOutputWithScope(string op_name, in CreateOutputWithScope() function
/external/tensorflow/tensorflow/compiler/jit/
Dpartially_decluster_pass_test.cc478 CreateOutputWithScope("FakeBinary", {c, c}, root.WithOpName("e"), &e)); in TEST()