Searched defs:is_interleaved_transposed (Results 1 – 5 of 5) sorted by relevance
/external/ComputeLibrary/tests/validation/CL/ |
D | GEMMMatrixMultiply.cpp | 132 const bool is_interleaved_transposed = false; in TEST_SUITE() local 146 const bool is_interleaved_transposed = false; in TEST_SUITE() local 160 const bool is_interleaved_transposed = false; in TEST_SUITE() local 175 const bool is_interleaved_transposed = false; in TEST_SUITE() local 189 const bool is_interleaved_transposed = false; in TEST_SUITE() local 205 const bool is_interleaved_transposed = false; in TEST_SUITE() local 222 const bool is_interleaved_transposed = false; in TEST_SUITE() local 238 const bool is_interleaved_transposed = false; in TEST_SUITE() local
|
D | GEMMMatrixMultiplyInterleavedTransposed.cpp | 158 const bool is_interleaved_transposed = true; in TEST_SUITE() local 175 const bool is_interleaved_transposed = true; in TEST_SUITE() local 192 const bool is_interleaved_transposed = true; in TEST_SUITE() local 209 const bool is_interleaved_transposed = true; in TEST_SUITE() local 226 const bool is_interleaved_transposed = true; in TEST_SUITE() local
|
/external/ComputeLibrary/src/core/GLES_COMPUTE/kernels/ |
D | GCGEMMMatrixMultiplyKernel.cpp | 54 …nput0, const ITensorInfo *input1, const ITensorInfo *output, bool is_interleaved_transposed, const… in validate_arguments() 110 … bool is_interleaved_transposed, const GEMMReshapeInfo &reshape_info, in validate_and_configure_window() 188 …t0, const IGCTensor *input1, IGCTensor *output, float alpha, bool is_interleaved_transposed, const… in configure() 289 … const ITensorInfo *input1, const ITensorInfo *output, float alpha, bool is_interleaved_transposed, in validate()
|
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLGEMMMatrixMultiplyKernel.cpp | 53 … bool is_interleaved_transposed, const GEMMReshapeInfo &reshape_info, bool fp_mixed_precision) in validate_arguments() 155 …float beta, bool is_interleaved_transposed, const GEMMReshapeInfo &reshape_info, GPUTarget gpu_tar… in validate_and_configure_window() 276 …bool is_interleaved_transposed, const GEMMReshapeInfo &reshape_info, bool fp_mixed_precision, cons… in configure() 283 …bool is_interleaved_transposed, const GEMMReshapeInfo &reshape_info, bool fp_mixed_precision, cons… in configure() 459 …bool is_interleaved_transposed, const GEMMReshapeInfo &reshape_info, GPUTarget gpu_target, bool fp… in validate()
|
/external/ComputeLibrary/arm_compute/core/utils/misc/ |
D | ShapeCalculator.h | 889 …_shape(const ITensorInfo &input0, const ITensorInfo &input1, bool is_interleaved_transposed, const… in compute_mm_shape()
|