/external/tensorflow/tensorflow/compiler/mlir/lite/ |
D | BUILD | 528 "convert_type", 560 "convert_type", 726 ":convert_type", 771 ":convert_type", 799 name = "convert_type", 801 "utils/convert_type.cc", 804 "utils/convert_type.h", 823 "utils/convert_type.h",
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ |
D | BUILD | 968 ":convert_type", 1117 ":convert_type", 1197 ":convert_type", 1246 ":convert_type", 1341 ":convert_type", 1351 name = "convert_type", 1352 srcs = ["utils/convert_type.cc"], 1353 hdrs = ["utils/convert_type.h"], 1375 ":convert_type", 1391 ":convert_type", [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/c/ |
D | BUILD | 37 "//tensorflow/compiler/mlir/tensorflow:convert_type",
|
/external/skqp/src/gpu/gradients/ |
D | GrTwoPointConicalGradientLayout.cpp | 231 GrTwoPointConicalGradientLayout::Type convert_type(SkTwoPointConicalGradient::Type type) { in convert_type() function 246 GrTwoPointConicalGradientLayout::Type grType = convert_type(grad.getType()); in Make()
|
D | GrTwoPointConicalGradientLayout.fp | 146 GrTwoPointConicalGradientLayout::Type convert_type( 162 GrTwoPointConicalGradientLayout::Type grType = convert_type(grad.getType());
|
/external/skia/src/gpu/gradients/generated/ |
D | GrTwoPointConicalGradientLayout.cpp | 311 GrTwoPointConicalGradientLayout::Type convert_type(SkTwoPointConicalGradient::Type type) { in convert_type() function 326 GrTwoPointConicalGradientLayout::Type grType = convert_type(grad.getType()); in Make()
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_precision.cpp | 634 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()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | BUILD | 147 "//tensorflow/compiler/mlir/tensorflow:convert_type", 268 "//tensorflow/compiler/mlir/tensorflow:convert_type", 310 "//tensorflow/compiler/mlir/tensorflow:convert_type",
|
/external/rust/crates/structopt-derive/src/ |
D | lib.rs | 139 let convert_type = match **ty { in gen_augmentation() localVariable 156 .map(|_: #convert_type| ()) in gen_augmentation() 161 .validator_os(|s| #func(&s).map(|_: #convert_type| ())) in gen_augmentation()
|
/external/skia/src/gpu/gradients/ |
D | GrTwoPointConicalGradientLayout.fp | 134 GrTwoPointConicalGradientLayout::Type convert_type( 150 GrTwoPointConicalGradientLayout::Type grType = convert_type(grad.getType());
|
/external/libcxx/utils/google-benchmark/src/ |
D | sysinfo.cc | 383 using convert_type = std::codecvt_utf8<wchar_t>; in GetSystemName() typedef 384 std::wstring_convert<convert_type, wchar_t> converter; in GetSystemName()
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | sysinfo.cc | 383 using convert_type = std::codecvt_utf8<wchar_t>; in GetSystemName() typedef 384 std::wstring_convert<convert_type, wchar_t> converter; in GetSystemName()
|
/external/google-benchmark/src/ |
D | sysinfo.cc | 430 using convert_type = std::codecvt_utf8<wchar_t>; in GetSystemName() typedef 431 std::wstring_convert<convert_type, wchar_t> converter; in GetSystemName()
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/ |
D | BUILD | 192 "//tensorflow/compiler/mlir/tensorflow:convert_type",
|
/external/pcre/dist2/src/ |
D | pcre2test.c | 562 uint32_t convert_type; member 646 …{ "convert", MOD_PAT, MOD_CON, 0, PO(convert_type) }, 5211 if (pat_patctl.convert_type != CONVERT_UNSET && in process_pattern() 5651 if (pat_patctl.convert_type != CONVERT_UNSET) in process_pattern() 5655 uint32_t convert_options = pat_patctl.convert_type; in process_pattern() 8600 def_patctl.convert_type = CONVERT_UNSET; in main()
|