Home
last modified time | relevance | path

Searched defs:dtypes (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/dports/math/py-theano/Theano-1.0.5/theano/tensor/
H A Delemwise_cgen.py6 def make_declare(loop_orders, dtypes, sub): argument
40 def make_checks(loop_orders, dtypes, sub): argument
179 def make_loop(loop_orders, dtypes, loop_tasks, sub, openmp=None): argument
248 def make_reordered_loop(init_loop_orders, olv_index, dtypes, inner_task, sub, argument
465 def make_loop_careduce(loop_orders, dtypes, loop_tasks, sub): argument
/dports/security/p5-openxpki/openxpki-3.16.1/tools/testdata/
H A D_write-certhelper.pl27 my ($path, $extension) = @_;
31 return unless / \. \Q$extension\E $/msxi;
108 map {
/dports/math/py-arviz/arviz-0.11.4/arviz/data/
H A Dio_pystan.py43 dtypes=None, argument
323 dtypes=None, argument
568 def get_draws(fit, variables=None, ignore=None, warmup=False, dtypes=None): argument
670 def get_sample_stats(fit, warmup=False, dtypes=None): argument
792 def get_draws_stan3(fit, model=None, variables=None, ignore=None, dtypes=None): argument
829 def get_sample_stats_stan3(fit, variables=None, ignore=None, dtypes=None): argument
918 dtypes=None, argument
H A Dio_cmdstanpy.py38 dtypes=None, argument
600 def _unpack_fit(fit, items, save_warmup, dtypes): argument
652 def _unpack_frame(fit, columns, valid_cols, save_warmup, dtypes): argument
762 dtypes=None, argument
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/window/
H A Dtest_dtypes.py64 def test_series_dtypes(method, data, expected_data, coerce_int, dtypes, min_periods): argument
120 def test_dataframe_dtypes(method, expected_data, dtypes, min_periods): argument
/dports/math/py-bottleneck/Bottleneck-1.3.2/bottleneck/tests/
H A Dutil.py67 def arrays(func_name, dtypes=DTYPES): argument
85 def array_generator(func_name, dtypes): argument
H A Dreduce_test.py160 def test_nanmax_size_zero(dtypes=DTYPES): argument
170 def test_nanmin_size_zero(dtypes=DTYPES): argument
H A Dinput_modification_test.py12 def arrays(dtypes): argument
H A Dlist_input_test.py12 def lists(dtypes=DTYPES): argument
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/tests/
H A Dtest_elemwise.py74 dtypes = ["float64", "float32", "float16"] variable in TestMathErrorFunctions
212 dtypes = ["float32"] variable in test_GpuCAReduceCPY
263 dtypes = ["float32", "int64"] variable in test_GpuCAReduceCuda
375 dtypes = ['int8', 'int16', 'int32', 'int64', variable in T_gpureduce_dtype
H A Dtest_neighbours.py12 dtypes = ['int64', 'float32', 'float64'] variable in T_GpuImages2Neibs
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/cmd/
H A Ddtimg.c7 #include <image-android-dt.h>
/dports/math/py-pandas/pandas-1.2.5/pandas/_libs/
H A Dalgos_take_helper.pxi.in37 def get_dispatch(dtypes): argument
H A Dalgos_common_helper.pxi.in52 def get_dispatch(dtypes): argument
/dports/misc/tvm/incubator-tvm-0.6.1/nnvm/tests/python/compiler/
H A Dtest_to_relay.py26 def check_model(sym, shapes, dtypes, params): argument
/dports/misc/py-tvm/incubator-tvm-0.6.1/nnvm/tests/python/compiler/
H A Dtest_to_relay.py26 def check_model(sym, shapes, dtypes, params): argument
/dports/devel/py-dask/dask-2021.11.2/dask/dataframe/io/
H A Ddemo.py73 def __init__(self, dtypes, freq, kwargs, columns=None): argument
101 def make_timeseries_part(start, end, dtypes, freq, state_data, kwargs): argument
121 dtypes={"name": str, "id": int, "x": float, "y": float}, argument
/dports/math/py-pystan/pystan-2.19.0.0/pystan/
H A Dplots.py7 def traceplot(fit, pars, dtypes, **kwargs): argument
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aquasecurity/trivy/pkg/scanner/local/
H A Dscan_test.go12 dtypes "github.com/aquasecurity/go-dep-parser/pkg/types" packageName
/dports/sysutils/nomad/nomad-1.1.0/plugins/drivers/testutils/
H A Ddns_testing.go8 dtypes "github.com/docker/libnetwork/types" packageName
/dports/science/py-chainer/chainer-7.8.0/chainerx/testing/
H A Ddtypes.py62 def parametrize_dtype_specifier(argname, dtypes=None, additional_args=None): argument
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/dtypes/cast/
H A Dtest_find_common_type.py79 def test_categorical_dtype(dtypes, exp_type): argument
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/julia/gen/jl_cxx_files/
H A Dcv_cxx.jl5 const dtypes = Union{UInt8, Int8, UInt16, Int16, Int32, Float32, Float64} constant
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/autotvm/task/
H A Dnnvm_integration.py118 def extract_from_multiple_graph(graphs, shapes, dtypes, target, symbols, params, target_host=None): argument
/dports/devel/py-tables/tables-3.6.1/examples/
H A Darray4.py12 dtypes = [np.int8, np.uint8, np.int16, np.int, np.float32, np.float] variable

12345678910>>...13