/ohos5.0/foundation/communication/dsoftbus/tests/core/common/json_utils/uttest/ |
H A D | softbus_json_utils_test.cpp | 24 #define INPUT_NUM 123 macro 175 bool ret = AddNumberToJsonObject(json, JSON_KEY1, INPUT_NUM); 185 EXPECT_EQ(INPUT_NUM, result); 255 cJSON_AddNumberToObject(json, "test", INPUT_NUM); 259 EXPECT_DOUBLE_EQ(target, INPUT_NUM); 357 EXPECT_EQ(target, INPUT_NUM); 545 EXPECT_EQ(target, INPUT_NUM); 637 ret = AddNumber16ToJsonObject(json, nullptr, INPUT_NUM); 639 ret = AddNumber16ToJsonObject(json, JSON_KEY1, INPUT_NUM); 655 ret = AddNumberToJsonObject(json, nullptr, INPUT_NUM); [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
H A D | unstack_builder.cpp | 21 static const int INPUT_NUM = 1; variable 63 if (inputsIndex.size() != INPUT_NUM) { in Build() 64 LOGE("[Unstack] The number of index of inputs don't equal to %d.", INPUT_NUM); in Build()
|
H A D | split_builder.cpp | 21 static const int INPUT_NUM = 1; variable 33 if (inputSize != INPUT_NUM) { in SetInputAndOutput() 34 …LOGE("[SplitBuilder] The number of inputsIndex should be %d, its number is %zu.", INPUT_NUM, input… in SetInputAndOutput()
|
H A D | ceil_builder.cpp | 24 static const int INPUT_NUM = 1; variable 43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | cos_builder.cpp | 21 static const int INPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | equal_builder.cpp | 21 static const int INPUT_NUM = 2; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | expandims_builder.cpp | 21 static const int INPUT_NUM = 2; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | floor_builder.cpp | 24 static const int INPUT_NUM = 1; variable 43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | less_builder.cpp | 21 static const int INPUT_NUM = 2; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | log_builder.cpp | 21 static const int INPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | logical_and_builder.cpp | 21 static const int INPUT_NUM = 2; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | logical_not_builder.cpp | 21 static const int INPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | logical_or_builder.cpp | 21 static const int INPUT_NUM = 2; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | maximum_builder.cpp | 25 static const int INPUT_NUM = 2; variable 44 … OH_NN_ReturnCode ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | minimum_builder.cpp | 24 static const int INPUT_NUM = 2; variable 43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | mod_builder.cpp | 21 static const int INPUT_NUM = 2; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | neg_builder.cpp | 21 static const int INPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | notequal_builder.cpp | 21 static const int INPUT_NUM = 2; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | rank_builder.cpp | 24 static const int INPUT_NUM = 1; variable 43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | reciprocal_builder.cpp | 21 static const int INPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | round_builder.cpp | 24 static const int INPUT_NUM = 1; variable 43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | scatter_nd_builder.cpp | 24 static const int INPUT_NUM = 3; variable 43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | select_builder.cpp | 21 static const int INPUT_NUM = 3; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | shape_builder.cpp | 25 static const int INPUT_NUM = 1; variable 44 …OH_NN_ReturnCode returnCode = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPU… in Build()
|
H A D | sin_builder.cpp | 21 static const int INPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|