Home
last modified time | relevance | path

Searched refs:tensor_info_reshaped1 (Results 1 – 7 of 7) sorted by relevance

/external/ComputeLibrary/src/cpu/kernels/
DCpuGemmMatrixMultiplyKernel.cpp108 …const TensorInfo tensor_info_reshaped1 = rhs->clone()->set_tensor_shape(misc::shape_calculator::co… in validate_arguments() local
109 ARM_COMPUTE_RETURN_ERROR_ON_MISMATCHING_SHAPES(rhs, &tensor_info_reshaped1); in validate_arguments()
/external/ComputeLibrary/src/gpu/cl/kernels/
DClGemmLowpMatrixMultiplyReshapedKernel.cpp87 …const TensorInfo tensor_info_reshaped1 = src1->clone()->set_tensor_shape(compute_rhs_reshaped_shap… in validate_arguments() local
90 ARM_COMPUTE_RETURN_ERROR_ON_MISMATCHING_SHAPES(src1, &tensor_info_reshaped1); in validate_arguments()
DClGemmMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp132 …const TensorInfo tensor_info_reshaped1 = src1->clone()->set_tensor_shape(misc::shape_calculator::c… in validate_arguments() local
134 ARM_COMPUTE_RETURN_ERROR_ON_MISMATCHING_SHAPES(src1, &tensor_info_reshaped1); in validate_arguments()
DClGemmMatrixMultiplyReshapedKernel.cpp131 …const TensorInfo tensor_info_reshaped1 = src1->clone()->set_tensor_shape(misc::shape_calculator::c… in validate_arguments() local
134 ARM_COMPUTE_RETURN_ERROR_ON_MISMATCHING_SHAPES(src1, &tensor_info_reshaped1); in validate_arguments()
DClGemmMatrixMultiplyReshapedOnlyRhsKernel.cpp115 …const TensorInfo tensor_info_reshaped1 = src1->clone()->set_tensor_shape(misc::shape_calculator::c… in validate_arguments() local
126 ARM_COMPUTE_RETURN_ERROR_ON_MISMATCHING_SHAPES(src1, &tensor_info_reshaped1); in validate_arguments()
DClGemmLowpMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp77 …const TensorInfo tensor_info_reshaped1 = src1->clone()->set_tensor_shape(compute_rhs_reshaped_shap… in validate_arguments() local
88 ARM_COMPUTE_RETURN_ERROR_ON_MISMATCHING_SHAPES(src1, &tensor_info_reshaped1); in validate_arguments()
DClGemmLowpMatrixMultiplyReshapedOnlyRhsKernel.cpp92 …const TensorInfo tensor_info_reshaped1 = src1->clone()->set_tensor_shape(compute_rhs_reshaped_shap… in validate_arguments() local
103 ARM_COMPUTE_RETURN_ERROR_ON_MISMATCHING_SHAPES(src1, &tensor_info_reshaped1); in validate_arguments()