Searched defs:category_name (Results 1 – 8 of 8) sorted by relevance
/third_party/gettext/gettext-runtime/intl/ |
D | localename-table.in.h | 33 const char *category_name[6]; member
|
/third_party/mindspore/mindspore/mindrecord/ |
D | shardsegment.py | 111 def read_at_page_by_name(self, category_name, page, num_row): argument
|
D | mindpage.py | 151 def read_at_page_by_name(self, category_name, page, num_row): argument
|
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/ |
D | shard_segment.cc | 224 Status ShardSegment::ReadAtPageByName(std::string category_name, int64_t page_no, int64_t n_rows_of… in ReadAtPageByName() 292 Status ShardSegment::ReadAllAtPageByName(std::string category_name, int64_t page_no, int64_t n_rows… in ReadAllAtPageByName()
|
/third_party/glib/glib/ |
D | gcharset.c | 589 guess_category_value (const gchar *category_name) in guess_category_value() 700 g_get_language_names_with_category (const gchar *category_name) in g_get_language_names_with_category()
|
/third_party/mindspore/tests/ut/cpp/mindrecord/ |
D | ut_shard_segment_test.cc | 117 string category_name = "82Cus"; in TEST_F() local
|
/third_party/boost/libs/multiprecision/performance/ |
D | performance_test.hpp | 587 inline const char* category_name(const boost::mpl::int_<boost::multiprecision::number_kind_integer>… in category_name() function 591 inline const char* category_name(const boost::mpl::int_<boost::multiprecision::number_kind_floating… in category_name() function 595 inline const char* category_name(const boost::mpl::int_<boost::multiprecision::number_kind_rational… in category_name() function
|
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/common/ |
D | shard_pybind.cc | 243 [](ShardSegment &s, std::string category_name, int64_t page_no, int64_t n_rows_of_page) { in BindShardSegment()
|