Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfusion_utils.h78 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,
Dfusion_utils.cc330 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()