Searched defs:MatMulShape (Results 1 – 2 of 2) sorted by relevance
116 struct MatMulShape { struct117 int64_t m;118 int64_t k;119 int64_t n;
110 Status MatMulShape(shape_inference::InferenceContext* c) { in MatMulShape() function