Searched refs:AVG_INPUT_LENGTH (Results 1 - 5 of 5) sorted by relevance
/test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
H A D | const.h | 26 const uint32_t AVG_INPUT_LENGTH = 9 * sizeof(float); member
|
H A D | model.h | 54 OHNNOperandTest dynamicInput = {OH_NN_FLOAT32, OH_NN_TENSOR, {-1, -1, -1, -1}, inputValue, AVG_INPUT_LENGTH};
|
/test/xts/acts/ai/neural_network_runtime/v1_0/common/ |
H A D | const.h | 26 const uint32_t AVG_INPUT_LENGTH = 9 * sizeof(float); member
|
H A D | model.h | 54 OHNNOperandTest dynamicInput = {OH_NN_FLOAT32, OH_NN_TENSOR, {-1, -1, -1, -1}, inputValue, AVG_INPUT_LENGTH};
|
/test/xts/acts/ai/nncore/common/ |
H A D | nncore_const.h | 26 const uint32_t AVG_INPUT_LENGTH = 9 * sizeof(float); member
|
Completed in 3 milliseconds