| /third_party/mindspore/tests/st/ops/cpu/ |
| D | test_crop_and_resize_op.py | 36 def test_crop_and_resize_int8_bilinear(datatype=np.int8): argument 74 def test_crop_and_resize_int16_nearest(datatype=np.int16): argument 112 def test_crop_and_resize_int32_bilinear_v2(datatype=np.int32): argument 151 def test_crop_and_resize_float16_nearest(datatype=np.float16): argument 196 def test_crop_and_resize_float32_bilinear(datatype=np.float32): argument 245 def test_crop_and_resize_float64_nearest(datatype=np.float64): argument 290 def test_crop_and_resize_int64_bilinearv2(datatype=np.int64): argument 335 def test_crop_and_resize_uint8_nearest(datatype=np.uint8): argument 373 def test_crop_and_resize_uint16_bilinear(datatype=np.uint16): argument
|
| D | test_resize_bilinear_op.py | 33 def test_resize_nn_grayscale_integer_ratio_half(datatype=np.float16): argument 140 def test_resize_nn_grayscale_integer_ratio_float(datatype=np.float32): argument 241 def test_resize_nn_grayscale_not_integer_ratio_half(datatype=np.float16): argument 346 def test_resize_nn_grayscale_not_integer_ratio_float(datatype=np.float32): argument 455 def test_resize_nn_grayscale_multiple_images_half(datatype=np.float16): argument 474 def test_resize_nn_grayscale_multiple_images_float(datatype=np.float32): argument 494 def test_resize_nn_grayscale_align_corners_half(datatype=np.float16): argument 519 def test_resize_nn_grayscale_align_corners_float(datatype=np.float32): argument
|
| D | test_resize_nearest_neighbor_op.py | 33 def resize_nn_grayscale_integer_ratio(datatype): argument 108 def resize_nn_grayscale_not_integer_ratio(datatype): argument 189 def resize_nn_rgb_integer_ratio(datatype): argument 310 def resize_nn_rgb_not_integer_ratio(datatype): argument 452 def resize_nn_rgb_multiple(datatype): argument 478 def resize_nn_rgb_align_corners(datatype): argument 500 def resize_nn_grayscale_multiple_images(datatype): argument 517 def resize_nn_grayscale_align_corners(datatype): argument
|
| /third_party/mindspore/tests/st/ops/gpu/ |
| D | test_crop_and_resize.py | 36 def test_crop_and_resize_int8_bilinear(datatype=np.int8): argument 74 def test_crop_and_resize_int16_nearest(datatype=np.int16): argument 112 def test_crop_and_resize_int32_bilinear_v2(datatype=np.int32): argument 151 def test_crop_and_resize_float16_nearest(datatype=np.float16): argument 196 def test_crop_and_resize_float32_bilinear(datatype=np.float32): argument 245 def test_crop_and_resize_float64_nearest(datatype=np.float64): argument 290 def test_crop_and_resize_int64_bilinearv2(datatype=np.int64): argument 343 def test_crop_and_resize_uint8_nearest(datatype=np.uint8): argument 381 def test_crop_and_resize_uint16_bilinear(datatype=np.uint16): argument
|
| D | test_resize_bilinear_op.py | 37 def test_resize_nn_grayscale_integer_ratio_half(datatype=np.float16): argument 147 def test_resize_nn_grayscale_integer_ratio_float(datatype=np.float32): argument 251 def test_resize_nn_grayscale_not_integer_ratio_half(datatype=np.float16): argument 359 def test_resize_nn_grayscale_not_integer_ratio_float(datatype=np.float32): argument 471 def test_resize_nn_grayscale_multiple_images_half(datatype=np.float16): argument 493 def test_resize_nn_grayscale_multiple_images_float(datatype=np.float32): argument 516 def test_resize_nn_grayscale_align_corners_half(datatype=np.float16): argument 544 def test_resize_nn_grayscale_align_corners_float(datatype=np.float32): argument
|
| D | test_resize_nearest_neighbor_op.py | 20 def resize_nn_grayscale_integer_ratio(datatype): argument 93 def resize_nn_grayscale_not_integer_ratio(datatype): argument 441 def resize_nn_grayscale_multiple_images(datatype): argument 460 def resize_nn_grayscale_align_corners(datatype): argument
|
| /third_party/boost/boost/mpi/detail/ |
| D | mpi_datatype_cache.hpp | 60 …MPI_Datatype datatype(const T& x = T(), typename boost::enable_if<is_mpi_builtin_datatype<T> >::ty… in datatype() function in boost::mpi::detail::mpi_datatype_map 66 …MPI_Datatype datatype(const T& x =T(), typename boost::disable_if<is_mpi_builtin_datatype<T> >::ty… in datatype() function in boost::mpi::detail::mpi_datatype_map 72 MPI_Datatype datatype = get(t); in datatype() local
|
| D | request_handlers.hpp | 176 MPI_Datatype datatype = this->Data::datatype(); in unpack() local 200 MPI_Datatype datatype() { return get_mpi_datatype<typename A::value_type>(); } in datatype() function 212 MPI_Datatype datatype() { return MPI_PACKED; } in datatype() function 225 MPI_Datatype datatype() { return MPI_PACKED; } in datatype() function 239 MPI_Datatype datatype() { return MPI_PACKED; } in datatype() function 267 MPI_Datatype datatype() { return MPI_PACKED; } in datatype() function
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
| D | LocaleValidityChecker.java | 36 public boolean set(Datatype datatype, String code) { in set() 101 Datatype datatype = Datatype.valueOf(c+""); in isValid() local 146 … private boolean isValidU(ULocale locale, Datatype datatype, String extensionString, Where where) { in isValidU() 338 private boolean isValid(Datatype datatype, String code, Where where) { in isValid()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
| D | LocaleValidityChecker.java | 41 public boolean set(Datatype datatype, String code) { in set() 106 Datatype datatype = Datatype.valueOf(c+""); in isValid() local 151 … private boolean isValidU(ULocale locale, Datatype datatype, String extensionString, Where where) { in isValidU() 343 private boolean isValid(Datatype datatype, String code, Where where) { in isValid()
|
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/tdt/ |
| D | tdt_plugin.cc | 105 Status TdtPlugin::getTdtType(DataType d_type, aclDataType &datatype) { in getTdtType() 181 aclDataType datatype; in AssembleTensor2AclDataset() local
|
| /third_party/mindspore/tests/st/ops/graph_kernel/ |
| D | test_equal_count.py | 37 def basic_test(datatype): argument
|
| D | test_square_sum_all.py | 37 def test_basic(datatype): argument
|
| D | test_erf_erfc.py | 44 def basic_test(net, datatype): argument
|
| /third_party/ffmpeg/libavformat/ |
| D | sauce.c | 36 int datatype, filetype, t1, t2, nb_comments; in ff_sauce_read() local
|
| /third_party/gstreamer/gstplugins_good/gst/isomp4/ |
| D | properties.c | 69 #define INT_ARRAY_COPY_FUNC_FAST(name, datatype) \ argument 75 #define INT_ARRAY_COPY_FUNC(name, datatype) \ argument
|
| /third_party/boost/libs/mpi/src/ |
| D | mpi_datatype_cache.cpp | 56 void mpi_datatype_map::set(const std::type_info* t, MPI_Datatype datatype) in set()
|
| /third_party/mesa3d/src/mesa/program/ |
| D | prog_parameter.c | 271 GLuint size, GLenum datatype, in _mesa_add_parameter() 379 GLenum datatype, GLuint *swizzleOut) in _mesa_add_typed_unnamed_constant()
|
| /third_party/mindspore/mindspore/nn/wrap/ |
| D | grad_reducer.py | 248 def _tensors_cast_datatype(datatype, grad): argument 263 def _tensors_cast_datatype_with_sparse(datatype, grad): argument
|
| /third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/ |
| D | converter.cc | 45 static ge::DataType ConvertHcclDTypeToGeDType(HcclDataType datatype) { in ConvertHcclDTypeToGeDType() 165 …dePtr, ge::ComputeGraphPtr> GenerateStubGeNode(const AnfNodePtr &anf_node, HcclDataType datatype) { in GenerateStubGeNode()
|
| /third_party/mesa3d/src/mesa/main/tests/ |
| D | mesa_formats.cpp | 57 GLenum datatype = 0; in TEST() local 79 GLenum datatype = _mesa_get_format_datatype(f); in TEST() local
|
| /third_party/mesa3d/src/mesa/main/ |
| D | format_parser.py | 105 def datatype(self): member in Channel 478 def datatype(self): member in Format
|
| /third_party/skia/third_party/externals/tint/src/ast/ |
| D | intrinsic_texture_helper_test.cc | 36 TextureDataType datatype, in TextureOverloadCase() 52 TextureDataType datatype, in TextureOverloadCase() 68 TextureDataType datatype, in TextureOverloadCase()
|
| /third_party/skia/third_party/externals/tint/src/writer/glsl/ |
| D | generator_impl_type_test.cc | 361 TextureDataType datatype; member 373 const ast::Type* datatype = nullptr; in TEST_P() local
|
| /third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
| D | generator_impl_type_test.cc | 385 TextureDataType datatype; member 397 const ast::Type* datatype = nullptr; in TEST_P() local
|