Home
last modified time | relevance | path

Searched defs:IsMatMul (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc367 bool IsMatMul(const NodeDef& node) { return node.op() == "MatMul"; } in IsMatMul() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc503 bool TFGraphDialect::IsMatMul(TFOp op) const { in IsMatMul() function in mlir::tfg::TFGraphDialect