Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/experimental/
H A Dmath_ops.py26 def mat_mul(a, b, name=None): function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dop_level_cost_estimator.cc1052 const OpInfo& op_info, MatMulDimensions* mat_mul, in CountMatMulOperations()