Home
last modified time | relevance | path

Searched refs:GetTypeSize (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/transform/
H A Dtransform_test.cpp41 uint32_t result = GetTypeSize(dataType);
53 uint32_t result = GetTypeSize(dataType);
65 uint32_t result = GetTypeSize(dataType);
77 uint32_t result = GetTypeSize(dataType);
89 uint32_t result = GetTypeSize(dataType);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/transform/
H A Dtransform_test.cpp41 uint32_t result = GetTypeSize(dataType);
53 uint32_t result = GetTypeSize(dataType);
65 uint32_t result = GetTypeSize(dataType);
77 uint32_t result = GetTypeSize(dataType);
89 uint32_t result = GetTypeSize(dataType);
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dtensor_desc.cpp27 uint32_t GetTypeSize(OH_NN_DataType type) in GetTypeSize() function
167 uint32_t typeSize = GetTypeSize(m_dataType); in GetByteSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dtype_info_base.h87 virtual size_t GetTypeSize() const { return 0; } in GetTypeSize() function
129 return rawPtr != nullptr ? rawPtr->GetTypeSize() : 0; in TypeSize()
H A Dmemory_monitor_def.h38 size_t GetTypeSize() const override \
/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/include/
H A Ddistributed_account_event_service.h32 int32_t GetTypeSize();
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dtransform.h37 uint32_t GetTypeSize(OH_NN_DataType type);
H A Dtransform.cpp27 uint32_t GetTypeSize(OH_NN_DataType type) in GetTypeSize() function
H A Dnn_tensor.cpp235 uint64_t dataLength {static_cast<uint64_t>(GetTypeSize(m_dataType))}; in ValidateDimensions()
/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/src/
H A Ddistributed_account_event_service.cpp49 int32_t DistributedAccountEventService::GetTypeSize() in GetTypeSize() function in OHOS::AccountSA::DistributedAccountEventService
H A Dohos_account_kits_impl.cpp285 if (eventListener->second->GetTypeSize() == 0) { in UnsubscribeDistributedAccountEvent()
/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/
H A Dlibohos_account_innerkits.map35 "OHOS::AccountSA::DistributedAccountEventService::GetTypeSize()";