Home
last modified time | relevance | path

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

/test/xts/acts/ai/neural_network_runtime/common/
Dconst.h26 const uint32_t AVG_INPUT_LENGTH = 9 * sizeof(float); variable
Dmodel.h54 …dTest dynamicInput = {OH_NN_FLOAT32, OH_NN_TENSOR, {-1, -1, -1, -1}, inputValue, AVG_INPUT_LENGTH};