Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/base/
Dminimal_filtering_generator.c61 int LT(const float *poly_array, float *matrix_lt, int n) { in LT()
94 void T(const float *poly_array, float *matrix_t, int n) { in T()
110 int B(const float *poly_array, float *matrix_b, int in_unit) { in B()