Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/kernels/
Dsvdf_common.cc77 const int8_t* weight_feature = in EvalIntegerSvdfReference() local
83 const int8_t* matrix_ptr = weight_feature; in EvalIntegerSvdfReference()
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/
Dsvdf.cc98 const int8_t* weight_feature = in EvalIntegerSvdfHifimini() local
107 const int8_t* weight_feature_ptr = weight_feature - 2; in EvalIntegerSvdfHifimini()
279 const int8_t* weight_feature = in EvalIntegerSvdfHifi4() local
287 weight_feature, &input[b * n_input], NULL, n_filter, in EvalIntegerSvdfHifi4()