Searched refs:node_type (Results 1 – 3 of 3) sorted by relevance
25 | [node_type](#node_type) | 算子类型。 |43 ### node_type subsection47 char* OH_AI_CallBackParam::node_type
25 | [node_type](#node_type) | Operator type.|43 ### node_type subsection47 char* OH_AI_CallBackParam::node_type
60 using node_type = typename base_container::list_node; variable103 constexpr explicit const_unordered_map_iterator(const T& owner, const node_type* ptr) noexcept in const_unordered_map_iterator()109 const node_type* it_ { nullptr };123 using node_type = typename base_container::list_node; variable175 …constexpr explicit unordered_map_iterator(T& owner, node_type* ptr) noexcept : owner_ { &owner }, … in unordered_map_iterator()179 node_type* it_ { nullptr };243 using node_type = node_handle<list_node>; variable360 node_type extract(const key_type& key) in extract()362 return node_type { detach_entry(key) }; in extract()382 auto insert(node_type&& nh) in insert()[all …]