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

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/utils/
llvm-native-gcc 10 $Backend = 'cbe';
21 if ($ARGV[$i] =~ /-mllvm-backend=([a-z0-9]*)/) {
22 $Backend = $1;
75 $def =~ s/\.bc$/.$Backend/;
108 my ($BCFile, $Backend, $OutputFile) = @_;
111 if ($Backend eq 'cbe') {
118 } elsif ($Backend eq 'llc') {
134 my ($LLVMGCCCommand, $Backend, $OutputFile) = @_;
146 if ($Backend eq 'cbe') {
149 } elsif ($Backend eq 'llc') {
    [all...]
llvm-native-gxx 10 $Backend = 'cbe';
21 if ($ARGV[$i] =~ /-mllvm-backend=([a-z0-9]*)/) {
22 $Backend = $1;
75 $def =~ s/\.bc$/.$Backend/;
108 my ($BCFile, $Backend, $OutputFile) = @_;
111 if ($Backend eq 'cbe') {
118 } elsif ($Backend eq 'llc') {
134 my ($LLVMGCCCommand, $Backend, $OutputFile) = @_;
146 if ($Backend eq 'cbe') {
149 } elsif ($Backend eq 'llc') {
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppStateNotificationBridge.java 58 UserManager userManager, NotificationBackend backend) {
62 mBackend = backend;
  /external/curl/lib/vtls/
vtls.c 25 "backend" function.
33 backend via the global Curl_ssl instance.
137 static int multissl_init(const struct Curl_ssl *backend);
217 /* The pointers to the ssl backend data, which is opaque here, are swapped
219 pbdata = conn->proxy_ssl[sockindex].backend;
225 conn->ssl[sockindex].backend = pbdata;
963 * Check whether the SSL backend supports the status_request extension.
971 * Check whether the SSL backend supports false start.
    [all...]
  /external/skia/src/image/
SkImage_Gpu.cpp 377 static GrBackendTexture make_backend_texture_from_handle(GrBackend backend,
381 switch (backend) {
486 GrBackend backend = ctx->contextPriv().getBackend(); local
487 backendTextures[0] = make_backend_texture_from_handle(backend,
492 backendTextures[1] = make_backend_texture_from_handle(backend,
499 backendTextures[2] = make_backend_texture_from_handle(backend,
741 // Steal the backend texture from the GrTexture, releasing the GrTexture in the process.
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-config/
llvm-config.in.in 37 # Must pretend x86_64 architecture is really x86, otherwise the native backend
199 backend Either a native backend or the C backend.
343 $NAME_MAP{'backend'} = have_native_backend() ? ['native'] : ['cbackend'];
348 # Return true if we have a native backend to use.
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
models_test.py 386 keras.backend.clear_session()
402 input_a = keras.backend.variable(val_a)
427 keras.backend.clear_session()
444 input_a = keras.backend.variable(val_a)
445 input_b = keras.backend.variable(val_b)
  /external/skqp/src/image/
SkImage_Gpu.cpp 373 static GrBackendTexture make_backend_texture_from_handle(GrBackend backend,
377 switch (backend) {
482 GrBackend backend = ctx->contextPriv().getBackend(); local
483 backendTextures[0] = make_backend_texture_from_handle(backend,
488 backendTextures[1] = make_backend_texture_from_handle(backend,
495 backendTextures[2] = make_backend_texture_from_handle(backend,
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy.go 59 // modifies the Response from the backend.
127 // Hop-by-hop headers. These are removed when sent to the backend.
174 // Remove hop-by-hop headers to the backend. Especially
  /prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy.go 59 // modifies the Response from the backend.
127 // Hop-by-hop headers. These are removed when sent to the backend.
174 // Remove hop-by-hop headers to the backend. Especially
  /external/scapy/scapy/layers/tls/crypto/
cipher_aead.py 96 backend=default_backend())
280 backend=default_backend())
  /external/skia/bench/
PatchBench.cpp 339 bool isSuitableFor(Backend backend) override {
340 return backend == kNonRendering_Backend;
  /external/skia/tests/
ClearTest.cpp 210 if (ctxInfo.backend() == kOpenGL_GrBackend) {
275 if (ctxInfo.backend() == kOpenGL_GrBackend) {
ProxyConversionTest.cpp 8 // This is a GPU-backend specific test.
57 if (kOpenGL_GrBackend == ctxInfo.backend()) {
  /external/skia/tools/gpu/
GrTest.cpp 57 GrBackendTexture CreateBackendTexture(GrBackend backend, int width, int height,
60 switch (backend) {
  /external/skqp/bench/
PatchBench.cpp 339 bool isSuitableFor(Backend backend) override {
340 return backend == kNonRendering_Backend;
  /external/skqp/tests/
ClearTest.cpp 210 if (ctxInfo.backend() == kOpenGL_GrBackend) {
275 if (ctxInfo.backend() == kOpenGL_GrBackend) {
ProxyConversionTest.cpp 8 // This is a GPU-backend specific test.
57 if (kOpenGL_GrBackend == ctxInfo.backend()) {
  /external/skqp/tools/gpu/
GrTest.cpp 57 GrBackendTexture CreateBackendTexture(GrBackend backend, int width, int height,
60 switch (backend) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
NotificationPreferenceControllerTest.java 323 private TestPreferenceController(Context context, NotificationBackend backend) {
324 super(context, backend);
  /external/skia/src/gpu/
GrBackendTextureImageGenerator.cpp 93 if (context->contextPriv().getBackend() != fBackendTexture.backend()) {
  /external/skqp/src/gpu/
GrBackendTextureImageGenerator.cpp 93 if (context->contextPriv().getBackend() != fBackendTexture.backend()) {
  /external/tensorflow/tensorflow/compiler/xla/tests/
local_client_test_base.cc 152 local_client_->backend().inter_op_thread_pool());
  /external/tensorflow/tensorflow/python/keras/_impl/keras/applications/
imagenet_utils.py 25 from tensorflow.python.keras._impl.keras import backend as K
  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
gru_test.py 160 x = keras.backend.variable(np.ones((2, 3, 2)))

Completed in 1880 milliseconds

<<11121314151617181920>>