| /test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/ |
| D | hdi_model_run_test.cpp | 62 std::vector<float> inputValue = {ADD_VALUE_1, ADD_VALUE_2}; in AddModelTest() local 215 std::vector<float> inputValue = {ADD_VALUE_1, ADD_VALUE_2}; variable 387 std::vector<float> inputValue = {ADD_VALUE_1, ADD_VALUE_2}; variable
|
| /test/xts/hats/ai/nnrt/hdi/v1_0/nnrtFunctionTest/src/ |
| D | hdi_model_run_test.cpp | 63 std::vector<float> inputValue = {ADD_VALUE_1, ADD_VALUE_2}; in AddModelTest() local 217 std::vector<float> inputValue = {ADD_VALUE_1, ADD_VALUE_2}; variable 387 std::vector<float> inputValue = {ADD_VALUE_1, ADD_VALUE_2}; variable
|
| /test/xts/acts/ai/nncore/opstest/src/ |
| D | logical_not_test.cpp | 27 int64_t inputValue[3] = {1, 0, 1}; member 41 bool inputValue[1] = {true}; member 55 bool inputValue[1] = {false}; member 69 bool inputValue[2] = {true, false}; member 83 bool inputValue[3] = {0, 0, 1}; member
|
| D | unstack_test.cpp | 29 float inputValue[3][2] = {{1, 2}, {3, 4}, {5, 6}}; member 46 float inputValue[3] = {1, 5, 6}; member 63 float inputValue[3][2] = {{1, 2}, {3, 4}, {5, 6}}; member 80 float inputValue[3][2] = {{1, 2}, {3, 4}, {5, 6}}; member 96 float* inputValue = {}; member
|
| D | flatten_test.cpp | 28 float inputValue[3][3] = {{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}; member 43 float inputValue[2][2][2] = {{{1, 2}, {3, 4}}, {{5, 6}, {7, 8}}}; member 58 float inputValue[9] = {1, 2, 3, 4, 5, 6, 7, 8, 9}; member 72 float* inputValue = {}; member
|
| D | clip_test.cpp | 30 float inputValue[7] = {-3, -2, -1, 0, 1, 2, 3}; member 49 float inputValue[7] = {-3, -2, -1, 0, 1, 2, 3}; member 68 float inputValue[7] = {-3, -2, -1, 0, 1, 2, 3}; member 87 float inputValue[7] = {-3, -2, -1, 0, 1, 2, 3}; member 106 float* inputValue = {}; member
|
| D | reducemin_test.cpp | 30 float inputValue[2][3] = {{1, 2, 3}, {4, 0, 6}}; member 50 float inputValue[2][3] = {{1, 2, 3}, {4, 0, 6}}; member 70 float inputValue[3][2] = {{7, 8}, {3, 4}, {5, 1}}; member 90 float inputValue[2][3] = {{1, 2, 3}, {4, 0, 6}}; member 110 float inputValue[2][2] = {{2, 3}, {6, 1}}; member
|
| D | reducemax_test.cpp | 30 float inputValue[2][3] = {{1, 2, 3}, {4, 0, 6}}; member 50 float inputValue[2][3] = {{1, 2, 3}, {4, 0, 6}}; member 70 float inputValue[3][2] = {{7, 8}, {3, 4}, {5, 1}}; member 90 float inputValue[2][3] = {{1, 2, 3}, {4, 0, 6}}; member 110 float inputValue[2][2] = {{2, 3}, {6, 1}}; member
|
| D | leaky_relu_test.cpp | 29 float inputValue[3] = {0.5, 1.0, 1.5}; member 47 float inputValue[3] = {-0.5, -1.0, -1.5}; member 65 float inputValue[3] = {-0.5, -1.0, -1.5}; member 82 float* inputValue = {}; member
|
| D | reducesum_test.cpp | 31 float inputValue[2][3] = {{1, 2, 3}, {4, 5, 6}}; member 53 float inputValue[2][3] = {{1, 2, 3}, {4, 5, 6}}; member 75 float inputValue[2][3] = {{1, 2, 3}, {4, 5, 6}}; member 97 float inputValue[2][3] = {{1, 2, 3}, {4, 5, 6}}; member 119 float inputValue[2][3] = {{1, 2, 3}, {4, 5, 6}}; member
|
| D | range_test.cpp | 30 int32_t inputValue[3] = {0}; member 50 int32_t inputValue[1] = {0}; member 70 int32_t inputValue[1] = {0}; member 90 float inputValue[2] = {0}; member 110 int32_t inputValue[2] = {0}; member
|
| D | exp_test.cpp | 30 float inputValue[3][3] = {{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}; member 47 float inputValue[3] = {0, 1, 2}; member 64 float inputValue[3][3] = {{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}; member 84 float* inputValue = {}; member
|
| D | space_to_depth_test.cpp | 29 float inputValue[1][1][4][4] = {1}; member 46 float inputValue[2][3][8][8] = {1}; member 63 float inputValue[1][2][6][6] = {1}; member 80 float inputValue[1][4][2][2] = {1}; member
|
| D | reducel2_test.cpp | 32 float inputValue[2][2] = {{1, 2}, {3, 4}}; member 56 float inputValue[2][2] = {{1, 2}, {3, 4}}; member 80 float inputValue[2][2][2] = {{{1, 2}, {3, 4}}, {{5, 6}, {7, 8}}}; member 104 float inputValue[2][2][2] = {{{1, 2}, {3, 4}}, {{5, 6}, {7, 8}}}; member 128 float inputValue[2][2][2] = {{{1, 2}, {3, 4}}, {{5, 6}, {7, 8}}}; member
|
| D | swish_test.cpp | 27 float inputValue[3][3] = {{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}; member 41 float inputValue[2][3] = {{-1, 0, 1}, {2, -2, 3}}; member 55 float inputValue[2][2] = {{0, 0}, {0, 0}}; member
|
| D | reciprocal_test.cpp | 27 float inputValue[2][2] = {{1, 2}, {3, 4}}; member 41 float inputValue[3] = {-1, -2, -4}; member 55 bool inputValue[1] = {false}; member
|
| D | erf_test.cpp | 28 float inputValue[4] = {0, -1, 1, 10}; member 41 float* inputValue = {}; member 55 …float inputValue[5] = {std::numeric_limits<float>::quiet_NaN(), std::numeric_limits<float>::infini… member
|
| D | log_softmax_test.cpp | 28 float inputValue[4][2] = {{1, 2}, {3, 4}, {5, 6}, {7, 8}}; member 44 float inputValue[4][2] = {{1, 2}, {3, 4}, {5, 6}, {7, 8}}; member 60 float inputValue[4][2] = {{1, 2}, {3, 4}, {5, 6}, {7, 8}}; member
|
| D | l2_normalize_test.cpp | 30 float inputValue[2][3] = {{-1, -2, -3}, {4, 5, 6}}; member 49 float inputValue[2][3] = {{-1, -2, -3}, {4, 5, 6}}; member 68 float inputValue[2][3] = {{-1, -2, -3}, {4, 5, 6}}; member
|
| D | broadcast_to_test.cpp | 29 float inputValue[3] = {1, 2, 3}; member 46 float inputValue[3] = {1, 2, 3}; member 63 float inputValue[3] = {1, 2, 3}; member
|
| D | quant_dtype_cast_test.cpp | 30 int32_t inputValue[4] = {0.5, 1.0, 1.5, 2.0}; member 50 int32_t inputValue[4] = {0.5, 1.0, 1.5, 2.0}; member 70 int32_t inputValue[2][3] = {{1.5, 2.5, 3.5}, {4.5, 5.5, 6.5}}; member
|
| D | all_test.cpp | 29 bool inputValue[2][2] = {{true, true}, {true, false}}; member 48 bool inputValue[2][3] = {{true, false, true}, {true, true, true}}; member 67 bool inputValue[2][2][2] = {{{true, true}, {true, true}}, {{true, true}, {true, true}}}; member
|
| /test/testfwk/arkxtest/uitest/record/ |
| D | size.h | 33 inline static bool IsValueInfinite(double inputValue) in IsValueInfinite()
|
| /test/xts/hats/ai/nnrt/hdi/v1_0/nnrtStabilityTest/src/ |
| D | hdi_stability_test.cpp | 66 std::vector<float> inputValue = {ADD_VALUE_1, ADD_VALUE_2}; in RunModelTest() local
|
| /test/xts/hats/ai/nnrt/hdi/v2_0/nnrtStabilityTest/src/ |
| D | hdi_stability_test.cpp | 66 std::vector<float> inputValue = {ADD_VALUE_1, ADD_VALUE_2}; in RunModelTest() local
|