Home
last modified time | relevance | path

Searched refs:convert_type (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/tests/st/ops/ascend/
Dtest_tdt_data_ms.py62 def convert_type(shapes, types): function
78 dataset_types = convert_type(dataset_shapes, np_types)
/third_party/boost/boost/spirit/home/karma/char/
Dchar.hpp278 typedef spirit::char_class::convert<char_encoding> convert_type; in char_set() typedef
282 char_type ch = convert_type::to(Tag(), *definition++); in char_set()
285 char_type next = convert_type::to(Tag(), *definition++); in char_set()
288 next = convert_type::to(Tag(), *definition++); in char_set()
/third_party/mindspore/tests/st/data_transfer/
Dtest_tdt_data_transfer.py67 def convert_type(shapes, types): function
90 dataset_types = convert_type(dataset_shapes, np_types)
/third_party/boost/libs/python/src/object/
Dinheritance.cpp390 inline void* convert_type(void* const p, class_id src_t, class_id dst_t, bool polymorphic) in convert_type() function
443 return convert_type(p, src_t, dst_t, true); in find_dynamic_type()
448 return convert_type(p, src_t, dst_t, false); in find_static_type()
/third_party/mindspore/mindspore/ops/composite/
Dbase.py479 def convert_type(type_input): function
487 types = tuple(map(convert_type, type_names))
/third_party/flutter/skia/src/gpu/gradients/generated/
DGrTwoPointConicalGradientLayout.cpp231 GrTwoPointConicalGradientLayout::Type convert_type(SkTwoPointConicalGradient::Type type) { in convert_type() function
246 GrTwoPointConicalGradientLayout::Type grType = convert_type(grad.getType()); in Make()
/third_party/mesa3d/src/compiler/glsl/
Dlower_precision.cpp634 convert_type(bool up, const glsl_type *type) in convert_type() function
637 return glsl_type::get_array_instance(convert_type(up, type->fields.array), in convert_type()
686 return convert_type(false, type); in lower_glsl_type()
726 const glsl_type *desired_type = convert_type(up, ir->type); in convert_precision()
/third_party/flutter/skia/src/gpu/gradients/
DGrTwoPointConicalGradientLayout.fp146 GrTwoPointConicalGradientLayout::Type convert_type(
162 GrTwoPointConicalGradientLayout::Type grType = convert_type(grad.getType());
/third_party/benchmark/src/
Dsysinfo.cc429 using convert_type = std::codecvt_utf8<wchar_t>; in GetSystemName() typedef
430 std::wstring_convert<convert_type, wchar_t> converter; in GetSystemName()
/third_party/pcre2/pcre2/src/
Dpcre2test.c564 uint32_t convert_type; member
649 …{ "convert", MOD_PAT, MOD_CON, 0, PO(convert_type) },
5214 if (pat_patctl.convert_type != CONVERT_UNSET && in process_pattern()
5654 if (pat_patctl.convert_type != CONVERT_UNSET) in process_pattern()
5658 uint32_t convert_options = pat_patctl.convert_type; in process_pattern()
8603 def_patctl.convert_type = CONVERT_UNSET; in main()