Searched refs:IsQuantizedMatMul (Results 1 – 3 of 3) sorted by relevance
140 bool IsQuantizedMatMul(const NodeDef& node);
60 IsAnyBatchMatMul(node) || IsQuantizedMatMul(node); in IsAnyMatMul()436 bool IsQuantizedMatMul(const NodeDef& node) { in IsQuantizedMatMul() function
3011 bool is_quantized = IsQuantizedMatMul(*node); in SimplifyArithmeticOperations()