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

<<11121314151617181920>>

  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.4.0-alpha5/
chimpchat-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.4.0-alpha6/
chimpchat-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.4.0-alpha7/
chimpchat-25.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.5.0-alpha-preview-01/
chimpchat-25.5.0-alpha-preview-01.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.5.0-alpha-preview-02/
chimpchat-25.5.0-alpha-preview-02.jar 
  /device/linaro/hikey/gralloc960/
Android.mk 66 # Vsync backend(not used)
  /external/libusb/msvc/
ddk_build.cmd 6 ::# - "USBDK" to build with UsbDk backend
  /external/tensorflow/tensorflow/python/keras/_impl/keras/applications/
mobilenet.py 74 from tensorflow.python.keras._impl.keras import backend as K
383 backend that does not support separable convolutions.
386 if K.backend() != 'tensorflow':
387 raise RuntimeError('Only TensorFlow backend is currently supported, '
nasnet.py 48 from tensorflow.python.keras._impl.keras import backend as K
155 backend that does not support separable convolutions.
157 if K.backend() != 'tensorflow':
158 raise RuntimeError('Only Tensorflow backend is currently supported, '
379 backend that does not support separable convolutions.
448 backend that does not support separable convolutions.
densenet.py 30 from tensorflow.python.keras._impl.keras import backend as K
resnet50.py 32 from tensorflow.python.keras._impl.keras import backend as K
xception.py 27 Also do note that this model is only available for the TensorFlow backend,
42 from tensorflow.python.keras._impl.keras import backend as K
122 backend that does not support separable convolutions.
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_state.c 222 struct svga_vbuf_render *svga_render = svga_vbuf_render(svga->swtnl.backend);
  /external/scapy/scapy/layers/tls/
cert.py 264 backend=default_backend())
319 backend=default_backend())
460 backend=default_backend())
516 backend=default_backend())
    [all...]
  /external/selinux/libselinux/utils/
sefcontext_compile.c 366 rec->backend = SELABEL_CTX_FILE;
  /external/skqp/tests/
ProxyTest.cpp 8 // This is a GPU-backend specific test.
220 if (renderable && kOpenGL_GrBackend == ctxInfo.backend()) {
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
estimator.py 31 from tensorflow.python.keras._impl.keras import backend as K
callbacks_test.py 323 assert (float(keras.backend.get_value(model.optimizer.lr)) - 0.2
324 ) < keras.backend.epsilon()
370 float(keras.backend.get_value(model.optimizer.lr)),
  /system/iot/attestation/partner-tools/
provision-test.py 309 backend=default_backend())
  /external/curl/lib/vtls/
gskit.c 106 #define BACKEND connssl->backend
504 QsoWaitForIOCompletion(BACKEND->iocport, &cstat, (struct timeval *) NULL);
510 QsoDestroyIOCompletionPort(BACKEND->iocport);
511 BACKEND->iocport = -1;
629 FD_SET(BACKEND->remotefd, &fds_write);
630 n = BACKEND->remotefd;
633 FD_SET(BACKEND->remotefd, &fds_read);
634 n = BACKEND->remotefd;
643 if(FD_ISSET(BACKEND->remotefd, &fds_write))
    [all...]
nss.c 89 #define BACKEND connssl->backend
448 if(insert_wrapped_ptr(&BACKEND->obj_list, obj) != CURLE_OK) {
455 BACKEND->obj_clicert = obj;
1030 struct Curl_easy *data = BACKEND->data;
    [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 78 const auto* backend = reinterpret_cast<const GrVkBackendContext*>(backendContext); local
79 return Make(sk_ref_sp(backend), options, context);
327 SK_ABORT("DrawIndirect Buffers not supported in vulkan backend.");
1515 const GrVkImageInfo* backend = tex.getVkImageInfo(); local
    [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp 78 const auto* backend = reinterpret_cast<const GrVkBackendContext*>(backendContext); local
79 return Make(sk_ref_sp(backend), options, context);
327 SK_ABORT("DrawIndirect Buffers not supported in vulkan backend.");
1550 const GrVkImageInfo* backend = tex.getVkImageInfo(); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
type.go 73 // SSA backend types
74 TSSA // internal types used by SSA backend (flags, memory, etc.)
75 TTUPLE // a pair of types, used by SSA backend
508 // Caching is disabled just before starting the backend.
509 // This allows the backend to run concurrently.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
type.go 73 // SSA backend types
74 TSSA // internal types used by SSA backend (flags, memory, etc.)
75 TTUPLE // a pair of types, used by SSA backend
508 // Caching is disabled just before starting the backend.
509 // This allows the backend to run concurrently.
    [all...]

Completed in 724 milliseconds

<<11121314151617181920>>