Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/base/
Dminimal_filtering_generator.c62 int LT(const float *poly_array, float *matrix_lt, int n) { in LT()
95 void T(const float *poly_array, float *matrix_t, int n) { in T()
111 int B(const float *poly_array, float *matrix_b, int in_unit) { in B()