Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfusion_utils.h79 const protobuf::Map<string, string>& second_ret,
91 const protobuf::Map<string, string>& second_ret,
111 const protobuf::Map<string, string>& second_ret,
Dfusion_utils.cc331 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()