Home
last modified time | relevance | path

Searched defs:inputValue (Results 1 – 25 of 51) sorted by relevance

123

/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/
Dhdi_model_run_test.cpp62 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/
Dhdi_model_run_test.cpp63 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/
Dlogical_not_test.cpp27 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
Dunstack_test.cpp29 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
Dflatten_test.cpp28 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
Dclip_test.cpp30 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
Dreducemin_test.cpp30 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
Dreducemax_test.cpp30 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
Dleaky_relu_test.cpp29 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
Dreducesum_test.cpp31 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
Drange_test.cpp30 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
Dexp_test.cpp30 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
Dspace_to_depth_test.cpp29 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
Dreducel2_test.cpp32 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
Dswish_test.cpp27 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
Dreciprocal_test.cpp27 float inputValue[2][2] = {{1, 2}, {3, 4}}; member
41 float inputValue[3] = {-1, -2, -4}; member
55 bool inputValue[1] = {false}; member
Derf_test.cpp28 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
Dlog_softmax_test.cpp28 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
Dl2_normalize_test.cpp30 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
Dbroadcast_to_test.cpp29 float inputValue[3] = {1, 2, 3}; member
46 float inputValue[3] = {1, 2, 3}; member
63 float inputValue[3] = {1, 2, 3}; member
Dquant_dtype_cast_test.cpp30 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
Dall_test.cpp29 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/
Dsize.h33 inline static bool IsValueInfinite(double inputValue) in IsValueInfinite()
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtStabilityTest/src/
Dhdi_stability_test.cpp66 std::vector<float> inputValue = {ADD_VALUE_1, ADD_VALUE_2}; in RunModelTest() local
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtStabilityTest/src/
Dhdi_stability_test.cpp66 std::vector<float> inputValue = {ADD_VALUE_1, ADD_VALUE_2}; in RunModelTest() local

123