HomeSort by relevance Sort by last modified time
    Searched refs:backend (Results 476 - 500 of 546) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
wrappers.py 25 from tensorflow.python.keras._impl.keras import backend as K
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
link.go 307 // Deprecated: better use RestArgs directly or define backend-specific getters.
570 InParallel bool // parallel backend phase in effect
objfile.go 725 // Protect against concurrent access if multiple backend workers
813 // Protect against concurrent access if multiple backend workers
847 ft.ctxt.Diag("internal error: DwarfFixupTable.Finalize call during parallel backend")
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
link.go 307 // Deprecated: better use RestArgs directly or define backend-specific getters.
570 InParallel bool // parallel backend phase in effect
objfile.go 725 // Protect against concurrent access if multiple backend workers
813 // Protect against concurrent access if multiple backend workers
847 ft.ctxt.Diag("internal error: DwarfFixupTable.Finalize call during parallel backend")
  /external/compiler-rt/make/platform/
clang_darwin.mk 2 # version of the OS. The issue is that the backend may use functions which were
  /external/curl/lib/vtls/
gtls.c 118 #define BACKEND connssl->backend
289 gnutls_session_t session = BACKEND->session;
539 rc = gnutls_certificate_allocate_credentials(&BACKEND->cred);
550 &BACKEND->srp_client_cred);
557 rc = gnutls_srp_set_client_credentials(BACKEND->srp_client_cred,
570 gnutls_certificate_set_verify_flags(BACKEND->cred,
573 rc = gnutls_certificate_set_x509_trust_file(BACKEND->cred,
590 rc = gnutls_certificate_set_x509_trust_dir(BACKEND->cred,
609 gnutls_certificate_set_x509_system_trust(BACKEND->cred)
    [all...]
mbedtls.c 77 #define BACKEND connssl->backend
232 mbedtls_ssl_conf_min_version(&BACKEND->config, MBEDTLS_SSL_MAJOR_VERSION_3,
234 mbedtls_ssl_conf_max_version(&BACKEND->config, MBEDTLS_SSL_MAJOR_VERSION_3,
266 mbedtls_ctr_drbg_init(&BACKEND->ctr_drbg);
268 ret = mbedtls_ctr_drbg_seed(&BACKEND->ctr_drbg, entropy_func_mutex,
278 mbedtls_entropy_init(&BACKEND->entropy);
279 mbedtls_ctr_drbg_init(&BACKEND->ctr_drbg);
281 ret = mbedtls_ctr_drbg_seed(&BACKEND->ctr_drbg, mbedtls_entropy_func,
282 &BACKEND->entropy, NULL, 0)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
387.go 18 // The SSA compiler pretends that it has an SSE backend.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
387.go 18 // The SSA compiler pretends that it has an SSE backend.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
pgen.go 27 nBackendWorkers int // number of concurrent backend workers, set by a compiler flag
234 // compileSSA builds an SSA backend function,
237 // worker indicates which of the backend workers is doing the processing.
universe.go 413 // backend-dependent builtin types (e.g. int).
dcl.go 1054 // since this function gets called concurrently from the backend.
1055 // There are no other concurrent package lookups in the backend,
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
pgen.go 27 nBackendWorkers int // number of concurrent backend workers, set by a compiler flag
234 // compileSSA builds an SSA backend function,
237 // worker indicates which of the backend workers is doing the processing.
universe.go 413 // backend-dependent builtin types (e.g. int).
dcl.go 1054 // since this function gets called concurrently from the backend.
1055 // There are no other concurrent package lookups in the backend,
  /external/fio/
init.c 2307 int backend = 0; local
    [all...]
Makefile 46 server.c client.c iolog.c backend.c libfio.c flow.c cconv.c \
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment_test.cc 89 backend().compiler()->BufferSizeBytesFunction(),
98 backend().compiler()->BufferSizeBytesFunction(),
    [all...]
  /hardware/qcom/audio/hal/msm8916/
platform.c     [all...]
  /external/curl/lib/
url.c     [all...]
urldata.h 186 /* SSL backend-specific data; declared differently by each SSL backend */
198 struct ssl_backend_data *backend; member in struct:ssl_connect_data
    [all...]
  /external/libevent/test/
regress.c 2499 const char *backend; local
    [all...]
  /external/scapy/scapy/modules/krack/
automaton.py 160 backend=default_backend(),
  /hardware/qcom/audio/hal/msm8960/
platform.c     [all...]

Completed in 989 milliseconds

<<11121314151617181920>>