Home
last modified time | relevance | path

Searched defs:category_name (Results 1 – 8 of 8) sorted by relevance

/third_party/gettext/gettext-runtime/intl/
Dlocalename-table.in.h33 const char *category_name[6]; member
/third_party/mindspore/mindspore/mindrecord/
Dshardsegment.py111 def read_at_page_by_name(self, category_name, page, num_row): argument
Dmindpage.py151 def read_at_page_by_name(self, category_name, page, num_row): argument
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_segment.cc224 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/
Dgcharset.c589 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/
Dut_shard_segment_test.cc117 string category_name = "82Cus"; in TEST_F() local
/third_party/boost/libs/multiprecision/performance/
Dperformance_test.hpp587 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/
Dshard_pybind.cc243 [](ShardSegment &s, std::string category_name, int64_t page_no, int64_t n_rows_of_page) { in BindShardSegment()