Home
last modified time | relevance | path

Searched refs:CreateBackend (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DDynamicBackend.cpp75 return CreateBackend(); in GetBackend()
88 return CreateBackend(); in GetFactoryFunction()
116 IBackendInternalUniquePtr DynamicBackend::CreateBackend() in CreateBackend() function in armnn::DynamicBackend
/aosp_15_r20/external/cronet/net/tools/quic/
H A Dquic_simple_server_backend_factory.cc12 QuicSimpleServerBackendFactory::CreateBackend() { in CreateBackend() function in net::QuicSimpleServerBackendFactory
14 return backend_factory.CreateBackend(); in CreateBackend()
H A Dquic_simple_server_backend_factory.h17 std::unique_ptr<quic::QuicSimpleServerBackend> CreateBackend() override;
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_toy_server.h37 virtual std::unique_ptr<QuicSimpleServerBackend> CreateBackend() = 0;
44 std::unique_ptr<quic::QuicSimpleServerBackend> CreateBackend() override;
H A Dquic_toy_server.cc68 QuicToyServer::MemoryCacheBackendFactory::CreateBackend() { in CreateBackend() function in quic::QuicToyServer::MemoryCacheBackendFactory
143 auto backend = backend_factory_->CreateBackend(); in Start()
/aosp_15_r20/external/cronet/net/http/
H A Dmock_http_cache.h283 disk_cache::BackendResult CreateBackend(
363 disk_cache::BackendResult CreateBackend(
374 disk_cache::BackendResult CreateBackend(
H A Dhttp_cache.h75 virtual disk_cache::BackendResult CreateBackend(
106 disk_cache::BackendResult CreateBackend(
504 int CreateBackend(CompletionOnceCallback callback);
H A Dhttp_cache.cc100 disk_cache::BackendResult HttpCache::DefaultBackend::CreateBackend( in CreateBackend() function in net::HttpCache::DefaultBackend
453 CreateBackend(base::BindOnce(&HttpCache::ReportGetBackendResult, in GetBackend()
538 CreateBackend(CompletionOnceCallback()); in CreateTransaction()
706 int HttpCache::CreateBackend(CompletionOnceCallback callback) { in CreateBackend() function in net::HttpCache
733 disk_cache::BackendResult result = backend_factory_->CreateBackend( in CreateBackend()
H A Dmock_http_cache.cc700 disk_cache::BackendResult MockBackendFactory::CreateBackend( in CreateBackend() function in net::MockBackendFactory
864 disk_cache::BackendResult MockBackendNoCbFactory::CreateBackend( in CreateBackend() function in net::MockBackendNoCbFactory
875 disk_cache::BackendResult MockBlockingBackendFactory::CreateBackend( in CreateBackend() function in net::MockBlockingBackendFactory
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbackend.cc81 /* static */ StatusOr<std::unique_ptr<Backend>> Backend::CreateBackend( in CreateBackend() function in xla::Backend
104 return CreateBackend(backend_options); in CreateDefaultBackend()
H A Dbackend.h77 static StatusOr<std::unique_ptr<Backend>> CreateBackend(
H A Dlocal_service.cc60 Backend::CreateBackend(backend_options)); in NewService()
H A Dhlo_runner.cc42 backend_ = Backend::CreateBackend(backend_options).value(); in HloRunner()
H A Dservice.cc155 TF_ASSIGN_OR_RETURN(execute_backend, Backend::CreateBackend(backend_options)); in NewService()
/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache_test_base.cc108 CreateBackend(disk_cache::kNoRandom); in SimulateCrash()
380 CreateBackend(disk_cache::kNoRandom); in InitDiskCache()
383 void DiskCacheTestWithCache::CreateBackend(uint32_t flags) { in CreateBackend() function in DiskCacheTestWithCache
H A Ddisk_cache_fuzzer.cc192 void CreateBackend(
452 CreateBackend(commands.cache_backend(), mask, type, in RunCommands()
1141 void DiskCacheLPMFuzzer::CreateBackend( in CreateBackend() function in DiskCacheLPMFuzzer
H A Ddisk_cache_test_base.h84 void CreateBackend(uint32_t flags);
H A Dbackend_unittest.cc584 TEST_F(DiskCacheTest, CreateBackend) { in TEST_F() argument
592 cache = disk_cache::MemBackendImpl::CreateBackend(0, nullptr); in TEST_F()
912 CreateBackend(flags); in BackendShutdownWithPendingFileIO()
975 CreateBackend(disk_cache::kNoBuffering); in TEST_F()
1004 CreateBackend(flags); in BackendShutdownWithPendingIO()
1044 CreateBackend(flags); in BackendShutdownWithPendingCreate()
1078 CreateBackend(flags); in BackendShutdownWithPendingDoom()
4713 CreateBackend(disk_cache::kNone); in BackendOpenOrCreateEntry()
4854 CreateBackend(disk_cache::kNone); in TEST_F()
5194 CreateBackend(disk_cache::kNone); in TEST_F()
H A Ddisk_cache.cc330 disk_cache::MemBackendImpl::CreateBackend(max_bytes, net_log); in CreateCacheBackendImpl()
/aosp_15_r20/external/armnn/include/armnn/backends/
H A DDynamicBackend.hpp38 IBackendInternalUniquePtr CreateBackend();
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dtpu_node_context.cc75 xla::Backend::CreateBackend( in backend()
/aosp_15_r20/external/cronet/net/disk_cache/memory/
H A Dmem_backend_impl.h53 static std::unique_ptr<MemBackendImpl> CreateBackend(int64_t max_bytes,
H A Dmem_backend_impl.cc63 std::unique_ptr<MemBackendImpl> MemBackendImpl::CreateBackend( in CreateBackend() function in disk_cache::MemBackendImpl
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dllvm_compiler_test.cc84 Backend::CreateBackend(backend_options); in SetUp()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
H A Dmlir_gpu_test_base.cc38 backend_ = xla::Backend::CreateBackend(options).value(); in MlirGpuTestBase()

12