Home
last modified time | relevance | path

Searched defs:multiplier_fixedpoint_perchannel (Results 1 – 3 of 3) sorted by relevance

/external/ruy/ruy/
Dmul_params.h139 const AccumScalar* multiplier_fixedpoint_perchannel() const { in multiplier_fixedpoint_perchannel() function
229 static constexpr const AccumScalar* multiplier_fixedpoint_perchannel = member
/external/tensorflow/tensorflow/lite/kernels/
Dcpu_backend_gemm_params.h130 const AccumScalar* multiplier_fixedpoint_perchannel = nullptr; member
Dcpu_backend_gemm_test.cc474 std::vector<AccumScalar> multiplier_fixedpoint_perchannel(rows); in TestSomeGemm() local