Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dop_types.h107 bool IsMatMul(const NodeDef& node);
Dop_types.cc296 bool IsMatMul(const NodeDef& node) { in IsMatMul() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2642 const bool is_matmul = IsMatMul(*node); in SimplifyArithmeticOperations()
Darithmetic_optimizer.cc2173 return IsMatMul(*node); in IsSupported()