Home
last modified time | relevance | path

Searched refs:size (Results 26026 - 26050 of 31376) sorted by relevance

1...<<1041104210431044104510461047104810491050>>...1256

/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dconv2d_builder.cpp64 if (weightShape.size() != WEIGHT_SIZE) { in SetChannel()
/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/
H A Dcompilation_mock_idevice.cpp233 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 Dneural_network_runtime_type.h360 * * <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 Dtimer_mgr.cpp167 if (itemQueue_.size() == 1) { in ResetTimer()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/
H A Dsa_cpp_interface_code_emitter.cpp76 file.WriteData(data.c_str(), data.size()); in EmitInterfaceHeaderFile()
/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/
H A Dcompilation_mock_idevice.cpp233 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 Drtsp_channel_manager.cpp163 size_t pktlen = dataFrame.size(); in SendData()
/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H A Dservice_router_mgr_stub.cpp200 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 Dform_host_client_test.cpp216 EXPECT_EQ(formhostclient.shareFormCallbackMap_.size(), 2); in HWTEST_F()
H A Ddata_uri_utils_test.cpp227 string lastPath = pathVector[pathVector.size() - 1]; in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_task_dispatcher.cpp50 tasksCount_ = tasks_.size(); in Run()
/foundation/CastEngine/castengine_wifi_display/tests/demo/protocol/rtsp/
H A Drtsp_player_demo.cpp87 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 Drtsp_channel_manager.cpp163 size_t pktlen = dataFrame.size(); in SendData()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/
H A Dcast_local_file_channel_client.cpp130 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 Drtcp_context.cpp45 if (senderReportNtp_.size() >= 5) { // 5:fixed capacity in CreateRtcpSR()
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dability_permission_util.cpp169 if (static_cast<int32_t>(instanceKeyArray.size()) == maxCount) { in CheckMultiInstance()
/foundation/ability/ability_runtime/test/moduletest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp78 TAG_LOGI(AAFwkTag::TEST, "info.size() = %{public}zu", info.size()); in HWTEST_F()
/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Dbase_interfaces.h180 virtual ErrCode GetLength(long &size) = 0; /* [out] */ in INTERFACE()
/foundation/CastEngine/castengine_wifi_display/services/interaction/
H A Dinteraction_manager.cpp109 SHARING_LOGI("id: %{public}d size: %{public}zu.", interaction->GetId(), interactions_.size()); in CreateInteraction()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dapplication_cleaner.cpp185 if (currentPath.empty() || (currentPath.size() > PATH_MAX_SIZE)) { in TraverseObsoleteTempDirectory()
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_item_component.cpp88 for (size_t i = 0; i < strSection_.size(); ++i) { in IsCorrectItem()
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dgesture_info.h56 if (backGroundEffect.blurOption.grayscale.size() >= GRAYSCALE_MAX_VALUE) { in ToJsonValue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/
H A Dlinear_indicator_controller.h263 void UpdateProgressSize(int32_t size);
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_component.h137 void UpdateFontSize(const Dimension& size);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_rendering_context_2d_model_ng.h42 void SetFontSize(const Dimension& size) override;

Completed in 30 milliseconds

1...<<1041104210431044104510461047104810491050>>...1256