Searched
refs:backend (Results
451 -
475 of
546) sorted by null
<<11121314151617181920>>
/external/skia/tests/ |
ProxyTest.cpp | 8 // This is a GPU-backend specific test. 195 if (kOpenGL_GrBackend != ctxInfo.backend()) {
|
/external/tensorflow/tensorflow/compiler/jit/kernels/ |
xla_launch_op.cc | 295 client->backend().transfer_manager()->HostShapeToDeviceShape(shape);
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/applications/ |
inception_resnet_v2.py | 30 from tensorflow.python.keras._impl.keras import backend as K
|
inception_v3.py | 35 from tensorflow.python.keras._impl.keras import backend as K
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/ |
local.py | 22 from tensorflow.python.keras._impl.keras import backend as K
|
pooling.py | 22 from tensorflow.python.keras._impl.keras import backend as K
|
convolutional_recurrent.py | 24 from tensorflow.python.keras._impl.keras import backend as K
|
core.py | 29 from tensorflow.python.keras._impl.keras import backend as K
|
merge.py | 23 from tensorflow.python.keras._impl.keras import backend as K
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsRelocator.cpp | 95 MipsGNULDBackend& backend = pParent.getTarget(); local 96 PLTEntryBase* pltEntry = backend.getPLT().create(); 101 Fragment* gotpltEntry = backend.getGOTPLT().create(); 104 Relocation* relEntry = backend.getRelPLT().create(); [all...] |
/build/soong/cc/ |
pgo.go | 29 profileUseOtherFlags = []string{"-Wno-backend-plugin"}
|
/external/compiler-rt/make/platform/ |
clang_macho_embedded.mk | 2 # version of the OS. The issue is that the backend may use functions which were
|
/external/llvm/bindings/ocaml/target/ |
llvm_target.mli | 170 (** Returns [true] if the target has an ASM backend (required for
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/ |
models.py | 29 from tensorflow.python.keras._impl.keras import backend as K 129 f.attrs['backend'] = K.backend().encode('utf8') [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
float_test.go | 256 // by the SSA backend rather than the frontend.
|
go.go | 248 Use387 bool // should 386 backend use 387 FP instructions instead of sse2.
|
gsubr.go | 54 // worker indicates which of the backend workers will use the Progs.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
float_test.go | 256 // by the SSA backend rather than the frontend.
|
go.go | 248 Use387 bool // should 386 backend use 387 FP instructions instead of sse2.
|
gsubr.go | 54 // worker indicates which of the backend workers will use the Progs.
|
/external/curl/lib/vtls/ |
cyassl.c | 129 #define BACKEND connssl->backend 226 if(BACKEND->ctx) 227 SSL_CTX_free(BACKEND->ctx); 228 BACKEND->ctx = SSL_CTX_new(req_method); 230 if(!BACKEND->ctx) { 246 if((wolfSSL_CTX_SetMinVersion(BACKEND->ctx, WOLFSSL_TLSV1) != 1) && 247 (wolfSSL_CTX_SetMinVersion(BACKEND->ctx, WOLFSSL_TLSV1_1) != 1) && 248 (wolfSSL_CTX_SetMinVersion(BACKEND->ctx, WOLFSSL_TLSV1_2) != 1)) { 258 if(!SSL_CTX_set_cipher_list(BACKEND->ctx, ciphers)) [all...] |
polarssl.c | 83 #define BACKEND connssl->backend 212 ssl_set_min_version(&BACKEND->ssl, SSL_MAJOR_VERSION_3, ssl_min_ver); 213 ssl_set_max_version(&BACKEND->ssl, SSL_MAJOR_VERSION_3, ssl_max_ver); 241 if((ret = ctr_drbg_init(&BACKEND->ctr_drbg, entropy_func_mutex, &entropy, 248 entropy_init(&BACKEND->entropy); 250 if((ret = ctr_drbg_init(&BACKEND->ctr_drbg, entropy_func, &BACKEND->entropy, 259 memset(&BACKEND->cacert, 0, sizeof(x509_crt)); 262 ret = x509_crt_parse_file(&BACKEND->cacert [all...] |
/external/scapy/scapy/modules/krack/ |
crypto.py | 20 cipher = Cipher(algorithm, mode=None, backend=default_backend())
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
dynamic_ops_test.cc | 441 // TODO(b/71820067): The CPU parallel backend failed for this on 2018-01-10. 458 // TODO(b/34128753) Expected values may vary depending on backend when 503 // TODO(b/71820067): The CPU parallel backend failed for this on 2018-01-10. 511 // TODO(b/71820067): The CPU parallel backend failed for this on 2018-01-10. 519 // TODO(b/71820067): The CPU parallel backend failed for this on 2018-01-10. 692 auto buffer = client->backend()
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/engine/ |
training_eager.py | 25 from tensorflow.python.keras._impl.keras import backend as K
|
Completed in 855 milliseconds
<<11121314151617181920>>