Searched refs:second_ret (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | fusion_utils.h | 79 const protobuf::Map<string, string>& second_ret, 91 const protobuf::Map<string, string>& second_ret, 111 const protobuf::Map<string, string>& second_ret,
|
D | fusion_utils.cc | 331 const protobuf::Map<string, string>& second_ret, in ComposeOutput() argument 333 *fused_ret = second_ret; in ComposeOutput() 348 const protobuf::Map<string, string>& second_ret, in CombineOutput() argument 351 fused_ret->insert(second_ret.begin(), second_ret.end()); in CombineOutput() 417 const protobuf::Map<string, string>& second_ret, in LazyConjunctionOutput() argument 420 CHECK_EQ(second_ret.size(), 1); in LazyConjunctionOutput()
|