Searched refs:IsAnyMatMul (Results 1 – 4 of 4) sorted by relevance
32 bool IsAnyMatMul(const NodeDef& node);
58 bool IsAnyMatMul(const NodeDef& node) { in IsAnyMatMul() function
2284 return IsAnyMatMul(*node) && !IsInPreserveSet(*node); in IsSupported()
2923 const bool is_matmul = IsAnyMatMul(*node); in SimplifyArithmeticOperations()