/test/xts/acts/ai/nncore/opstest/src/ |
H A D | logical_and_test.cpp | 34 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LOGICAL_AND,
50 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LOGICAL_AND,
66 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LOGICAL_AND,
82 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LOGICAL_AND,
98 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LOGICAL_AND,
116 OHNNGraphArgs graphArgs = logicalAndModel.graphArgs;
in HWTEST_F() 145 OHNNGraphArgs graphArgs = logicalAndModel.graphArgs;
in HWTEST_F() 174 OHNNGraphArgs graphArgs = logicalAndModel.graphArgs;
in HWTEST_F() 203 OHNNGraphArgs graphArgs = logicalAndModel.graphArgs;
in HWTEST_F() 232 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | logical_not_test.cpp | 32 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LOGICAL_NOT,
46 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LOGICAL_NOT,
60 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LOGICAL_NOT,
74 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LOGICAL_NOT,
88 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LOGICAL_NOT,
106 OHNNGraphArgs graphArgs = logicalNotModel.graphArgs;
in HWTEST_F() 135 OHNNGraphArgs graphArgs = logicalNotModel.graphArgs;
in HWTEST_F() 164 OHNNGraphArgs graphArgs = logicalNotModel.graphArgs;
in HWTEST_F() 193 OHNNGraphArgs graphArgs = logicalNotModel.graphArgs;
in HWTEST_F() 222 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | unstack_test.cpp | 35 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_UNSTACK,
52 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_UNSTACK,
69 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_UNSTACK,
86 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_UNSTACK,
102 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_UNSTACK,
120 OHNNGraphArgs graphArgs = unstackModel.graphArgs;
in HWTEST_F() 149 OHNNGraphArgs graphArgs = unstackModel.graphArgs;
in HWTEST_F() 178 OHNNGraphArgs graphArgs = unstackModel.graphArgs;
in HWTEST_F() 207 OHNNGraphArgs graphArgs = unstackModel.graphArgs;
in HWTEST_F() 236 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | scatter_nd_test.cpp | 39 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_SCATTER_ND,
60 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_SCATTER_ND,
81 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_SCATTER_ND,
102 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_SCATTER_ND,
120 OHNNGraphArgs graphArgs = scatterNdModel.graphArgs;
in HWTEST_F() 149 OHNNGraphArgs graphArgs = scatterNdModel.graphArgs;
in HWTEST_F() 178 OHNNGraphArgs graphArgs = scatterNdModel.graphArgs;
in HWTEST_F() 207 OHNNGraphArgs graphArgs = scatterNdModel.graphArgs;
in HWTEST_F() 236 OHNNGraphArgs graphArgs = scatterNdModel.graphArgs;
in HWTEST_F() 257 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | space_to_depth_test.cpp | 35 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_SPACE_TO_DEPTH,
52 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_SPACE_TO_DEPTH,
69 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_SPACE_TO_DEPTH,
86 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_SPACE_TO_DEPTH,
104 OHNNGraphArgs graphArgs = spaceToDepthModel.graphArgs;
in HWTEST_F() 133 OHNNGraphArgs graphArgs = spaceToDepthModel.graphArgs;
in HWTEST_F() 162 OHNNGraphArgs graphArgs = spaceToDepthModel.graphArgs;
in HWTEST_F() 191 OHNNGraphArgs graphArgs = spaceToDepthModel.graphArgs;
in HWTEST_F() 220 OHNNGraphArgs graphArgs = spaceToDepthModel.graphArgs;
in HWTEST_F() 242 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | not_equal_test.cpp | 34 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_NOT_EQUAL,
50 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_NOT_EQUAL,
67 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_NOT_EQUAL,
83 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_NOT_EQUAL,
101 OHNNGraphArgs graphArgs = notEqualModel.graphArgs;
in HWTEST_F() 130 OHNNGraphArgs graphArgs = notEqualModel.graphArgs;
in HWTEST_F() 159 OHNNGraphArgs graphArgs = notEqualModel.graphArgs;
in HWTEST_F() 188 OHNNGraphArgs graphArgs = notEqualModel.graphArgs;
in HWTEST_F() 217 OHNNGraphArgs graphArgs = notEqualModel.graphArgs;
in HWTEST_F() 237 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | leaky_relu_test.cpp | 36 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LEAKY_RELU,
54 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LEAKY_RELU,
72 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LEAKY_RELU,
87 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LEAKY_RELU,
105 OHNNGraphArgs graphArgs = leakyReluModel.graphArgs;
in HWTEST_F() 134 OHNNGraphArgs graphArgs = leakyReluModel.graphArgs;
in HWTEST_F() 163 OHNNGraphArgs graphArgs = leakyReluModel.graphArgs;
in HWTEST_F() 192 OHNNGraphArgs graphArgs = leakyReluModel.graphArgs;
in HWTEST_F() 221 OHNNGraphArgs graphArgs = leakyReluModel.graphArgs;
in HWTEST_F() 243 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | greater_test.cpp | 34 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_GREATER,
50 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_GREATER,
67 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_GREATER,
83 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_GREATER,
101 OHNNGraphArgs graphArgs = greaterModel.graphArgs;
in HWTEST_F() 130 OHNNGraphArgs graphArgs = greaterModel.graphArgs;
in HWTEST_F() 159 OHNNGraphArgs graphArgs = greaterModel.graphArgs;
in HWTEST_F() 188 OHNNGraphArgs graphArgs = greaterModel.graphArgs;
in HWTEST_F() 217 OHNNGraphArgs graphArgs = greaterModel.graphArgs;
in HWTEST_F() 237 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | less_test.cpp | 34 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LESS,
51 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LESS,
68 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LESS,
84 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LESS,
102 OHNNGraphArgs graphArgs = lessModel.graphArgs;
in HWTEST_F() 131 OHNNGraphArgs graphArgs = lessModel.graphArgs;
in HWTEST_F() 160 OHNNGraphArgs graphArgs = lessModel.graphArgs;
in HWTEST_F() 189 OHNNGraphArgs graphArgs = lessModel.graphArgs;
in HWTEST_F() 218 OHNNGraphArgs graphArgs = lessModel.graphArgs;
in HWTEST_F() 238 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | greater_equal_test.cpp | 34 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_GREATER_EQUAL,
50 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_GREATER_EQUAL,
67 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_GREATER_EQUAL,
83 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_GREATER_EQUAL,
101 OHNNGraphArgs graphArgs = greaterEqualModel.graphArgs;
in HWTEST_F() 130 OHNNGraphArgs graphArgs = greaterEqualModel.graphArgs;
in HWTEST_F() 159 OHNNGraphArgs graphArgs = greaterEqualModel.graphArgs;
in HWTEST_F() 188 OHNNGraphArgs graphArgs = greaterEqualModel.graphArgs;
in HWTEST_F() 217 OHNNGraphArgs graphArgs = greaterEqualModel.graphArgs;
in HWTEST_F() 238 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | exp_test.cpp | 38 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_EXP,
52 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_EXP,
72 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_EXP,
92 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_EXP,
110 OHNNGraphArgs graphArgs = expModel.graphArgs;
in HWTEST_F() 139 OHNNGraphArgs graphArgs = expModel.graphArgs;
in HWTEST_F() 168 OHNNGraphArgs graphArgs = expModel.graphArgs;
in HWTEST_F() 197 OHNNGraphArgs graphArgs = expModel.graphArgs;
in HWTEST_F() 226 OHNNGraphArgs graphArgs = expModel.graphArgs;
in HWTEST_F() 248 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | equal_test.cpp | 34 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_EQUAL,
50 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_EQUAL,
67 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_EQUAL,
83 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_EQUAL,
101 OHNNGraphArgs graphArgs = equalModel.graphArgs;
in HWTEST_F() 130 OHNNGraphArgs graphArgs = equalModel.graphArgs;
in HWTEST_F() 159 OHNNGraphArgs graphArgs = equalModel.graphArgs;
in HWTEST_F() 188 OHNNGraphArgs graphArgs = equalModel.graphArgs;
in HWTEST_F() 217 OHNNGraphArgs graphArgs = equalModel.graphArgs;
in HWTEST_F() 237 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | flatten_test.cpp | 33 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_FLATTEN,
48 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_FLATTEN,
63 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_FLATTEN,
77 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_FLATTEN,
95 OHNNGraphArgs graphArgs = flattenModel.graphArgs;
in HWTEST_F() 124 OHNNGraphArgs graphArgs = flattenModel.graphArgs;
in HWTEST_F() 153 OHNNGraphArgs graphArgs = flattenModel.graphArgs;
in HWTEST_F() 182 OHNNGraphArgs graphArgs = flattenModel.graphArgs;
in HWTEST_F() 211 OHNNGraphArgs graphArgs = flattenModel.graphArgs;
in HWTEST_F() 231 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | swish_test.cpp | 32 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_SWISH,
46 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_SWISH,
60 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_SWISH,
78 OHNNGraphArgs graphArgs = swishModel.graphArgs;
in HWTEST_F() 107 OHNNGraphArgs graphArgs = swishModel.graphArgs;
in HWTEST_F() 136 OHNNGraphArgs graphArgs = swishModel.graphArgs;
in HWTEST_F() 165 OHNNGraphArgs graphArgs = swishModel.graphArgs;
in HWTEST_F() 185 OHNNGraphArgs graphArgs = swishModel.graphArgs;
in HWTEST_F() 205 OHNNGraphArgs graphArgs = swishModel.graphArgs;
in HWTEST_F() 226 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | quant_dtype_cast_test.cpp | 38 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_QUANT_DTYPE_CAST,
58 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_QUANT_DTYPE_CAST,
78 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_QUANT_DTYPE_CAST,
96 OHNNGraphArgs graphArgs = quantDTypeCastModel.graphArgs;
in HWTEST_F() 125 OHNNGraphArgs graphArgs = quantDTypeCastModel.graphArgs;
in HWTEST_F() 154 OHNNGraphArgs graphArgs = quantDTypeCastModel.graphArgs;
in HWTEST_F() 183 OHNNGraphArgs graphArgs = quantDTypeCastModel.graphArgs;
in HWTEST_F() 205 OHNNGraphArgs graphArgs = quantDTypeCastModel.graphArgs;
in HWTEST_F() 227 OHNNGraphArgs graphArgs = quantDTypeCastModel.graphArgs;
in HWTEST_F() 249 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | pow_test.cpp | 38 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_POW,
58 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_POW,
79 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_POW,
97 OHNNGraphArgs graphArgs = powModel.graphArgs;
in HWTEST_F() 126 OHNNGraphArgs graphArgs = powModel.graphArgs;
in HWTEST_F() 155 OHNNGraphArgs graphArgs = powModel.graphArgs;
in HWTEST_F() 184 OHNNGraphArgs graphArgs = powModel.graphArgs;
in HWTEST_F() 206 OHNNGraphArgs graphArgs = powModel.graphArgs;
in HWTEST_F() 228 OHNNGraphArgs graphArgs = powModel.graphArgs;
in HWTEST_F() 250 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | reciprocal_test.cpp | 32 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_RECIPROCAL,
46 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_RECIPROCAL,
60 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_RECIPROCAL,
78 OHNNGraphArgs graphArgs = reciprocalModel.graphArgs;
in HWTEST_F() 107 OHNNGraphArgs graphArgs = reciprocalModel.graphArgs;
in HWTEST_F() 136 OHNNGraphArgs graphArgs = reciprocalModel.graphArgs;
in HWTEST_F() 165 OHNNGraphArgs graphArgs = reciprocalModel.graphArgs;
in HWTEST_F() 185 OHNNGraphArgs graphArgs = reciprocalModel.graphArgs;
in HWTEST_F() 205 OHNNGraphArgs graphArgs = reciprocalModel.graphArgs;
in HWTEST_F() 226 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | l2_normalize_test.cpp | 37 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_L2_NORMALIZE,
56 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_L2_NORMALIZE,
75 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_L2_NORMALIZE,
93 OHNNGraphArgs graphArgs = l2NormalizeModel.graphArgs;
in HWTEST_F() 122 OHNNGraphArgs graphArgs = l2NormalizeModel.graphArgs;
in HWTEST_F() 151 OHNNGraphArgs graphArgs = l2NormalizeModel.graphArgs;
in HWTEST_F() 180 OHNNGraphArgs graphArgs = l2NormalizeModel.graphArgs;
in HWTEST_F() 202 OHNNGraphArgs graphArgs = l2NormalizeModel.graphArgs;
in HWTEST_F() 224 OHNNGraphArgs graphArgs = l2NormalizeModel.graphArgs;
in HWTEST_F() 246 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | log_softmax_test.cpp | 34 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LOG_SOFTMAX,
50 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LOG_SOFTMAX,
66 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_LOG_SOFTMAX,
84 OHNNGraphArgs graphArgs = logSoftmaxModel.graphArgs;
in HWTEST_F() 113 OHNNGraphArgs graphArgs = logSoftmaxModel.graphArgs;
in HWTEST_F() 142 OHNNGraphArgs graphArgs = logSoftmaxModel.graphArgs;
in HWTEST_F() 171 OHNNGraphArgs graphArgs = logSoftmaxModel.graphArgs;
in HWTEST_F() 193 OHNNGraphArgs graphArgs = logSoftmaxModel.graphArgs;
in HWTEST_F() 215 OHNNGraphArgs graphArgs = logSoftmaxModel.graphArgs;
in HWTEST_F() 236 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | minimum_test.cpp | 34 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_MINIMUM,
50 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_MINIMUM,
66 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_MINIMUM,
84 OHNNGraphArgs graphArgs = minimumModel.graphArgs;
in HWTEST_F() 113 OHNNGraphArgs graphArgs = minimumModel.graphArgs;
in HWTEST_F() 142 OHNNGraphArgs graphArgs = minimumModel.graphArgs;
in HWTEST_F() 171 OHNNGraphArgs graphArgs = minimumModel.graphArgs;
in HWTEST_F() 191 OHNNGraphArgs graphArgs = minimumModel.graphArgs;
in HWTEST_F() 211 OHNNGraphArgs graphArgs = minimumModel.graphArgs;
in HWTEST_F() 232 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | mod_test.cpp | 34 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_MOD,
50 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_MOD,
66 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_MOD,
84 OHNNGraphArgs graphArgs = modModel.graphArgs;
in HWTEST_F() 113 OHNNGraphArgs graphArgs = modModel.graphArgs;
in HWTEST_F() 142 OHNNGraphArgs graphArgs = modModel.graphArgs;
in HWTEST_F() 171 OHNNGraphArgs graphArgs = modModel.graphArgs;
in HWTEST_F() 191 OHNNGraphArgs graphArgs = modModel.graphArgs;
in HWTEST_F() 211 OHNNGraphArgs graphArgs = modModel.graphArgs;
in HWTEST_F() 232 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | erf_test.cpp | 32 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_ERF,
46 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_ERF,
61 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_ERF,
79 OHNNGraphArgs graphArgs = erfModel.graphArgs;
in HWTEST_F() 108 OHNNGraphArgs graphArgs = erfModel.graphArgs;
in HWTEST_F() 137 OHNNGraphArgs graphArgs = erfModel.graphArgs;
in HWTEST_F() 166 OHNNGraphArgs graphArgs = erfModel.graphArgs;
in HWTEST_F() 186 OHNNGraphArgs graphArgs = erfModel.graphArgs;
in HWTEST_F() 206 OHNNGraphArgs graphArgs = erfModel.graphArgs;
in HWTEST_F() 227 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | crop_test.cpp | 41 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_CROP,
64 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_CROP,
87 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_CROP,
105 OHNNGraphArgs graphArgs = cropModel.graphArgs;
in HWTEST_F() 134 OHNNGraphArgs graphArgs = cropModel.graphArgs;
in HWTEST_F() 163 OHNNGraphArgs graphArgs = cropModel.graphArgs;
in HWTEST_F() 192 OHNNGraphArgs graphArgs = cropModel.graphArgs;
in HWTEST_F() 214 OHNNGraphArgs graphArgs = cropModel.graphArgs;
in HWTEST_F() 236 OHNNGraphArgs graphArgs = cropModel.graphArgs;
in HWTEST_F() 258 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | all_test.cpp | 37 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_ALL,
56 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_ALL,
75 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_ALL,
93 OHNNGraphArgs graphArgs = allModel.graphArgs;
in HWTEST_F() 122 OHNNGraphArgs graphArgs = allModel.graphArgs;
in HWTEST_F() 151 OHNNGraphArgs graphArgs = allModel.graphArgs;
in HWTEST_F() 180 OHNNGraphArgs graphArgs = allModel.graphArgs;
in HWTEST_F() 202 OHNNGraphArgs graphArgs = allModel.graphArgs;
in HWTEST_F() 224 OHNNGraphArgs graphArgs = allModel.graphArgs;
in HWTEST_F() 245 OHNNGraphArgs graphArg in HWTEST_F() [all...] |
H A D | broadcast_to_test.cpp | 35 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_BROADCAST_TO,
52 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_BROADCAST_TO,
69 OHNNGraphArgs graphArgs = {.operationType = OH_NN_OPS_BROADCAST_TO,
87 OHNNGraphArgs graphArgs = broadcastToModel.graphArgs;
in HWTEST_F() 116 OHNNGraphArgs graphArgs = broadcastToModel.graphArgs;
in HWTEST_F() 145 OHNNGraphArgs graphArgs = broadcastToModel.graphArgs;
in HWTEST_F() 174 OHNNGraphArgs graphArgs = broadcastToModel.graphArgs;
in HWTEST_F() 196 OHNNGraphArgs graphArgs = broadcastToModel.graphArgs;
in HWTEST_F() 218 OHNNGraphArgs graphArgs = broadcastToModel.graphArgs;
in HWTEST_F() 239 OHNNGraphArgs graphArg in HWTEST_F() [all...] |