Searched defs:ref_src0 (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/tests/validate_examples/ |
H A D | cl_gemm.cpp | 265 SimpleTensor<half> ref_src0 = { TensorShape(K, M, B), data_type, 1 }; in do_validate() local 279 SimpleTensor<float> ref_src0 = { TensorShape(K, M, B), data_type, 1 }; in do_validate() local 293 SimpleTensor<uint8_t> ref_src0{ TensorShape(K, M, B), data_type, 1 }; in do_validate() local
|