Home
last modified time | relevance | path

Searched refs:validate_reshaped_only_rhs_mmul (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/src/gpu/cl/operators/
DClGemm.h115 …static Status validate_reshaped_only_rhs_mmul(const ITensorInfo *a, const ITensorInfo *b, const IT…
DClGemm.cpp509 Status ClGemm::validate_reshaped_only_rhs_mmul(const ITensorInfo *a, const ITensorInfo *b, const IT… in validate_reshaped_only_rhs_mmul() function in arm_compute::opencl::ClGemm
654 …ARM_COMPUTE_RETURN_ON_ERROR(validate_reshaped_only_rhs_mmul(a, b, c_to_use, output, alpha, beta, g… in validate()