Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_runtime_test.cc116 struct MatMulShape { struct
117 int64_t m;
118 int64_t k;
119 int64_t n;
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dcommon_shape_fns.cc110 Status MatMulShape(shape_inference::InferenceContext* c) { in MatMulShape() function