Home
last modified time | relevance | path

Searched defs:is_interleaved_transposed (Results 1 – 5 of 5) sorted by relevance

/external/ComputeLibrary/tests/validation/CL/
DGEMMMatrixMultiply.cpp132 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
DGEMMMatrixMultiplyInterleavedTransposed.cpp158 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/
DGCGEMMMatrixMultiplyKernel.cpp54 …nput0, const ITensorInfo *input1, const ITensorInfo *output, bool is_interleaved_transposed, const… in validate_arguments()
110bool 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/
DCLGEMMMatrixMultiplyKernel.cpp53bool 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()
276bool is_interleaved_transposed, const GEMMReshapeInfo &reshape_info, bool fp_mixed_precision, cons… in configure()
283bool is_interleaved_transposed, const GEMMReshapeInfo &reshape_info, bool fp_mixed_precision, cons… in configure()
459bool is_interleaved_transposed, const GEMMReshapeInfo &reshape_info, GPUTarget gpu_target, bool fp… in validate()
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h889 …_shape(const ITensorInfo &input0, const ITensorInfo &input1, bool is_interleaved_transposed, const… in compute_mm_shape()