Searched refs:inputValue0 (Results 1 - 4 of 4) sorted by relevance
/test/xts/acts/ai/nncore/common/ |
H A D | nncore_utils.h | 73 float inputValue0[4] = {0, 1, 2, 3}; member 79 OHNNOperandTest input0 = {OH_NN_FLOAT32, OH_NN_TENSOR, TENSOR_SHAPE, inputValue0, ADD_DATA_LENGTH}; 92 float inputValue0[4] = {0, 1, 2, 3}; member 98 OHNNOperandTest input0 = {OH_NN_FLOAT32, OH_NN_TENSOR, {-1, -1, -1, -1}, inputValue0, ADD_DATA_LENGTH};
|
/test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
H A D | model.h | 27 float inputValue0[4] = {0, 1, 2, 3}; member 33 OHNNOperandTest input0 = {OH_NN_FLOAT32, OH_NN_TENSOR, TENSOR_SHAPE, inputValue0, ADD_DATA_LENGTH};
|
/test/xts/acts/ai/neural_network_runtime/v1_0/common/ |
H A D | model.h | 27 float inputValue0[4] = {0, 1, 2, 3}; member 33 OHNNOperandTest input0 = {OH_NN_FLOAT32, OH_NN_TENSOR, TENSOR_SHAPE, inputValue0, ADD_DATA_LENGTH};
|
/test/xts/acts/ai/nnrtndk/entry/src/main/cpp/ |
H A D | nnrtndk.cpp | 125 float inputValue0[PARAM_4] = {PARAM_0, PARAM_1, PARAM_2, PARAM_3}; in OHNNModelSetTensorDataOne() local 131 operand.data = inputValue0; in OHNNModelSetTensorDataOne()
|
Completed in 6 milliseconds