Home
last modified time | relevance | path

Searched defs:custom_type (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/container_hash/examples/
Dportable.cpp21 class custom_type class
25 custom_type(T x) : value(x) {} in custom_type() function in foo::custom_type
/third_party/boost/libs/spirit/test/karma/
Dreal3.cpp87 typedef karma::real_generator<real_concept> custom_type; in main() typedef
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dtflite_custom_parser.cc49 const auto &custom_type = opnode->custom_code; in Parse() local
/third_party/mindspore/mindspore/lite/src/registry/
Dregister_kernel_impl.cc147 auto custom_type = param->type()->str(); in GetCustomKernelCreator() local
/third_party/python/Lib/test/
Dtest_argparse.py4463 def custom_type(string): member in TestHelpMetavarTypeFormatter