Home
last modified time | relevance | path

Searched refs:is_b_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…
2388 _is_b_reshaped(is_b_reshaped), in _is_a_reshaped()
2417 bool is_b_reshaped() const in is_b_reshaped() function
/external/ComputeLibrary/src/cpu/operators/
DCpuGemm.cpp174 …ARM_COMPUTE_RETURN_ERROR_ON_MSG(gemm_info.is_b_reshaped(), "Matrix B already reshaped is not suppo… in validate()
DCpuGemmLowpMatrixMultiplyCore.cpp318 …ARM_COMPUTE_RETURN_ERROR_ON_MSG(gemm_info.is_b_reshaped(), "Matrix B already reshaped is not suppo… in validate()
/external/ComputeLibrary/src/gpu/cl/operators/
DClGemmLowpMatrixMultiplyCore.cpp480 …ARM_COMPUTE_RETURN_ERROR_ON_MSG(gemm_info.is_b_reshaped(), "Matrix B already reshaped is not suppo… in validate()
/external/ComputeLibrary/utils/
DTypePrinter.h1524 os << "is_b_reshaped=" << info.is_b_reshaped() << ",";