Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_runtime_test.cc114 struct MatMulShape { struct
115 int64 m;
116 int64 k;
117 int64 n;
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc110 Status MatMulShape(shape_inference::InferenceContext* c) { in MatMulShape() function