Home
last modified time | relevance | path

Searched defs:jit_options (Results 1 – 5 of 5) sorted by relevance

/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_jit_module.py52 def _format_jit_options(self, **jit_options):
63 def create_temp_jitted_module(self, source_lines=None, **jit_options):
H A Dtest_types.py645 def create_temp_module(self, source_lines=None, **jit_options):
/dports/graphics/waifu2x-converter-cpp/waifu2x-converter-cpp-5.3.4/src/
H A DmodelHandler_CUDA.cpp206 CUjit_option jit_options[2]; in initCUDA() local
/dports/devel/py-numba/numba-0.51.2/numba/core/
H A Dextending.py58 def overload(func, jit_options={}, strict=True, inline='never', argument
/dports/devel/py-numba/numba-0.51.2/numba/core/typing/
H A Dtemplates.py803 def make_overload_template(func, overload_func, jit_options, strict, argument