Home
last modified time | relevance | path

Searched defs:src_dtype (Results 1 – 25 of 26) sorted by relevance

12

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/unittest/
H A Dtest_custom_datatypes.py90 def compare(module, input, src_dtype, dst_dtype, rtol, atol, params={}, target="llvm"): argument
332 def run_ops(src_dtype, dst_dtype, rtol=1e-7, atol=1e-7): argument
339 def check_unary_op(op, src_dtype, dst_dtype, shape): argument
368 def check_binary_op(opfunc, src_dtype, dst_dtype): argument
394 def run_model(get_workload, input, src_dtype, dst_dtype, rtol=1e-4, atol=1e-4): argument
402 def run_conv2d(src_dtype, dst_dtype, rtol=1e-7, atol=1e-4): argument
404 src_dtype, argument
492 def run_batchnorm(src_dtype, dst_dtype, rtol=1e-6, atol=1e-6): argument
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/multiarray/
H A Darray_assign_scalar.c35 PyArray_Descr *src_dtype, char *src_data) in raw_array_assign_scalar()
111 PyArray_Descr *src_dtype, char *src_data, in raw_array_wheremasked_assign_scalar()
197 PyArray_Descr *src_dtype, char *src_data, in PyArray_AssignRawScalar()
H A Darray_assign_array.c77 PyArray_Descr *src_dtype, char *src_data, npy_intp const *src_strides) in raw_array_assign_array()
162 PyArray_Descr *src_dtype, char *src_data, npy_intp const *src_strides, in raw_array_wheremasked_assign_array()
H A Ddtype_transfer.c1011 PyArray_Descr *src_dtype, PyArray_Descr *dst_dtype, in get_nbo_cast_datetime_transfer_function()
1086 PyArray_Descr *src_dtype, PyArray_Descr *dst_dtype, in get_nbo_datetime_to_string_transfer_function()
1130 PyArray_Descr *src_dtype, PyArray_Descr *dst_dtype, in get_datetime_to_unicode_transfer_function()
1199 PyArray_Descr *src_dtype, PyArray_Descr *dst_dtype, in get_nbo_string_to_datetime_transfer_function()
1323 PyArray_Descr *src_dtype, PyArray_Descr *dst_dtype, in get_legacy_dtype_cast_function()
1556 PyArray_Descr *src_dtype, PyArray_Descr *dst_dtype, in wrap_aligned_contig_transfer_function_with_copyswapn()
2840 PyArray_Descr *src_dtype, in get_decsrcref_fields_transfer_function()
3385 PyArray_Descr *src_dtype, in get_decsrcref_transfer_function()
3771 PyArray_Descr *src_dtype, PyArray_Descr *dst_dtype, in PyArray_GetLegacyDTypeTransferFunction()
3812 PyArray_Descr *src_dtype, in PyArray_GetMaskedDTypeTransferFunction()
[all …]
H A Dconvert_datatype.c692 PyArray_Descr *src_dtype, PyArray_Descr *dst_dtype, in npy_set_invalid_cast_error()
/dports/science/conduit/conduit-0.8.0/src/libs/conduit/
H A Dconduit_node.cpp924 const DataType src_dtype = data.dtype(); in set_int8_array() local
946 const DataType src_dtype = data.dtype(); in set_int16_array() local
968 const DataType src_dtype = data.dtype(); in set_int32_array() local
990 const DataType src_dtype = data.dtype(); in set_int64_array() local
1016 const DataType src_dtype = data.dtype(); in set_uint8_array() local
1038 const DataType src_dtype = data.dtype(); in set_uint16_array() local
1060 const DataType src_dtype = data.dtype(); in set_uint32_array() local
1082 const DataType src_dtype = data.dtype(); in set_uint64_array() local
1107 const DataType src_dtype = data.dtype(); in set_float32_array() local
1129 const DataType src_dtype = data.dtype(); in set_float64_array() local
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tutorials/dev/
H A Dbring_your_own_datatypes.py287 src_dtype = "float32" variable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Dprivate.h134 H5T_t *src_dtype; /* Copy of datatype for dataset */ member
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Dprivate.h141 H5T_t * src_dtype; /* Copy of datatype for dataset */ member
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Dprivate.h141 H5T_t *src_dtype; /* Copy of datatype for dataset */ member
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Dprivate.h146 H5T_t *src_dtype; /* Copy of datatype for dataset */ member
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Dprivate.h147 H5T_t *src_dtype; /* Copy of datatype for dataset */ member
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Dprivate.h150 H5T_t *src_dtype; /* Copy of datatype for dataset */ member
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/
H A Dref_resampling.cpp71 static load_fn_t create_load(const data_type_t src_dtype) { in create_load()
H A Dref_prelu.cpp38 static float load(data_type_t src_dtype, const byte *base, dim_t offset) { in load()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/
H A Dref_resampling.cpp71 static load_fn_t create_load(const data_type_t src_dtype) { in create_load()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_sparse_ndarray.py785 def check_create_from_sp(shape, f, sp_arr, dtype, src_dtype, ctx): argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_sparse_ndarray.py785 def check_create_from_sp(shape, f, sp_arr, dtype, src_dtype, ctx): argument
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemant3.c3929 int src, dest, dest_dtype, src_dtype, tag1, tag2, j; in semant3() local
6470 int dest_dtype, astdest2, src_dtype, std2, std3, std4; in gen_sourced_allocation() local
H A Dlowerilm.c2986 errilm, firstilm, aln, alnilm, src_dtype; in lower_stmt() local
3069 int src_sptr, src_dtype; in lower_stmt() local
3227 int src_sptr, src_dtype; in lower_stmt() local
H A Dtransfrm.c3967 DTYPE src_dtype = DTYPEG(sptrsrc); in get_sdsc_ast() local
4170 DTYPE src_dtype = DTYPEG(sptrsrc); in rewrite_allocatable_assignment() local
/dports/science/conduit/conduit-0.8.0/src/libs/blueprint/
H A Dconduit_blueprint_mesh_flatten.cpp275 const DataType &src_dtype = src.dtype(); in append_data() local
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/
H A Darray.cc472 Dtype src_dtype = this->dtype(); in AsType() local
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python-pytest/onnx/
H A Dtest_operators.py442 def test_onnx_export_cast(tmp_path, src_dtype, dst_dtype, shape): argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python-pytest/onnx/
H A Dtest_operators.py442 def test_onnx_export_cast(tmp_path, src_dtype, dst_dtype, shape): argument

12