Home
last modified time | relevance | path

Searched defs:compile_func (Results 1 – 14 of 14) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/rpc/
H A Dminrpc.py47 def with_minrpc(compile_func, server="posix_popen_server", runtime="libtvm"): argument
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/contrib/
H A Dcc.py81 def cross_compiler(compile_func, base_options=None, output_format="so"): argument
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/contrib/
H A Dcc.py81 def cross_compiler(compile_func, base_options=None, output_format="so"): argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/contrib/
H A Dcc.py118 compile_func, options=None, output_format=None, get_target_triple=None, add_files=None argument
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/micro/
H A Dbase.py155 def compile_func(obj_path, src_path, **kwargs): function
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/micro/
H A Dbase.py155 def compile_func(obj_path, src_path, **kwargs): function
/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_nested_calls.py64 def compile_func(self, pyfunc, objmode=False): member in TestNestedCall
H A Dtest_indexing.py670 def compile_func(arr): function
H A Dtest_dispatcher.py108 def compile_func(self, pyfunc): member in BaseTest
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DCodeGen_GPU_Host.cpp143 void CodeGen_GPU_Host<CodeGen_CPU>::compile_func(const LoweredFunc &f, in compile_func() function in Halide::Internal::CodeGen_GPU_Host
H A DCodeGen_Hexagon.cpp426 void CodeGen_Hexagon::compile_func(const LoweredFunc &f, in compile_func() function in Halide::Internal::CodeGen_Hexagon
H A DCodeGen_LLVM.cpp784 void CodeGen_LLVM::compile_func(const LoweredFunc &f, const std::string &simple_name, in compile_func() function in Halide::Internal::CodeGen_LLVM
/dports/audio/beets/beets-1.4.9/beets/util/
H A Dfunctemplate.py115 def compile_func(arg_names, statements, name='_the_func', debug=False): function
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/core/
H A Dsipe-tls.c152 typedef void compile_func(struct tls_internal_state *state, typedef