/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | neural_network_runtime_compat.cpp | 70 uint32_t outputIndex, void *dataBuffer, size_t length) in OH_NNExecutor_SetOutput() 122 …mory *OH_NNExecutor_AllocateOutputMemory(OH_NNExecutor *executor, uint32_t outputIndex, size_t len… in OH_NNExecutor_AllocateOutputMemory() 169 NNRT_API void OH_NNExecutor_DestroyOutputMemory(OH_NNExecutor *executor, uint32_t outputIndex, OH_N… in OH_NNExecutor_DestroyOutputMemory() 215 uint32_t outputIndex, const OH_NN_Memory *memory) in OH_NNExecutor_SetOutputWithMemory()
|
H A D | nnexecutor.cpp | 111 OH_NN_ReturnCode NNExecutor::GetOutputShape(uint32_t outputIndex, int32_t** shape, uint32_t* shapeN… in GetOutputShape()
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.cpp | 238 uint32_t outputIndex = 0; in SetInputAndOutput() local 1234 uint32_t outputIndex = 0; variable 1255 uint32_t outputIndex = 0; variable 1275 uint32_t outputIndex = 0; variable 1296 uint32_t outputIndex = 0; variable 1319 uint32_t outputIndex = 0; variable 1338 uint32_t outputIndex = 0; variable 1363 uint32_t outputIndex = 0; variable 1384 uint32_t outputIndex = 0; variable 1405 uint32_t outputIndex = 0; variable [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.cpp | 240 uint32_t outputIndex = 0; in SetInputAndOutput() local 1412 uint32_t outputIndex = 0; variable 1433 uint32_t outputIndex = 0; variable 1453 uint32_t outputIndex = 0; variable 1474 uint32_t outputIndex = 0; variable 1499 uint32_t outputIndex = 0; variable 1526 uint32_t outputIndex = 0; variable 1552 uint32_t outputIndex = 0; variable 1574 uint32_t outputIndex = 0; variable 1593 uint32_t outputIndex = 0; variable [all …]
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | _model_v10.md | 73 ### outputIndex subsection
|
H A D | _model_v20.md | 73 ### outputIndex subsection
|
H A D | _node_v10.md | 105 ### outputIndex subsection
|
H A D | _node_v20.md | 105 ### outputIndex subsection
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/ |
H A D | NativeFuzzTest.cpp | 98 int32_t outputIndex = decoderDemo->NativeGetOutputIndex(); in outputFunc() local 359 int32_t outputIndex = getIntRand(); variable
|
/ohos5.0/drivers/peripheral/codec/test/unittest/idl_omx/ |
H A D | codec_hdi_omx_dec_test.cpp | 106 const static uint32_t outputIndex = static_cast<uint32_t>(PortIndex::INDEX_OUTPUT); member in __anona2fbe7100110::CodecHdiOmxDecTest
|
H A D | codec_hdi_omx_enc_test.cpp | 106 const static uint32_t outputIndex = static_cast<uint32_t>(PortIndex::INDEX_OUTPUT); member in __anon8431a3ba0110::CodecHdiOmxEncTest
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/ |
H A D | NativeFuzzTest.cpp | 100 int32_t outputIndex = encoderDemo->NativeGetOutputIndex(); in outputFunc() local 373 int32_t outputIndex = getIntRand(); variable
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/ |
H A D | bitmap_helpers.h | 73 int32_t outputIndex = 2; in Resize() local
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/src/ |
H A D | AudioEncoderDemoCommon.cpp | 253 uint32_t outputIndex = signal_->outQueue_.front(); in updateOutputData() local 283 uint32_t outputIndex = outIndexQueue_.front(); in NativeGetOutputIndex() local 1403 uint32_t outputIndex = outIndexQueue_.front(); in InnerGetOutputIndex() local 1439 uint32_t outputIndex = innersignal_->outQueue_.front(); in InnerUpdateOutputData() local
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/ |
H A D | heif_hw_decoder.cpp | 577 void HeifHardwareDecoder::AssembleOutput(uint32_t outputIndex, shared_ptr<ImageCodecBuffer>& buffer) in AssembleOutput() 618 uint32_t outputIndex = 0; in ReceiveOutputBufferLoop() local
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_delegate_kernel.cpp | 280 auto outputIndex = node->outputs->data[outputPos]; in AddOpsAndTensors() local
|
H A D | nnrt_op_builder.cpp | 199 int32_t outputIndex = mappingArgs.node->outputs->data[0]; in AddQuantizeParams() local
|
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/ |
H A D | nnrt_device_service.cpp | 276 …std::find_if(model.outputIndex.begin(), model.outputIndex.end(), [tensorSize](size_t outputIndex) { in ValidateModel()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/src/ |
H A D | AudioDecoderDemoCommon.cpp | 259 uint32_t outputIndex = signal_->outQueue_.front(); in updateOutputData() local 299 uint32_t outputIndex = innersignal_->outQueue_.front(); in InnerUpdateOutputData() local 331 uint32_t outputIndex = outIndexQueue_.front(); in NativeGetOutputIndex() local
|
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/ |
H A D | nnrt_device_service.cpp | 311 …std::find_if(model.outputIndex.begin(), model.outputIndex.end(), [tensorSize](size_t outputIndex) { in ValidateModel()
|
/ohos5.0/drivers/peripheral/codec/test/benchmarktest/ |
H A D | codec_benchmark_omx_test.cpp | 255 const static uint32_t outputIndex = static_cast<uint32_t>(PortIndex::PORT_INDEX_OUTPUT); member in __anon63abad4b0110::CodecBenchmarkOmxTest
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/ |
H A D | neural_network_core_test.cpp | 1734 uint32_t outputIndex = 0; variable 1757 uint32_t outputIndex = 0; variable
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | neural_network_core.cpp | 1472 uint32_t outputIndex, in OH_NNExecutor_GetOutputShape()
|