Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/samples/token_statistics/
Dcollect_token_statistics.hpp51 typedef std::multimap<int, token_id> ids_type; in print() typedef
53 ids_type ids; in print()
56 ids.insert(ids_type::value_type( in print()
60 ids_type::reverse_iterator rend = ids.rend(); in print()
61 for(ids_type::reverse_iterator rit = ids.rbegin(); rit != rend; ++rit) in print()
/third_party/mindspore/tests/st/pynative/
Dtest_pynative_embeddinglookup.py56 …_(self, params_shape, indices_shape, offset=0, low=0, high=2, dtype=np.float32, ids_type=np.int32): argument
59 self.indices_np = np.random.randint(low, high, size=indices_shape).astype(ids_type)
/third_party/boost/tools/quickbook/src/
Dbb2html.cpp44 typedef boost::unordered_map<string_view, id_info> ids_type; typedef
69 chunk*, ids_type const&, html_options const&);
95 ids_type get_id_paths(chunk* chunk);
96 void get_id_paths_impl(ids_type&, chunk*);
97 void get_id_paths_impl2(ids_type&, chunk*, xml_element*);
142 ids_type const& ids;
147 ids_type const& ids_, html_options const& options_) in html_state()
256 ids_type ids = get_id_paths(chunked.root()); in boostbook_to_html()
829 ids_type get_id_paths(chunk* chunk) in get_id_paths()
831 ids_type ids; in get_id_paths()
[all …]