Home
last modified time | relevance | path

Searched defs:bias (Results 226 – 250 of 7544) sorted by relevance

12345678910>>...302

/dports/math/universal/universal-3.48/include/universal/native/
H A Dieee754_msvc.hpp21 static constexpr int bias = 127; member in sw::universal::ieee754_parameter
42 static constexpr int bias = 1023; member in sw::universal::ieee754_parameter
66 static constexpr int bias = 1023; member in sw::universal::ieee754_parameter
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/gtests/
H A Dconvolution_common.h21 #define EXPAND_FORMATS(src, weights, bias, dst) \ argument
101 #define PARAMS(src, weights, bias, dst, ...) \ argument
109 #define PARAMS_EXPECT_FAIL(src, weights, bias, dst, code, ...) \ argument
115 #define PARAMS_ATTR(src, weights, bias, dst, scale, policy, ...) \ argument
/dports/math/onednn/oneDNN-2.5.1/tests/gtests/
H A Dconvolution_common.h21 #define EXPAND_FORMATS(src, weights, bias, dst) \ argument
101 #define PARAMS(src, weights, bias, dst, ...) \ argument
109 #define PARAMS_EXPECT_FAIL(src, weights, bias, dst, code, ...) \ argument
115 #define PARAMS_ATTR(src, weights, bias, dst, scale, policy, ...) \ argument
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/sysdep/common/
H A Dtime.c102 time_t bias; in _gst_adjust_time_zone() local
119 long bias; in _gst_current_time_zone_bias() local
/dports/misc/frugally-deep/frugally-deep-0.15.13-p0/include/fdeep/layers/
H A Ddense_layer.hpp24 const float_vec& weights, const float_vec& bias) in generate_params()
32 const float_vec& bias) : in dense_layer()
/dports/java/jcommon/jcommon-1.0.23/src/test/java/org/jfree/io/
H A DSerialUtilitiesTest.java124 final ByteArrayInputStream bias = new ByteArrayInputStream( in testColorSerialization() local
150 ByteArrayInputStream bias = new ByteArrayInputStream( in testColorUIResourceSerialization() local
178 final ByteArrayInputStream bias = new ByteArrayInputStream( in testGradientPaintSerialization() local
216 final ByteArrayInputStream bias = new ByteArrayInputStream( in testAlphaCompositeSerialization() local
253 final ByteArrayInputStream bias = new ByteArrayInputStream( in testTexturePaintSerialization() local
/dports/net/bosh-cli/bosh-cli-5.5.0/deployment/instance/state/
H A Dstate_test.go6 bias "github.com/cloudfoundry/bosh-agent/agentclient/applyspec" packageName
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/internal/
H A Dfloatscan.c87 long_double bias=0; in decfloat() local
91 long double bias=0; in decfloat() local
355 long_double bias = 0; in hexfloat() local
359 long double bias = 0; in hexfloat() local
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/internal/
H A Dfloatscan.c87 long_double bias=0; in decfloat() local
91 long double bias=0; in decfloat() local
355 long_double bias = 0; in hexfloat() local
359 long double bias = 0; in hexfloat() local
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/internal/
H A Dfloatscan.c87 long_double bias=0; in decfloat() local
91 long double bias=0; in decfloat() local
355 long_double bias = 0; in hexfloat() local
359 long double bias = 0; in hexfloat() local
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/internal/
H A Dfloatscan.c90 long_double bias=0; in decfloat() local
94 long double bias=0; in decfloat() local
358 long_double bias = 0; in hexfloat() local
362 long double bias = 0; in hexfloat() local
/dports/finance/R-cran-timeDate/timeDate/R/
H A Dmethods-plot.R141 high.u.bias = 1.5, u5.bias = 0.5 + 1.5 * high.u.bias,
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/
H A Dml.c30 const float *bias = nn_config->bias[layer]; in av1_nn_predict() local
52 const float *bias = nn_config->bias[num_layers]; in av1_nn_predict() local
/dports/www/firefox/firefox-99.0/third_party/aom/av1/encoder/
H A Dml.c30 const float *bias = nn_config->bias[layer]; in av1_nn_predict() local
52 const float *bias = nn_config->bias[num_layers]; in av1_nn_predict() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/encoder/
H A Dml.c30 const float *bias = nn_config->bias[layer]; in av1_nn_predict() local
52 const float *bias = nn_config->bias[num_layers]; in av1_nn_predict() local
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/encoder/
H A Dml.c30 const float *bias = nn_config->bias[layer]; in av1_nn_predict() local
52 const float *bias = nn_config->bias[num_layers]; in av1_nn_predict() local
/dports/databases/py-sqlite3/Python-3.8.12/Lib/encodings/
H A Dpunycode.py70 def T(j, bias): argument
78 def generate_generalized_integer(N, bias): argument
127 def decode_generalized_number(extended, extpos, bias, errors): argument
/dports/databases/py-gdbm/Python-3.8.12/Lib/encodings/
H A Dpunycode.py70 def T(j, bias): argument
78 def generate_generalized_integer(N, bias): argument
127 def decode_generalized_number(extended, extpos, bias, errors): argument
/dports/lang/python310/Python-3.10.1/Lib/encodings/
H A Dpunycode.py70 def T(j, bias): argument
78 def generate_generalized_integer(N, bias): argument
127 def decode_generalized_number(extended, extpos, bias, errors): argument
/dports/lang/python37/Python-3.7.12/Lib/encodings/
H A Dpunycode.py70 def T(j, bias): argument
78 def generate_generalized_integer(N, bias): argument
127 def decode_generalized_number(extended, extpos, bias, errors): argument
/dports/lang/python27/Python-2.7.18/Lib/encodings/
H A Dpunycode.py72 def T(j, bias): argument
80 def generate_generalized_integer(N, bias): argument
130 def decode_generalized_number(extended, extpos, bias, errors): argument
/dports/lang/python-tools/Python-3.8.12/Lib/encodings/
H A Dpunycode.py70 def T(j, bias): argument
78 def generate_generalized_integer(N, bias): argument
127 def decode_generalized_number(extended, extpos, bias, errors): argument
/dports/lang/python39/Python-3.9.9/Lib/encodings/
H A Dpunycode.py70 def T(j, bias): argument
78 def generate_generalized_integer(N, bias): argument
127 def decode_generalized_number(extended, extpos, bias, errors): argument
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/
H A Dpunycode.py72 def T(j, bias): argument
80 def generate_generalized_integer(N, bias): argument
130 def decode_generalized_number(extended, extpos, bias, errors): argument
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
H A Dpunycode.py72 def T(j, bias): argument
80 def generate_generalized_integer(N, bias): argument
130 def decode_generalized_number(extended, extpos, bias, errors): argument

12345678910>>...302