Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfusion_utils.h56 protobuf::Map<string, string>* fused_ret)>;
80 protobuf::Map<string, string>* fused_ret);
92 protobuf::Map<string, string>* fused_ret);
112 protobuf::Map<string, string>* fused_ret);
Dfusion_utils.cc237 protobuf::Map<string, string>* fused_ret) { in FuseReturns() argument
238 for (auto& ret : *fused_ret) { in FuseReturns()
333 protobuf::Map<string, string>* fused_ret) { in ComposeOutput() argument
334 *fused_ret = second_ret; in ComposeOutput()
350 protobuf::Map<string, string>* fused_ret) { in CombineOutput() argument
351 *fused_ret = first_ret; in CombineOutput()
352 fused_ret->insert(second_ret.begin(), second_ret.end()); in CombineOutput()
419 protobuf::Map<string, string>* fused_ret) { in LazyConjunctionOutput() argument
424 *fused_ret = first_ret; in LazyConjunctionOutput()