Home
last modified time | relevance | path

Searched refs:node_type (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-mindspore-lite-kit/
H A D_o_h___a_i___call_back_param.md25 | [node_type](#node_type) | 算子类型。 |
43 ### node_type subsection
47 char* OH_AI_CallBackParam::node_type
/ohos5.0/docs/en/application-dev/reference/apis-mindspore-lite-kit/
H A D_o_h___a_i___call_back_param.md25 | [node_type](#node_type) | Operator type.|
43 ### node_type subsection
47 char* OH_AI_CallBackParam::node_type
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h60 using node_type = typename base_container::list_node; variable
103 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; variable
175 …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>; variable
360 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 …]