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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_runner.h 23 #include "tensorflow/compiler/xla/service/backend.h"
37 // certain backend directly without using the client interface. HloModule can be
78 // If backend is not created in the constructor, creates and returns the
79 // default backend. If creation fails, crashes the program.
81 // This creates the backend lazily so it's possible to instantiate an
83 Backend& backend();
95 std::unique_ptr<Backend> backend_;
hlo_execution_profile_test.cc 88 backend().default_stream_executor()->GetDeviceDescription());
  /external/tensorflow/tensorflow/compiler/xla/tests/
hlo_test_base.cc 138 TF_RETURN_IF_ERROR(VerifyHloModule(*reference_runner_.backend().platform(),
153 VerifyHloModule(*test_runner_.backend().platform(), module.get()));
270 Backend& HloTestBase::backend() { return test_runner_.backend(); } function in class:xla::HloTestBase
  /external/tensorflow/tensorflow/python/keras/_impl/keras/datasets/
cifar10.py 25 from tensorflow.python.keras._impl.keras import backend as K
  /external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
conv_utils.py 25 from tensorflow.python.keras._impl.keras import backend as K
  /packages/apps/Settings/src/com/android/settings/notification/
RecentNotifyingAppsPreferenceController.java 95 public RecentNotifyingAppsPreferenceController(Context context, NotificationBackend backend,
97 this(context, backend, app == null ? null : ApplicationsState.getInstance(app), host);
101 RecentNotifyingAppsPreferenceController(Context context, NotificationBackend backend,
109 mNotificationBackend = backend;
  /packages/apps/Settings/src/com/android/settings/nfc/
NfcPaymentPreference.java 53 public NfcPaymentPreference(Context context, PaymentBackend backend) {
55 mPaymentBackend = backend;
57 backend.registerCallback(this);
  /external/skia/src/gpu/gl/
GrGLUtil.cpp 390 void GrGLGetANGLEInfoFromString(const char* rendererString, GrGLANGLEBackend* backend,
392 *backend = GrGLANGLEBackend::kUnknown;
433 *backend = GrGLANGLEBackend::kD3D11;
435 *backend = GrGLANGLEBackend::kD3D9;
437 *backend = GrGLANGLEBackend::kOpenGL;
  /external/skqp/src/gpu/gl/
GrGLUtil.cpp 390 void GrGLGetANGLEInfoFromString(const char* rendererString, GrGLANGLEBackend* backend,
392 *backend = GrGLANGLEBackend::kUnknown;
433 *backend = GrGLANGLEBackend::kD3D11;
435 *backend = GrGLANGLEBackend::kD3D9;
437 *backend = GrGLANGLEBackend::kOpenGL;
  /external/syslinux/gpxe/src/drivers/block/
srp.c 443 container_of ( scsi->backend, struct srp_device, refcnt );
497 scsi->backend = ref_get ( &srp->refcnt );
515 container_of ( scsi->backend, struct srp_device, refcnt );
521 ref_put ( scsi->backend );
522 scsi->backend = NULL;
  /toolchain/binutils/binutils-2.27/bfd/
ecoff.c 97 /* This is a hook called by coff_real_object_p to create any backend
188 below. This could be an ECOFF backend routine, with one version
431 const struct ecoff_backend_data * const backend = ecoff_backend (abfd);
438 backend->debug_swap.sym_magic)
452 external_hdr_size = backend->debug_swap.external_hdr_size;
468 (*backend->debug_swap.swap_hdr_in) (abfd, raw, internal_symhdr);
470 if (internal_symhdr->magic != backend->debug_swap.sym_magic)
491 point in the backend structure. */
498 const struct ecoff_backend_data * const backend = ecoff_backend (abfd);
530 + backend->debug_swap.external_hdr_size)
429 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local
496 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local
851 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local
1587 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local
2355 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local
3277 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local
3565 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local
4284 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
wrappers_test.py 280 f_merged = keras.backend.function([inputs], _to_list(layer(inputs)))
281 f_forward = keras.backend.function([inputs],
283 f_backward = keras.backend.function(
285 [keras.backend.reverse(layer.backward_layer.call(inputs), 1)])
297 f_merged = keras.backend.function([inputs], layer(inputs))
298 f_forward = keras.backend.function([inputs],
300 f_backward = keras.backend.function([inputs],
  /external/skia/bench/
PathBench.cpp 300 bool isSuitableFor(Backend backend) override {
301 return backend == kNonRendering_Backend;
837 bool isSuitableFor(Backend backend) override {
838 return backend == kNonRendering_Backend;
902 bool isSuitableFor(Backend backend) override {
903 return backend == kNonRendering_Backend;
991 bool isSuitableFor(Backend backend) override
    [all...]
  /external/skqp/bench/
PathBench.cpp 300 bool isSuitableFor(Backend backend) override {
301 return backend == kNonRendering_Backend;
837 bool isSuitableFor(Backend backend) override {
838 return backend == kNonRendering_Backend;
902 bool isSuitableFor(Backend backend) override {
903 return backend == kNonRendering_Backend;
991 bool isSuitableFor(Backend backend) override
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
ecoff.c     [all...]
  /external/skia/tools/skqp/jni/
org_skia_skqp_SkQPRunner.cpp 190 gm_runner::SkiaBackend backend; local
194 backend = gBackends[backendIndex];
200 std::tie(result, error) = gm_runner::EvaluateGM(backend, gm, &gAssetManager,
  /external/skqp/tools/skqp/jni/
org_skia_skqp_SkQPRunner.cpp 190 gm_runner::SkiaBackend backend; local
194 backend = gBackends[backendIndex];
200 std::tie(result, error) = gm_runner::EvaluateGM(backend, gm, &gAssetManager,
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /external/skia/tools/flags/
SkCommonFlagsConfig.cpp 35 const char* backend; member in struct:__anon34354
111 helpString.append(" or use extended form 'backend[option=value,...]'.\n");
116 "Extended form: 'backend(option=value,...)'\n\n"
122 "\t Select graphics API to use with gpu backend.\n"
128 "\t\tangle_d3d9_es2\t\t\tUse OpenGL ES2 on the ANGLE Direct3D9 backend.\n"
129 "\t\tangle_d3d11_es2\t\t\tUse OpenGL ES2 on the ANGLE Direct3D11 backend.\n"
130 "\t\tangle_d3d11_es3\t\t\tUse OpenGL ES3 on the ANGLE Direct3D11 backend.\n"
131 "\t\tangle_gl_es2\t\t\tUse OpenGL ES2 on the ANGLE OpenGL backend.\n"
132 "\t\tangle_gl_es3\t\t\tUse OpenGL ES3 on the ANGLE OpenGL backend.\n"
182 SkCommandLineConfig::SkCommandLineConfig(const SkString& tag, const SkString& backend,
    [all...]
  /external/skqp/src/gpu/
GrContext.cpp 69 GrDirectContext(GrBackend backend) : INHERITED(backend) { }
87 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext) {
89 return Create(backend, backendContext, defaultOptions);
92 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext,
95 sk_sp<GrContext> context(new GrDirectContext(backend));
97 context->fGpu = GrGpu::Make(backend, backendContext, options, context.get());
217 GrContext::GrContext(GrBackend backend)
219 , fBackend(backend) {
366 // Release all resources in the backend 3D API
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tools/
dumped_computation_to_text.cc 73 fprintf(stdout, "HLO compiled for %s backend:\n%s\n",
74 local_service->backend().platform()->Name().c_str(),
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
__init__.py 23 from tensorflow.python.keras._impl.keras import backend
activations.py 23 from tensorflow.python.keras._impl.keras import backend as K
regularizers.py 23 from tensorflow.python.keras._impl.keras import backend as K

Completed in 701 milliseconds

<<11121314151617181920>>