Home
last modified time | relevance | path

Searched defs:outputIndex (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dneural_network_runtime_compat.cpp70 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 Dnnexecutor.cpp111 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 Dneural_network_runtime_test.cpp238 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 Dneural_network_runtime_test.cpp240 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.md73 ### outputIndex subsection
H A D_model_v20.md73 ### outputIndex subsection
H A D_node_v10.md105 ### outputIndex subsection
H A D_node_v20.md105 ### outputIndex subsection
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeFuzzTest.cpp98 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 Dcodec_hdi_omx_dec_test.cpp106 const static uint32_t outputIndex = static_cast<uint32_t>(PortIndex::INDEX_OUTPUT); member in __anona2fbe7100110::CodecHdiOmxDecTest
H A Dcodec_hdi_omx_enc_test.cpp106 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 DNativeFuzzTest.cpp100 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 Dbitmap_helpers.h73 int32_t outputIndex = 2; in Resize() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/src/
H A DAudioEncoderDemoCommon.cpp253 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 Dheif_hw_decoder.cpp577 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 Dnnrt_delegate_kernel.cpp280 auto outputIndex = node->outputs->data[outputPos]; in AddOpsAndTensors() local
H A Dnnrt_op_builder.cpp199 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 Dnnrt_device_service.cpp276 …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 DAudioDecoderDemoCommon.cpp259 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 Dnnrt_device_service.cpp311 …std::find_if(model.outputIndex.begin(), model.outputIndex.end(), [tensorSize](size_t outputIndex) { in ValidateModel()
/ohos5.0/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp255 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 Dneural_network_core_test.cpp1734 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 Dneural_network_core.cpp1472 uint32_t outputIndex, in OH_NNExecutor_GetOutputShape()