/ohos5.0/foundation/ai/neural_network_runtime/common/ |
H A D | scoped_trace.h | 29 m_name = name; in ScopedTrace() 40 …ewDFX::HiTraceChain::Tracepoint(HITRACE_TP_GENERAL, traceId, "NNRt Trace end: %s", m_name.c_str()); in ~ScopedTrace() 45 std::string m_name {};
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/ |
H A D | hi_state.cpp | 21 HiState::HiState(std::string name) : m_name(name) in HiState() 49 return m_name; in Name() 54 if (m_name == state.Name()) { in operator ==()
|
H A D | message_looper.cpp | 34 MessageLooper::MessageLooper(std::string name) : m_name(name) in MessageLooper() 171 MEDIA_ERR_LOG("%s have msg in queue, could not stop error", m_name.c_str()); in Stop() 186 prctl(PR_SET_NAME, m_name.c_str(), 0, 0, 0); in QueueHandlr() 191 MEDIA_INFO_LOG("%s will stop", m_name.c_str()); in QueueHandlr() 340 MEDIA_INFO_LOG("%s remove msg: %d", m_name.c_str(), event.msg->what); in RemoveMessage() 350 "looper[%s], msg cnt: %zu", m_name.c_str(), m_eventQueue.size()); in Dump()
|
H A D | mmessage_pool.cpp | 31 MMessagePool::MMessagePool(std::string name) : m_name(name) in MMessagePool() 90 … "pool: %s: %u msgs not released", m_name.c_str(), (uint32_t)m_msgBusyList.size()); in Deinit() 187 m_name.c_str(), m_msgFreeList.size(), m_msgBusyList.size()); in GetMsg() 215 MEDIA_ERR_LOG("pool: %s putMsg invalid msg", m_name.c_str()); in PutMsg() 234 m_name.c_str(), m_msgFreeList.size(), m_msgBusyList.size()); in Dump()
|
H A D | hi_state.h | 48 std::string m_name; variable
|
H A D | mmessage_pool.h | 50 std::string m_name; variable
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nn_tensor.cpp | 58 m_name = std::move(tensor.m_name); in operator =() 148 m_name = nnTensorInfo.name; in BuildFromOHNNTensorInfo() 338 m_name = name; in SetName() 381 return m_name; in GetName() 439 m_name.c_str(), dataType, m_dimensions.data(), m_dimensions.size(), format, in ConvertToLiteGraphTensor() 463 desc.SetName(m_name.c_str()); in ConvertToTensorDesc()
|
H A D | nncompiler.cpp | 68 ret = tensorDesc.first->GetName(&m_name); in CopyFromTensorDesc() 99 ret = tensorDesc.SetName(m_name); in CopyToTensorDesc() 113 const char* m_name{nullptr}; // null-terminated member 804 totalSize += strlen(tensorDesc.m_name) + 1; in SerializeTensorsToBuffer() 858 memRet = strcpy_s(currentPos, strlen(tensorDesc.m_name) + 1, tensorDesc.m_name); in SerializeTensorsToBuffer() 864 currentPos += strlen(tensorDesc.m_name) + 1; in SerializeTensorsToBuffer() 936 desc.m_name = ptr; in DeserializedTensorsFromBuffer() 937 ptr += std::strlen(desc.m_name) + 1; // +1 for null terminator in DeserializedTensorsFromBuffer()
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/ |
H A D | cmd_executor.h | 40 m_kmsgBuffer(kmsgBuffer), m_cmdList(list), m_name(name) {} in CmdExecutor() 52 std::string m_name; variable
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | tensor_desc.cpp | 184 m_name = name; in SetName() 199 *name = m_name.c_str(); in GetName()
|
H A D | tensor_desc.h | 49 std::string m_name; variable
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
H A D | maxpool_builder.cpp | 38 m_name = OP_NAME; in Build()
|
H A D | avgpool_builder.cpp | 39 m_name = OP_NAME; in Build()
|
H A D | ceil_builder.cpp | 58 m_name = OP_NAME; in Build()
|
H A D | cos_builder.cpp | 55 m_name = OP_NAME; in Build()
|
H A D | equal_builder.cpp | 55 m_name = OP_NAME; in Build()
|
H A D | expandims_builder.cpp | 56 m_name = OP_NAME; in Build()
|
H A D | floor_builder.cpp | 58 m_name = OP_NAME; in Build()
|
H A D | greater_builder.cpp | 58 m_name = OP_NAME; in Build()
|
H A D | less_builder.cpp | 55 m_name = OP_NAME; in Build()
|
H A D | log_builder.cpp | 55 m_name = OP_NAME; in Build()
|
H A D | logical_and_builder.cpp | 55 m_name = OP_NAME; in Build()
|
H A D | logical_not_builder.cpp | 55 m_name = OP_NAME; in Build()
|
H A D | logical_or_builder.cpp | 55 m_name = OP_NAME; in Build()
|
H A D | maximum_builder.cpp | 60 m_name = OP_NAME; in Build()
|