Home
last modified time | relevance | path

Searched defs:datatype (Results 1 – 25 of 43) sorted by relevance

12

/third_party/mindspore/tests/st/ops/cpu/
Dtest_crop_and_resize_op.py36 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
Dtest_resize_bilinear_op.py33 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
Dtest_resize_nearest_neighbor_op.py33 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/
Dtest_crop_and_resize.py36 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
Dtest_resize_bilinear_op.py37 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
Dtest_resize_nearest_neighbor_op.py20 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/
Dmpi_datatype_cache.hpp60 …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
Drequest_handlers.hpp176 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/
DLocaleValidityChecker.java36 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/
DLocaleValidityChecker.java41 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/
Dtdt_plugin.cc105 Status TdtPlugin::getTdtType(DataType d_type, aclDataType &datatype) { in getTdtType()
181 aclDataType datatype; in AssembleTensor2AclDataset() local
/third_party/mindspore/tests/st/ops/graph_kernel/
Dtest_equal_count.py37 def basic_test(datatype): argument
Dtest_square_sum_all.py37 def test_basic(datatype): argument
Dtest_erf_erfc.py44 def basic_test(net, datatype): argument
/third_party/ffmpeg/libavformat/
Dsauce.c36 int datatype, filetype, t1, t2, nb_comments; in ff_sauce_read() local
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dproperties.c69 #define INT_ARRAY_COPY_FUNC_FAST(name, datatype) \ argument
75 #define INT_ARRAY_COPY_FUNC(name, datatype) \ argument
/third_party/boost/libs/mpi/src/
Dmpi_datatype_cache.cpp56 void mpi_datatype_map::set(const std::type_info* t, MPI_Datatype datatype) in set()
/third_party/mesa3d/src/mesa/program/
Dprog_parameter.c271 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/
Dgrad_reducer.py248 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/
Dconverter.cc45 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/
Dmesa_formats.cpp57 GLenum datatype = 0; in TEST() local
79 GLenum datatype = _mesa_get_format_datatype(f); in TEST() local
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py105 def datatype(self): member in Channel
478 def datatype(self): member in Format
/third_party/skia/third_party/externals/tint/src/ast/
Dintrinsic_texture_helper_test.cc36 TextureDataType datatype, in TextureOverloadCase()
52 TextureDataType datatype, in TextureOverloadCase()
68 TextureDataType datatype, in TextureOverloadCase()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_type_test.cc361 TextureDataType datatype; member
373 const ast::Type* datatype = nullptr; in TEST_P() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_type_test.cc385 TextureDataType datatype; member
397 const ast::Type* datatype = nullptr; in TEST_P() local

12