Home
last modified time | relevance | path

Searched refs:compute_func (Results 1 – 25 of 114) sorted by relevance

12345

/dports/misc/mxnet/incubator-mxnet-1.9.0/contrib/tvmop/core/
H A Dumath.py57 def _binary_logic_cpu(compute_func, op, itype, ndim): argument
58 s, a, b, c = compute_func(op, itype, ndim)
65 def _binary_logic_gpu(compute_func, op, itype, ndim): argument
66 s, a, b, c = compute_func(op, itype, ndim)
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/contrib/tvmop/core/
H A Dumath.py57 def _binary_logic_cpu(compute_func, op, itype, ndim): argument
58 s, a, b, c = compute_func(op, itype, ndim)
65 def _binary_logic_gpu(compute_func, op, itype, ndim): argument
66 s, a, b, c = compute_func(op, itype, ndim)
/dports/science/mcstas-comps/mcstas-comps-2.5-src/misc/
H A DScatter_log_iterator.comp24 * <i>compute_func</i> from before and after SCATTER neutron states which have been logged by
33 * compute_func: [] Address of the function that computes a psuedo neutron from before and after sca…
39 DEFINITION PARAMETERS (compute_func=NULL)
87 if (compute_func) {
88 pseudo_neutron_state_function=compute_func;
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/image/
H A Dresize.py204 compute_func = _nearest_neighbor
206 compute_func = _bilinear
208 compute_func = _bicubic
212 return tvm.compute(output_shape, compute_func, name='resize', tag=tag.INJECTIVE)
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/image/
H A Dresize.py204 compute_func = _nearest_neighbor
206 compute_func = _bilinear
208 compute_func = _bicubic
212 return tvm.compute(output_shape, compute_func, name='resize', tag=tag.INJECTIVE)
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/image/
H A Dresize.py721 compute_func = _nearest_neighbor
723 compute_func = _bilinear
725 compute_func = _bicubic
729 return te.compute(output_shape, compute_func, name="resize", tag=tag.INJECTIVE)
837 compute_func = _nearest_neighbor
839 compute_func = _bilinear
843 return te.compute(output_shape, compute_func, name="crop_and_resize", tag=tag.INJECTIVE)
1017 compute_func = _nearest_neighbor
1019 compute_func = _trilinear
1023 return te.compute(output_shape, compute_func, name="resize3d", tag=tag.INJECTIVE)
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Doptional.hh117 T value_or_compute(U&& compute_func) const { return m_valid ? m_value : compute_func(); } in value_or_compute()
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/autotvm/task/
H A Dtopi_integration.py141 def _local_scope(compute_func): argument
148 key = (self.topi_to_task[compute_func], serialize_args(args))
152 return compute_func(*args, **kwargs)
154 self.func_to_reflection[compute_func](_tracing_wrapper)
155 self.modified_funcs.append(compute_func)
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/autotvm/task/
H A Dtopi_integration.py141 def _local_scope(compute_func): argument
148 key = (self.topi_to_task[compute_func], serialize_args(args))
152 return compute_func(*args, **kwargs)
154 self.func_to_reflection[compute_func](_tracing_wrapper)
155 self.modified_funcs.append(compute_func)
/dports/graphics/librsvg2-rust/librsvg-2.52.8/src/filters/
H A Dcomponent_transfer.rs320 fn compute_func<F>(func: &F) -> impl Fn(u8, f64, f64) -> u8 in render() function
339 let compute_r = compute_func::<FeFuncR>(&self.functions.r); in render()
340 let compute_g = compute_func::<FeFuncG>(&self.functions.g); in render()
341 let compute_b = compute_func::<FeFuncB>(&self.functions.b); in render()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Dsolver_fire.h355 std::function<double(VectorType &, const VectorType &)> compute_func = in solve()
368 this->solve(compute_func, x, preconditioner); in solve()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/cubeb/src/speex/
H A Dresample.c240 static double compute_func(float x, const struct FuncDef *func) in compute_func() function
267 printf ("%f\n", compute_func(i/256., KAISER12));
284 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func)); in sinc()
297 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func); in sinc()
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/speex_resampler/thirdparty/
H A Dresample.c240 static double compute_func(float x, const struct FuncDef *func) in compute_func() function
267 printf ("%f\n", compute_func(i/256., KAISER12));
284 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func)); in sinc()
297 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func); in sinc()
/dports/games/ioquake3/ioquake3-1.36/code/libspeex/
H A Dresample.c227 static double compute_func(float x, struct FuncDef *func) in compute_func() function
254 printf ("%f\n", compute_func(i/256., KAISER12));
271 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func)); in sinc()
284 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func); in sinc()
/dports/games/ioquake3-server/ioquake3-1.36/code/libspeex/
H A Dresample.c227 static double compute_func(float x, struct FuncDef *func) in compute_func() function
254 printf ("%f\n", compute_func(i/256., KAISER12));
271 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func)); in sinc()
284 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func); in sinc()
/dports/www/firefox-esr/firefox-91.8.0/media/libspeex_resampler/src/
H A Dresample.c236 static double compute_func(float x, const struct FuncDef *func) in compute_func() function
263 printf ("%f\n", compute_func(i/256., KAISER12));
280 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func)); in sinc()
293 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func); in sinc()
/dports/graphics/aloadimage/arcan-0.6.1/src/frameserver/util/resampler/
H A Dresample.c238 static double compute_func(float x, struct FuncDef *func) in compute_func() function
265 printf ("%f\n", compute_func(i/256., KAISER12));
282 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func)); in sinc()
295 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func); in sinc()
/dports/sysutils/acfgfs/arcan-0.6.1/src/frameserver/util/resampler/
H A Dresample.c238 static double compute_func(float x, struct FuncDef *func) in compute_func() function
265 printf ("%f\n", compute_func(i/256., KAISER12));
282 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func)); in sinc()
295 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func); in sinc()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/speex/
H A Dresample.c237 static double compute_func(float x, struct FuncDef *func) in compute_func() function
264 printf ("%f\n", compute_func(i/256., KAISER12));
281 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func)); in sinc()
294 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func); in sinc()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libspeex_resampler/src/
H A Dresample.c236 static double compute_func(float x, const struct FuncDef *func) in compute_func() function
263 printf ("%f\n", compute_func(i/256., KAISER12));
280 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func)); in sinc()
293 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func); in sinc()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/cubeb-sys/libcubeb/src/speex/
H A Dresample.c240 static double compute_func(float x, const struct FuncDef *func) in compute_func() function
267 printf ("%f\n", compute_func(i/256., KAISER12));
284 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func)); in sinc()
297 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func); in sinc()
/dports/net/wireshark-lite/wireshark-3.6.1/speexdsp/
H A Dresample.c239 static double compute_func(float x, const struct FuncDef *func) in compute_func() function
266 printf ("%f\n", compute_func(i/256., KAISER12));
285 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func)); in sinc()
298 …return (spx_word16_t)(cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func((float)fabs(2.*x/N), window_fun…
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cubeb-sys-0.5.5/libcubeb/src/speex/
H A Dresample.c240 static double compute_func(float x, const struct FuncDef *func) in compute_func() function
267 printf ("%f\n", compute_func(i/256., KAISER12));
284 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func)); in sinc()
297 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func); in sinc()
/dports/audio/libfilteraudio/filter_audio-0.0.1/other/
H A Dspeex_resampler.c232 static double compute_func(float x, struct FuncDef *func) in compute_func() function
259 printf ("%f\n", compute_func(i/256., KAISER12));
276 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func)); in sinc()
289 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func); in sinc()
/dports/audio/libopusenc/libopusenc-0.2.1/src/
H A Dresample.c240 static double compute_func(float x, const struct FuncDef *func) in compute_func() function
267 printf ("%f\n", compute_func(i/256., KAISER12));
284 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func)); in sinc()
297 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func); in sinc()

12345