Home
last modified time | relevance | path

Searched refs:backends (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/external/tensorflow/tensorflow/compiler/xla/tests/
Dbuild_defs.bzl13 def filter_backends(backends):
20 backends: A list of backends to filter.
23 The filtered list of backends.
26 return backends
28 return [backend for backend in backends if backend != "gpu"]
35 backends = [],
45 """Generates cc_test targets for the given XLA backends.
47 This rule generates a cc_test target for one or more XLA backends and also a
49 two additions: 'backends' and 'backend_args'. 'backends' specifies the
50 backends to generate tests for ("cpu", "gpu"), and
[all …]
/external/mesa3d/src/gallium/drivers/swr/
DMakefile.am88 rasterizer/core/backends/gen_BackendPixelRate0.cpp \
89 rasterizer/core/backends/gen_BackendPixelRate1.cpp \
90 rasterizer/core/backends/gen_BackendPixelRate2.cpp \
91 rasterizer/core/backends/gen_BackendPixelRate3.cpp \
92 rasterizer/core/backends/gen_BackendPixelRate.hpp \
93 rasterizer/core/backends/gen_rasterizer0.cpp \
94 rasterizer/core/backends/gen_rasterizer1.cpp \
95 rasterizer/core/backends/gen_rasterizer2.cpp \
96 rasterizer/core/backends/gen_rasterizer3.cpp \
97 rasterizer/core/backends/gen_rasterizer.hpp
[all …]
DSConscript138 backendPixelRateFilePat = "rasterizer/core/backends/gen_BackendPixelRate%s.cpp"
141 target = 'rasterizer/core/backends/gen_BackendPixelRate.hpp',
144 …command = python_cmd + ' $SCRIPT --outdir ' + bldroot + '/rasterizer/core/backends --dim 5 2 3 2 2…
147 ['rasterizer/core/backends/gen_BackendPixelRate.hpp',
160 genRasterizerFilePat = "rasterizer/core/backends/gen_rasterizer%s.cpp"
163 target = 'rasterizer/core/backends/gen_rasterizer.hpp',
166 …command = python_cmd + ' $SCRIPT --outdir ' + bldroot + '/rasterizer/core/backends --rast --dim 5 …
169 ['rasterizer/core/backends/gen_rasterizer.hpp',
/external/mesa3d/src/gbm/main/
Dbackend.c45 static const struct backend_desc backends[] = { variable
70 for (i = 0; i < ARRAY_SIZE(backends); ++i) { in find_backend()
71 if (strcmp(backends[i].name, name) == 0) { in find_backend()
72 backend = &backends[i]; in find_backend()
95 for (i = 0; i < ARRAY_SIZE(backends) && dev == NULL; ++i) { in _gbm_create_device()
96 backend = load_backend(&backends[i]); in _gbm_create_device()
/external/autotest/frontend/db/backends/afe/
Dbase.py1 from django.db.backends.mysql.base import DatabaseCreation as MySQLCreation
2 from django.db.backends.mysql.base import DatabaseOperations as MySQLOperations
3 from django.db.backends.mysql.base import DatabaseWrapper as MySQLDatabaseWrapper
4 from django.db.backends.mysql.base import DatabaseIntrospection as MySQLIntrospection
Dintrospection.py1 from django.db.backends.mysql.introspection import *
/external/wpa_supplicant_8/src/utils/
Dext_password.c19 static const struct ext_password_backend *backends[] = { variable
42 for (i = 0; backends[i]; i++) { in ext_password_init()
43 if (os_strcmp(backends[i]->name, backend) == 0) { in ext_password_init()
44 data->backend = backends[i]; in ext_password_init()
/external/tensorflow/tensorflow/compiler/tests/
Dbuild_defs.bzl31 tests all backends for the test.
48 disabled_backends: A list of backends that should not be tested. Supported
104 def generate_backend_suites(backends = []):
106 if not backends:
107 backends = all_backends()
108 for backend in backends:
/external/libevent/test/
Dtest.sh152 -b - specify backends
160 backends=$BACKENDS
167 b) backends="$OPTARG";;
180 for i in $backends; do
/external/libese/
DREADME.md76 and for implementing hardware backends. It depends on a backend being
85 *libese-hw* provides existing libese hardware backends.
94 ## Supported backends
96 There are two test backends, fake and echo, as well as one
99 The NXP backends support both a direct kernel driver and
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader.c46 static int (*backends[])(struct pipe_loader_device **, int) = { variable
64 for (i = 0; i < ARRAY_SIZE(backends); i++) in pipe_loader_probe()
65 n += backends[i](&devs[n], MAX2(0, ndev - n)); in pipe_loader_probe()
/external/mesa3d/src/gbm/
DMakefile.sources9 backends/dri/gbm_dri.c \
10 backends/dri/gbm_driint.h
Dmeson.build21 inc_gbm = include_directories('.', 'backends/dri')
39 files_gbm += files('backends/dri/gbm_dri.c', 'backends/dri/gbm_driint.h')
/external/autotest/frontend/db/backends/afe_sqlite/
Dbase.py4 from django.db.backends.sqlite3.base import DatabaseOperations as SQLiteDatabaseOperations
5 from django.db.backends.sqlite3.base import DatabaseWrapper as SQLiteDatabaseWrapper
/external/curl/
Dcurl-config.in47 --ssl-backends output the SSL backends libcurl was built to support
169 --ssl-backends)
/external/autotest/frontend/
Dapache_auth.py2 from django.contrib.auth import backends
13 class SimpleAuthBackend(backends.ModelBackend):
/external/elfutils/tests/
Dtest-subr.sh125 ${abs_top_builddir}/backends/libebl_i386.so \
126 ${abs_top_builddir}/backends/libebl_x86_64.so`
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Ddeveloping_new_backend.md21 > backends or a custom LLVM backend developed in-house.
28 the main difference between XLA backends for CPUs is the code generated by LLVM.
49 to be changed, but a lot of code can be shared with the existing backends.
73 This class enables backends to provide platform-specific mechanisms for
/external/skia/tools/skqp/src/
Djni_skqp.cpp120 auto backends = gSkQP.getSupportedBackends(); in Java_org_skia_skqp_SkQP_nInit() local
121 jassert(env, backends.size() > 0,); in Java_org_skia_skqp_SkQP_nInit()
129 to_java_string_array(env, backends, SkQP::GetBackendName)); in Java_org_skia_skqp_SkQP_nInit()
/external/skqp/tools/skqp/src/
Djni_skqp.cpp120 auto backends = gSkQP.getSupportedBackends(); in Java_org_skia_skqp_SkQP_nInit() local
121 jassert(env, backends.size() > 0,); in Java_org_skia_skqp_SkQP_nInit()
129 to_java_string_array(env, backends, SkQP::GetBackendName)); in Java_org_skia_skqp_SkQP_nInit()
/external/scapy/scapy/layers/tls/crypto/
Dgroups.py20 from cryptography.hazmat.backends import default_backend
31 from cryptography.hazmat.backends import default_backend
/external/elfutils/config/
Delfutils.spec.in233 - backends: riscv improved core file and return value location support.
247 - backends: RISCV handles ADD/SUB relocations.
258 - backends: RISCV and M68K now have backend implementations to
273 - backends: Handle BPF simple relocations.
274 The RISCV backends now handles ABI specific CFI and knows about
296 - backends: Add a RISC-V backend.
306 - backends: The bpf disassembler is now always build on all platforms.
309 - backends: Add support for EM_PPC64 GNU_ATTRIBUTES.
321 - backends: Add m68k and BPF backends.
339 - backends: sparc support for core and live backtraces.
[all …]
/external/curl/docs/cmdline-opts/
Dversion.d32 done using either the c-ares or the threaded resolver backends.
59 This curl supports multiple TLS backends.
/external/curl/lib/vtls/
Dvtls.c1234 static char backends[200]; in Curl_multissl_version() local
1241 char *p = backends; in Curl_multissl_version()
1251 p += available_backends[i]->version(p, backends + sizeof(backends) - p); in Curl_multissl_version()
1256 total = p - backends; in Curl_multissl_version()
1260 memcpy(buffer, backends, total + 1); in Curl_multissl_version()
1262 memcpy(buffer, backends, size - 1); in Curl_multissl_version()
/external/elfutils/
DNEWS6 backends: riscv improved core file and return value location support.
25 backends: RISCV handles ADD/SUB relocations. Handle SHT_X86_64_UNWIND.
40 backends: RISCV and M68K now have backend implementations to generate CFI based
59 backends: Handle BPF simple relocations.
60 The RISCV backends now handles ABI specific CFI and knows about
105 backends: Add a RISC-V backend.
121 backends: The bpf disassembler is now always build on all platforms.
125 backends: Add support for EM_PPC64 GNU_ATTRIBUTES.
144 backends: Add m68k and BPF backends.
170 backends: sparc support for core and live backtraces.
[all …]

12345678910>>...12