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.cc236 protobuf::Map<string, string>* fused_ret) { in FuseReturns() argument
237 for (auto& ret : *fused_ret) { in FuseReturns()
332 protobuf::Map<string, string>* fused_ret) { in ComposeOutput() argument
333 *fused_ret = second_ret; in ComposeOutput()
349 protobuf::Map<string, string>* fused_ret) { in CombineOutput() argument
350 *fused_ret = first_ret; in CombineOutput()
351 fused_ret->insert(second_ret.begin(), second_ret.end()); in CombineOutput()
418 protobuf::Map<string, string>* fused_ret) { in LazyConjunctionOutput() argument
423 *fused_ret = first_ret; in LazyConjunctionOutput()