/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
H A D | stack_builder.cpp | 24 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 D | ceil_builder.cpp | 25 static const int OUTPUT_NUM = 1; variable 43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | cos_builder.cpp | 22 static const int OUTPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | equal_builder.cpp | 22 static const int OUTPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | expandims_builder.cpp | 22 static const int OUTPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | floor_builder.cpp | 25 static const int OUTPUT_NUM = 1; variable 43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | less_builder.cpp | 22 static const int OUTPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | log_builder.cpp | 22 static const int OUTPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | logical_and_builder.cpp | 22 static const int OUTPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | logical_not_builder.cpp | 22 static const int OUTPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | logical_or_builder.cpp | 22 static const int OUTPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | maximum_builder.cpp | 26 static const int OUTPUT_NUM = 1; variable 44 … OH_NN_ReturnCode ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | minimum_builder.cpp | 25 static const int OUTPUT_NUM = 1; variable 43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | mod_builder.cpp | 22 static const int OUTPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | neg_builder.cpp | 22 static const int OUTPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | notequal_builder.cpp | 22 static const int OUTPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | rank_builder.cpp | 25 static const int OUTPUT_NUM = 1; variable 43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | reciprocal_builder.cpp | 22 static const int OUTPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | round_builder.cpp | 25 static const int OUTPUT_NUM = 1; variable 43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | scatter_nd_builder.cpp | 25 static const int OUTPUT_NUM = 1; variable 43 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | select_builder.cpp | 22 static const int OUTPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | shape_builder.cpp | 26 static const int OUTPUT_NUM = 1; variable 44 …ReturnCode returnCode = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | sin_builder.cpp | 22 static const int OUTPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | sparse_to_dense_builder.cpp | 22 static const int OUTPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|
H A D | square_builder.cpp | 22 static const int OUTPUT_NUM = 1; variable 40 auto ret = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPUT_NUM); in Build()
|