Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc774 bool has_mul = false; in GetCommonFactors() local
786 (IsAnyDiv(*input) && has_mul)) { in GetCommonFactors()
807 has_mul = true; in GetCommonFactors()
813 has_mul ? std::set<string>{input->input(0), input->input(1)} in GetCommonFactors()