Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc299 IsQuantizedMatMul(node); in IsMatMul()
369 bool IsQuantizedMatMul(const NodeDef& node) { in IsQuantizedMatMul() function
Dop_types.h114 bool IsQuantizedMatMul(const NodeDef& node);
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2643 const bool is_quantized_matmul = IsQuantizedMatMul(*node); in SimplifyArithmeticOperations()