/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
H A D | conv2d_builder.cpp | 64 if (weightShape.size() != WEIGHT_SIZE) { in SetChannel()
|
/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/ |
H A D | compilation_mock_idevice.cpp | 233 if (modelCache.size() == 0 || config.enableFloat16 == false) { in PrepareModelFromModelCache() 234 LOGE("HDIDeviceV2_0 mock PrepareModel failed, the modelCache size equals 0 or enableFloat16 is false"); in PrepareModelFromModelCache()
|
/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/ |
H A D | neural_network_runtime_type.h | 360 * * <b>kernelSize</b> indicates the kernel size used to obtain the average value. 388 * * <b>kernelSize</b> indicates the kernel size used to obtain the average value. 445 * * <b>blockSize</b>: size of each block to be interleaved into the spatial dimension. 527 * * <b>dilation</b>: dilation size of the convolution kernel in height and width. 563 * * <b>dilation</b>: dilation size of the convolution kernel in height and width. 602 * * <b>dilation</b>: dilation size of the convolution kernel in height and width. 638 * * <b>dilation</b>: dilation size of the convolution kernel in height and width. 677 * * <b>dilation</b>: dilation size of the convolution kernel in height and width. 707 * * <b>dilation</b>: dilation size of the convolution kernel in height and width. 914 * Their shapes can be broadcast to the same size 3507 uint32_t size; global() member [all...] |
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | timer_mgr.cpp | 167 if (itemQueue_.size() == 1) { in ResetTimer()
|
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/ |
H A D | sa_cpp_interface_code_emitter.cpp | 76 file.WriteData(data.c_str(), data.size());
in EmitInterfaceHeaderFile()
|
/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/ |
H A D | compilation_mock_idevice.cpp | 233 if (modelCache.size() == 0 || config.enableFloat16 == false) { in PrepareModelFromModelCache() 234 LOGE("HDIDeviceV1_0 mock PrepareModel failed, the modelCache size equals 0 or enableFloat16 is false"); in PrepareModelFromModelCache()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/ |
H A D | rtsp_channel_manager.cpp | 163 size_t pktlen = dataFrame.size(); in SendData()
|
/foundation/ability/ability_runtime/service_router_framework/services/srms/src/ |
H A D | service_router_mgr_stub.cpp | 200 if (!reply.WriteInt32(parcelableVector.size())) { in WriteParcelableVector() 201 TAG_LOGE(AAFwkTag::SER_ROUTER, "write size failed"); in WriteParcelableVector()
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | form_host_client_test.cpp | 216 EXPECT_EQ(formhostclient.shareFormCallbackMap_.size(), 2); in HWTEST_F()
|
H A D | data_uri_utils_test.cpp | 227 string lastPath = pathVector[pathVector.size() - 1]; in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/ |
H A D | startup_task_dispatcher.cpp | 50 tasksCount_ = tasks_.size(); in Run()
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/protocol/rtsp/ |
H A D | rtsp_player_demo.cpp | 87 printf("\nRecv data(size:%d) From %s:%d\n", nbytes, inet_ntoa(cliAddr.sin_addr), ntohs(cliAddr.sin_port)); in RecvUDP() 194 if (trackIndex < medias.size()) { in main()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/ |
H A D | rtsp_channel_manager.cpp | 163 size_t pktlen = dataFrame.size(); in SendData()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/ |
H A D | cast_local_file_channel_client.cpp | 130 channel->Send(reinterpret_cast<uint8_t *>(const_cast<char *>(req.data())), req.size()); in RequestByteData()
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/src/ |
H A D | rtcp_context.cpp | 45 if (senderReportNtp_.size() >= 5) { // 5:fixed capacity in CreateRtcpSR()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
H A D | ability_permission_util.cpp | 169 if (static_cast<int32_t>(instanceKeyArray.size()) == maxCount) { in CheckMultiInstance()
|
/foundation/ability/ability_runtime/test/moduletest/app_mgr_client_test/ |
H A D | app_mgr_client_test.cpp | 78 TAG_LOGI(AAFwkTag::TEST, "info.size() = %{public}zu", info.size()); in HWTEST_F()
|
/foundation/ability/ability_base/interfaces/inner_api/base/include/ |
H A D | base_interfaces.h | 180 virtual ErrCode GetLength(long &size) = 0; /* [out] */ in INTERFACE()
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/ |
H A D | interaction_manager.cpp | 109 SHARING_LOGI("id: %{public}d size: %{public}zu.", interaction->GetId(), interactions_.size()); in CreateInteraction()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | application_cleaner.cpp | 185 if (currentPath.empty() || (currentPath.size() > PATH_MAX_SIZE)) { in TraverseObsoleteTempDirectory()
|
/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | indexer_item_component.cpp | 88 for (size_t i = 0; i < strSection_.size(); ++i) { in IsCorrectItem()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/ |
H A D | gesture_info.h | 56 if (backGroundEffect.blurOption.grayscale.size() >= GRAYSCALE_MAX_VALUE) { in ToJsonValue()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/ |
H A D | linear_indicator_controller.h | 263 void UpdateProgressSize(int32_t size);
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | custom_paint_component.h | 137 void UpdateFontSize(const Dimension& size);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_rendering_context_2d_model_ng.h | 42 void SetFontSize(const Dimension& size) override;
|