Searched refs:m_ops (Results 1 – 2 of 2) sorted by relevance
126 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()
76 std::vector<std::unique_ptr<Ops::OpsBuilder>> m_ops; variable