/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_unmarshal_thread.cpp | 201 size_t opCount = 0; in ReportTransactionDataStatistics() local 205 opCount = transactionData->GetCommandCount(); in ReportTransactionDataStatistics() 215 opCount += drawCmdList->GetOpItemSize(); in ReportTransactionDataStatistics() 222 totalCount = preCount + opCount; in ReportTransactionDataStatistics()
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | inner_model.cpp | 645 size_t opCount = m_ops.size(); in AddNodesToLiteGraph() local 647 for (size_t i = 0; i < opCount; i++) { in AddNodesToLiteGraph() 676 …de InnerModel::GetSupportedOperations(size_t deviceID, const bool** isSupported, uint32_t& opCount) in GetSupportedOperations() argument 703 opCount = m_supportedOperations.size(); in GetSupportedOperations()
|
H A D | inner_model.h | 47 …NN_ReturnCode GetSupportedOperations(size_t deviceID, const bool** isSupported, uint32_t& opCount);
|
H A D | neural_network_runtime.cpp | 703 uint32_t *opCount) in OH_NNModel_GetAvailableOperations() argument 720 if (opCount == nullptr) { in OH_NNModel_GetAvailableOperations() 726 return innerModel->GetSupportedOperations(deviceID, isAvailable, *opCount); in OH_NNModel_GetAvailableOperations()
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.cpp | 676 uint32_t opCount = 1; variable 684 …OH_NN_ReturnCode ret = OH_NNModel_GetAvailableOperations(model, deviceID, &pIsAvailable, &opCount); 698 uint32_t opCount = 1; variable 704 OH_NN_ReturnCode ret = OH_NNModel_GetAvailableOperations(model, deviceID, nullptr, &opCount); 720 uint32_t opCount = 1; variable 727 …OH_NN_ReturnCode ret = OH_NNModel_GetAvailableOperations(model, deviceID, &pIsAvailable, &opCount); 742 uint32_t* opCount = nullptr; variable 749 … OH_NN_ReturnCode ret = OH_NNModel_GetAvailableOperations(model, deviceID, &pIsAvailable, opCount); 764 uint32_t opCount = 1; variable 771 …OH_NN_ReturnCode ret = OH_NNModel_GetAvailableOperations(model, deviceID, &pIsAvailable, &opCount);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | recording_canvas.cpp | 68 opCount = 0; in Reset() 329 opCount++; in DrawImage() 341 opCount++; in DrawImageRect() 353 opCount++; in DrawImageRect() 735 if (opCount > 40000) { //image opitems upper limit in AddDrawOpImmediate()
|
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/ |
H A D | neural_network_runtime.h | 358 uint32_t *opCount);
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/nnrt/ |
H A D | nnrt_implementation.h | 49 uint32_t* opCount);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.cpp | 729 uint32_t opCount = 1; variable 737 …OH_NN_ReturnCode ret = OH_NNModel_GetAvailableOperations(model, deviceID, &pIsAvailable, &opCount); 751 uint32_t opCount = 1; variable 757 OH_NN_ReturnCode ret = OH_NNModel_GetAvailableOperations(model, deviceID, nullptr, &opCount); 773 uint32_t opCount = 1; variable 780 …OH_NN_ReturnCode ret = OH_NNModel_GetAvailableOperations(model, deviceID, &pIsAvailable, &opCount); 795 uint32_t* opCount = nullptr; variable 802 … OH_NN_ReturnCode ret = OH_NNModel_GetAvailableOperations(model, deviceID, &pIsAvailable, opCount); 817 uint32_t opCount = 1; variable 824 …OH_NN_ReturnCode ret = OH_NNModel_GetAvailableOperations(model, deviceID, &pIsAvailable, &opCount);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | recording_canvas.h | 160 uint32_t opCount = 0; variable
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime_8h.md | 42 …nmodel) \*model, size_t deviceID, const bool \*\*isSupported, uint32_t \*opCount) | 查询硬件对模型内所有算子的支…
|
H A D | _neural_network_runtime.md | 143 …nmodel) \*model, size_t deviceID, const bool \*\*isSupported, uint32_t \*opCount) | 查询硬件对模型内所有算子的支… 2204 …ilableOperations (OH_NNModel *model, size_t deviceID, const bool **isSupported, uint32_t *opCount ) 2224 | opCount | 模型实例中算子的数量,对应(\*isSupported)数组的长度。 |
|
H A D | _neural_nework_runtime.md | 143 …nmodel) \*model, size_t deviceID, const bool \*\*isSupported, uint32_t \*opCount) | 查询硬件对模型内所有算子的支… 2204 …ilableOperations (OH_NNModel *model, size_t deviceID, const bool **isSupported, uint32_t *opCount ) 2224 | opCount | 模型实例中算子的数量,对应(\*isSupported)数组的长度。 |
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/ |
H A D | inner_model_test.cpp | 872 uint32_t opCount = 1; variable 886 … EXPECT_EQ(OH_NN_FAILED, m_innerModelTest.GetSupportedOperations(deviceID, &isSupported, opCount)); 898 uint32_t opCount = 1; variable 908 … EXPECT_EQ(OH_NN_FAILED, m_innerModelTest.GetSupportedOperations(deviceID, &isSupported, opCount)); 919 uint32_t opCount = 1; variable 933 … EXPECT_EQ(OH_NN_FAILED, m_innerModelTest.GetSupportedOperations(deviceID, &isSupported, opCount)); 948 uint32_t opCount = 1; variable 950 …_NN_OPERATION_FORBIDDEN, m_innerModelTest.GetSupportedOperations(deviceID, &isSupported, opCount));
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/ |
H A D | inner_model_test.cpp | 812 uint32_t opCount = 1; variable 826 … EXPECT_EQ(OH_NN_FAILED, m_innerModelTest.GetSupportedOperations(deviceID, &isSupported, opCount)); 838 uint32_t opCount = 1; variable 847 … EXPECT_EQ(OH_NN_FAILED, m_innerModelTest.GetSupportedOperations(deviceID, &isSupported, opCount)); 858 uint32_t opCount = 1; variable 872 … EXPECT_EQ(OH_NN_FAILED, m_innerModelTest.GetSupportedOperations(deviceID, &isSupported, opCount)); 887 uint32_t opCount = 1; variable 889 …_NN_OPERATION_FORBIDDEN, m_innerModelTest.GetSupportedOperations(deviceID, &isSupported, opCount));
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime_8h.md | 42 …nmodel) \*model, size_t deviceID, const bool \*\*isSupported, uint32_t \*opCount) | Checks whether…
|
H A D | _neural_network_runtime.md | 143 …nmodel) \*model, size_t deviceID, const bool \*\*isSupported, uint32_t \*opCount) | Checks whether… 2204 …ilableOperations (OH_NNModel *model, size_t deviceID, const bool **isSupported, uint32_t *opCount ) 2224 | opCount | Number of operators in a model instance, corresponding to the length of the **(\*isSupp…
|