Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dpattern_utils.cc26 const bool IsCommutativeOp(const string& op) { in IsCommutativeOp() function
135 if (IsCommutativeOp(op_name) && num_children == 2) { in DoesOpTypePatternMatch()