Searched refs:first_ret (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | fusion_utils.h | 78 void ComposeOutput(const protobuf::Map<string, string>& first_ret, 90 void CombineOutput(const protobuf::Map<string, string>& first_ret, 110 void LazyConjunctionOutput(const protobuf::Map<string, string>& first_ret,
|
D | fusion_utils.cc | 330 void ComposeOutput(const protobuf::Map<string, string>& first_ret, in ComposeOutput() argument 347 void CombineOutput(const protobuf::Map<string, string>& first_ret, in CombineOutput() argument 350 *fused_ret = first_ret; in CombineOutput() 416 void LazyConjunctionOutput(const protobuf::Map<string, string>& first_ret, in LazyConjunctionOutput() argument 419 CHECK_EQ(first_ret.size(), 1); in LazyConjunctionOutput() 423 *fused_ret = first_ret; in LazyConjunctionOutput()
|