Home
last modified time | relevance | path

Searched refs:m_ops (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dinner_model.cpp126 if (!m_allTensors.empty() || !m_ops.empty()) { in BuildFromLiteGraph()
437 m_ops.emplace_back(std::move(opsBuilder)); in AddOperation()
568 if (m_ops.empty()) { in Build()
605 … uint32_t nodeCount = static_cast<uint32_t>(m_ops.size()); // m_ops.size() smaller than UINT32_MAX in Build()
645 size_t opCount = m_ops.size(); in AddNodesToLiteGraph()
648 std::unique_ptr<Ops::OpsBuilder>& op = m_ops[i]; in AddNodesToLiteGraph()
H A Dinner_model.h76 std::vector<std::unique_ptr<Ops::OpsBuilder>> m_ops; variable