Home
last modified time | relevance | path

Searched refs:INPUT_NUM (Results 1 – 25 of 97) sorted by relevance

1234

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/json_utils/uttest/
H A Dsoftbus_json_utils_test.cpp24 #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 Dunstack_builder.cpp21 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 Dsplit_builder.cpp21 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 Dceil_builder.cpp24 static const int INPUT_NUM = 1; variable
43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dcos_builder.cpp21 static const int INPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dequal_builder.cpp21 static const int INPUT_NUM = 2; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dexpandims_builder.cpp21 static const int INPUT_NUM = 2; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dfloor_builder.cpp24 static const int INPUT_NUM = 1; variable
43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dless_builder.cpp21 static const int INPUT_NUM = 2; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dlog_builder.cpp21 static const int INPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dlogical_and_builder.cpp21 static const int INPUT_NUM = 2; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dlogical_not_builder.cpp21 static const int INPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dlogical_or_builder.cpp21 static const int INPUT_NUM = 2; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dmaximum_builder.cpp25 static const int INPUT_NUM = 2; variable
44 … OH_NN_ReturnCode ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dminimum_builder.cpp24 static const int INPUT_NUM = 2; variable
43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dmod_builder.cpp21 static const int INPUT_NUM = 2; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dneg_builder.cpp21 static const int INPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dnotequal_builder.cpp21 static const int INPUT_NUM = 2; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Drank_builder.cpp24 static const int INPUT_NUM = 1; variable
43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dreciprocal_builder.cpp21 static const int INPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dround_builder.cpp24 static const int INPUT_NUM = 1; variable
43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dscatter_nd_builder.cpp24 static const int INPUT_NUM = 3; variable
43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dselect_builder.cpp21 static const int INPUT_NUM = 3; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dshape_builder.cpp25 static const int INPUT_NUM = 1; variable
44 …OH_NN_ReturnCode returnCode = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPU… in Build()
H A Dsin_builder.cpp21 static const int INPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()

1234