Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dop_types.h32 bool IsAnyMatMul(const NodeDef& node);
Dop_types.cc58 bool IsAnyMatMul(const NodeDef& node) { in IsAnyMatMul() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc2284 return IsAnyMatMul(*node) && !IsInPreserveSet(*node); in IsSupported()
Dconstant_folding.cc2923 const bool is_matmul = IsAnyMatMul(*node); in SimplifyArithmeticOperations()