Home
last modified time | relevance | path

Searched defs:backend (Results 176 – 200 of 957) sorted by relevance

12345678910>>...39

/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dlib.rs40 mod backend; module
277 let mut backend = TestBackend::new(); in create_test_backend() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_reshard_variables_op_util.cc100 const xla::Shape& input_host_shape, xla::Backend* backend, in BuildInputBuffers()
227 xla::Backend* backend, se::Stream* stream, int device_ordinal, in UpdateOutputVariables()
/aosp_15_r20/external/pytorch/test/distributed/checkpoint/e2e/
H A Dtest_e2e_save_and_load.py146 def backend(self): member in TestE2ESaveAndLoad
409 def backend(self): member in TestNoCPU
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/backends/
H A DBlobStoreBackendTest.java52 private BlobStoreBackend backend; field in BlobStoreBackendTest
223 BlobStoreBackend backend = new BlobStoreBackend(context); in deleteNonExistentFile_shouldThrow() local
/aosp_15_r20/external/armnn/src/armnn/
H A DBackendHelper.cpp23 LayerSupportHandle GetILayerSupportByBackendId(const armnn::BackendId& backend) in GetILayerSupportByBackendId()
52 const armnn::BackendId& backend) in GetCapability()
70 bool HasCapability(const std::string& name, const armnn::BackendId& backend) in HasCapability()
107 … HasCapability(const BackendOptions::BackendOption& backendOption, const armnn::BackendId& backend) in HasCapability()
120 unsigned int GetNumberOfCacheFiles(const armnn::BackendId& backend) in GetNumberOfCacheFiles()
/aosp_15_r20/packages/modules/Virtualization/libs/framework-virtualization/src/android/system/virtualmachine/
DVirtualMachineCustomImageConfig.java904 private final String backend; field in VirtualMachineCustomImageConfig.GpuConfig
915 String backend, in GpuConfig()
1028 private String backend; field in VirtualMachineCustomImageConfig.GpuConfig.Builder
1042 public Builder setBackend(String backend) { in setBackend()
/aosp_15_r20/external/perfetto/src/tracing/internal/
H A Dtracing_muxer_impl.h459 TracingProducerBackend* backend = nullptr; member
471 TracingConsumerBackend* backend = nullptr; member
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/
H A Dtracing.h276 BackendType backend = kUnspecifiedBackend; member
507 BackendType backend) { in NewTrace()
/aosp_15_r20/external/selinux/libselinux/src/android/
H A Dandroid.c154 unsigned int backend, in initialize_backend()
177 unsigned int backend, in context_handle()
/aosp_15_r20/external/pytorch/test/distributed/_composable/test_composability/
H A Dtest_2d_composability.py342 def backend(self): member in TestFullyShard2DStateDict
601 def backend(self): member in TestNew2dParallelStateDict
/aosp_15_r20/external/skia/bench/
H A DSkGlyphCacheBench.cpp57 bool isSuitableFor(Backend backend) override { in isSuitableFor()
91 bool isSuitableFor(Backend backend) override { in isSuitableFor()
H A DGeometryBench.cpp25 bool isSuitableFor(Backend backend) override { in isSuitableFor()
265 bool isSuitableFor(Backend backend) override { in isSuitableFor()
H A DTessellateBench.cpp97 bool isSuitableFor(Backend backend) final { return backend == Backend::kNonRendering; } in isSuitableFor()
327 bool isSuitableFor(Backend backend) final { return backend == Backend::kNonRendering; } in isSuitableFor()
/aosp_15_r20/external/perfetto/include/perfetto/tracing/
H A Dtracing.h276 BackendType backend = kUnspecifiedBackend; member
531 BackendType backend) { in NewTrace()
/aosp_15_r20/external/harfbuzz_ng/perf/
H A Dbenchmark-font.cc84 bool is_var, backend_t backend, operation_t operation, in BM_Font()
243 static void test_backend (backend_t backend, in test_backend()
/aosp_15_r20/system/security/keystore2/selinux/src/
H A Dlib.rs676 let backend = crate::KeystoreKeyBackend::new()?; in test_label_lookup() localVariable
724 let backend = KeystoreKeyBackend::new()?; localVariable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dxla_client.py318 def execute_with_python_values(executable, arguments, backend): argument
329 def execute_with_python_values_replicated(executable, arguments, backend): argument
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/1.3.61-release-180/
HDkotlin-compiler-1.3.61-release-180.jar ... /backend.jvm.kotlin_module META-INF/backend.kotlin_module META-INF/backend.wasm. ...
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_cache.cc323 std::unique_ptr<disk_cache::Backend> backend; member
443 int HttpCache::GetBackend(disk_cache::Backend** backend, in GetBackend()
461 void HttpCache::ReportGetBackendResult(disk_cache::Backend** backend, in ReportGetBackendResult()
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dentry_impl.cc100 explicit UserBuffer(BackendImpl* backend) : backend_(backend->GetWeakPtr()) { in UserBuffer()
309 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only) in EntryImpl()
691 void EntryImpl::OnEntryCreated(BackendImpl* backend) { in OnEntryCreated()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/kernels/
H A Dxrt_execute_op.cc90 xla::Backend* backend, const std::vector<InputCoords>& input_coords, in GetInputTuples()
268 se::Stream* stream, xla::ExecutionOutput run_result, xla::Backend* backend, in CreateOutputTuple()
/aosp_15_r20/external/skia/tools/flags/
H A DCommonFlagsConfig.cpp41 const char* backend; member
255 const SkString& backend, in SkCommandLineConfig()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_runner.cc488 Backend& HloRunner::backend() { in backend() function in xla::HloRunner
496 const Backend& HloRunner::backend() const { in backend() function in xla::HloRunner
/aosp_15_r20/external/rust/crates/vhost-device-vsock/src/
Dmain.rs223 let backend = Arc::new( in start_backend_server() localVariable
533 let backend = Arc::new(VhostUserVsockBackend::new(config, cid_map).unwrap()); in test_vsock_server() localVariable
/aosp_15_r20/bootable/recovery/minui/
H A Dgraphics.cpp389 std::unique_ptr<MinuiBackend> create_backend(GraphicsBackend backend) { in create_backend()
428 for (GraphicsBackend backend : backends) { in gr_init() local

12345678910>>...39