Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/
DBUILD528 "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/
DBUILD968 ":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/
DBUILD37 "//tensorflow/compiler/mlir/tensorflow:convert_type",
/external/skqp/src/gpu/gradients/
DGrTwoPointConicalGradientLayout.cpp231 GrTwoPointConicalGradientLayout::Type convert_type(SkTwoPointConicalGradient::Type type) { in convert_type() function
246 GrTwoPointConicalGradientLayout::Type grType = convert_type(grad.getType()); in Make()
DGrTwoPointConicalGradientLayout.fp146 GrTwoPointConicalGradientLayout::Type convert_type(
162 GrTwoPointConicalGradientLayout::Type grType = convert_type(grad.getType());
/external/skia/src/gpu/gradients/generated/
DGrTwoPointConicalGradientLayout.cpp311 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/
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()
/external/tensorflow/tensorflow/compiler/mlir/xla/
DBUILD147 "//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/
Dlib.rs139 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/
DGrTwoPointConicalGradientLayout.fp134 GrTwoPointConicalGradientLayout::Type convert_type(
150 GrTwoPointConicalGradientLayout::Type grType = convert_type(grad.getType());
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc383 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/
Dsysinfo.cc383 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/
Dsysinfo.cc430 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/
DBUILD192 "//tensorflow/compiler/mlir/tensorflow:convert_type",
/external/pcre/dist2/src/
Dpcre2test.c562 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()