Home
last modified time | relevance | path

Searched refs:is_a_reshaped (Results 1 – 5 of 5) sorted by relevance

/external/ComputeLibrary/arm_compute/core/
DTypes.h2383 …GEMMInfo(bool is_a_reshaped, bool is_b_reshaped, bool reshape_b_only_on_first_run, int depth_outpu…
2387 : _is_a_reshaped(is_a_reshaped), in _is_a_reshaped() argument
2409 bool is_a_reshaped() const in is_a_reshaped() function
/external/ComputeLibrary/src/cpu/operators/
DCpuGemm.cpp173 …ARM_COMPUTE_RETURN_ERROR_ON_MSG(gemm_info.is_a_reshaped(), "Matrix A already reshaped is not suppo… in validate()
DCpuGemmLowpMatrixMultiplyCore.cpp317 …ARM_COMPUTE_RETURN_ERROR_ON_MSG(gemm_info.is_a_reshaped(), "Matrix A already reshaped is not suppo… in validate()
/external/ComputeLibrary/src/gpu/cl/operators/
DClGemmLowpMatrixMultiplyCore.cpp479 …ARM_COMPUTE_RETURN_ERROR_ON_MSG(gemm_info.is_a_reshaped(), "Matrix A already reshaped is not suppo… in validate()
/external/ComputeLibrary/utils/
DTypePrinter.h1523 os << "{is_a_reshaped=" << info.is_a_reshaped() << ",";