Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dop_types.h140 bool IsQuantizedMatMul(const NodeDef& node);
Dop_types.cc60 IsAnyBatchMatMul(node) || IsQuantizedMatMul(node); in IsAnyMatMul()
436 bool IsQuantizedMatMul(const NodeDef& node) { in IsQuantizedMatMul() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc3011 bool is_quantized = IsQuantizedMatMul(*node); in SimplifyArithmeticOperations()