Home
last modified time | relevance | path

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

1234

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dstack_builder.cpp24 static const int OUTPUT_NUM = 1; variable
74 if (outputsIndex.size() != OUTPUT_NUM) { in Build()
75 LOGE("[StackBuilder] The number of index of outputs don't equal to %d.", OUTPUT_NUM); in Build()
H A Dceil_builder.cpp25 static const int OUTPUT_NUM = 1; variable
43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dcos_builder.cpp22 static const int OUTPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dequal_builder.cpp22 static const int OUTPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dexpandims_builder.cpp22 static const int OUTPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dfloor_builder.cpp25 static const int OUTPUT_NUM = 1; variable
43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dless_builder.cpp22 static const int OUTPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dlog_builder.cpp22 static const int OUTPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dlogical_and_builder.cpp22 static const int OUTPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dlogical_not_builder.cpp22 static const int OUTPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dlogical_or_builder.cpp22 static const int OUTPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dmaximum_builder.cpp26 static const int OUTPUT_NUM = 1; variable
44 … OH_NN_ReturnCode ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dminimum_builder.cpp25 static const int OUTPUT_NUM = 1; variable
43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dmod_builder.cpp22 static const int OUTPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dneg_builder.cpp22 static const int OUTPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dnotequal_builder.cpp22 static const int OUTPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Drank_builder.cpp25 static const int OUTPUT_NUM = 1; variable
43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dreciprocal_builder.cpp22 static const int OUTPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dround_builder.cpp25 static const int OUTPUT_NUM = 1; variable
43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dscatter_nd_builder.cpp25 static const int OUTPUT_NUM = 1; variable
43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dselect_builder.cpp22 static const int OUTPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dshape_builder.cpp26 static const int OUTPUT_NUM = 1; variable
44 …ReturnCode returnCode = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dsin_builder.cpp22 static const int OUTPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dsparse_to_dense_builder.cpp22 static const int OUTPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
H A Dsquare_builder.cpp22 static const int OUTPUT_NUM = 1; variable
40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()

1234