Home
last modified time | relevance | path

Searched defs:backend (Results 126 – 150 of 957) sorted by relevance

12345678910>>...39

/aosp_15_r20/external/skia/bench/
H A DRecordingBench.cpp26 bool PictureCentricBench::isSuitableFor(Backend backend) { in isSuitableFor()
63 bool DeserializePictureBench::isSuitableFor(Backend backend) { in isSuitableFor()
/aosp_15_r20/external/executorch/extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/
H A DBenchmarkMetric.java20 String backend; field in BenchmarkMetric.BenchmarkModel
23 public BenchmarkModel(final String name, final String backend, final String quantization) { in BenchmarkModel()
/aosp_15_r20/external/cronet/android/java/src/android/net/http/
H A DUrlRequestBuilderWrapper.java27 private final org.chromium.net.ExperimentalUrlRequest.Builder backend; field in UrlRequestBuilderWrapper
31 public UrlRequestBuilderWrapper(org.chromium.net.ExperimentalUrlRequest.Builder backend) { in UrlRequestBuilderWrapper()
H A DUrlRequestCallbackWrapper.java26 private final android.net.http.UrlRequest.Callback backend; field in UrlRequestCallbackWrapper
28 public UrlRequestCallbackWrapper(android.net.http.UrlRequest.Callback backend) { in UrlRequestCallbackWrapper()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DConvolution.cpp796 const ConvBackend backend) { in check_input_same_type_as_parameters()
1367 const ConvBackend backend, in _convolution_nogroup_backend()
1415 const ConvBackend backend) { in determine_backend_memory_format()
1464 const ConvBackend backend) { in _determine_backend_memory_format()
1515 …ConvBackend backend = _select_conv_backend(input, weight, bias, c10::OptionalIntArrayRef(bias_size… in _convolution() local
1941 const ConvBackend backend, in _convolution_backward_nogroup_backend()
2045 …ConvBackend backend = select_conv_backend(input, weight, bias_sizes_opt, /*need_backward=*/ true, … in convolution_backward() local
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DProcessGroup.cpp17 static ProcessGroup::BackendType strToBackendType(std::string_view backend) { in strToBackendType()
106 auto backend = backendTypeToBackend_.at(backendType); in getBackend() local
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/xprocessing/
H A DXTypes.java153 XProcessingEnv.Backend backend = getProcessingEnv(type).getBackend(); in getEnclosingType() local
284 XProcessingEnv.Backend backend = getProcessingEnv(type).getBackend(); in isNullType() local
301 XProcessingEnv.Backend backend = getProcessingEnv(type).getBackend(); in isWildcard() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_flop_counter.py326 backend, argument
447 def get_flops(q, k, v, backend, with_backward=False): argument
536 def get_dense_flops(q, k, v, backend, with_backward=False): argument
/aosp_15_r20/external/android-nn-driver/1.2/
H A DArmnnDriverImpl.cpp160 for (auto& backend : options.GetBackends()) in prepareArmnnModel_1_2() local
424 for (auto& backend : options.GetBackends()) in prepareModelFromCache() local
486 for (auto& backend : options.GetBackends()) in prepareModelFromCache() local
/aosp_15_r20/external/android-nn-driver/1.3/
H A DArmnnDriverImpl.cpp172 for (auto& backend : options.GetBackends()) in prepareArmnnModel_1_3() local
440 for (auto& backend : options.GetBackends()) in prepareModelFromCache_1_3() local
502 for (auto& backend : options.GetBackends()) in prepareModelFromCache_1_3() local
/aosp_15_r20/external/cronet/net/disk_cache/memory/
H A Dmem_entry_impl.cc78 MemEntryImpl::MemEntryImpl(base::WeakPtr<MemBackendImpl> backend, in MemEntryImpl()
92 MemEntryImpl::MemEntryImpl(base::WeakPtr<MemBackendImpl> backend, in MemEntryImpl()
286 MemEntryImpl::MemEntryImpl(base::WeakPtr<MemBackendImpl> backend, in MemEntryImpl()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/
H A Dxrt_util.cc150 Status PopulateOpWorkingSet(xla::Backend* backend, in PopulateOpWorkingSet()
259 XRTMemoryManager::WorkingSet* working_set, xla::Backend* backend, in GetInputTupleAllocations()
379 xla::Backend* backend, int device_ordinal, in ExecuteChained()
H A Dxrt_memory_manager.h143 xla::Backend* const backend = nullptr; member
166 const std::function<xla::StatusOr<T>()>& runfn, xla::Backend* backend, in Run()
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/common/testing/
H A DFakeFileBackendTest.java36 private final FakeFileBackend backend = new FakeFileBackend(); field in FakeFileBackendTest
41 protected Backend backend() { in backend() method in FakeFileBackendTest
/aosp_15_r20/external/pytorch/c10/util/
H A DWaitCounter.cpp50 for (const auto& backend : backends_) { in start() local
69 if (auto backend = factory->create(key)) { in WaitCounterImpl() local
/aosp_15_r20/external/armnn/profiling/client/src/
H A DPeriodicCounterSelectionCommandHandler.cpp210 for (auto backend : changedBackends) in ProcessBackendCounterIds() local
218 for (auto backend : m_BackendCounterMap) in ProcessBackendCounterIds() local
/aosp_15_r20/external/armnn/src/profiling/test/
H A DFileOnlyProfilingDecoratorTests.cpp48 for (auto const& backend : suitableBackends) variable
166 for (auto const& backend : suitableBackends) variable
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/SettingsLib/android_common/kapt/gen/stubs/com/android/settingslib/notification/data/repository/
DZenModeRepositoryImpl.java30 private final com.android.settingslib.notification.modes.ZenModesBackend backend = null; field in ZenModeRepositoryImpl
53com.android.settingslib.notification.modes.ZenModesBackend backend, @org.jetbrains.annotations.Not… in ZenModeRepositoryImpl()
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_minifier.py14 def _test_after_dynamo(self, device, backend, expected_error): argument
75 def _test_after_dynamo_backend_passes(self, device, backend): argument
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrBackendSurfacePriv.h124 GrBackendApi backend, in MakeGrBackendTexture()
144 GrBackendApi backend, in MakeGrBackendRenderTarget()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/net/
DHttpHelperFuncTest.java44 Backend backend = new Backend(backendDelay, backendTimeout, barrier); in testTimeout() local
85 Backend backend = new Backend(backendDelay, backendTimeout, barrier); in testNoTimeout() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/notification/modes/
DZenModeAppsLinkPreferenceController.java74 ZenModesBackend backend, ZenHelperBackend helperBackend) { in ZenModeAppsLinkPreferenceController()
82 ApplicationsState applicationsState, ZenModesBackend backend, in ZenModeAppsLinkPreferenceController()
/aosp_15_r20/external/mesa3d/src/gbm/main/
H A Dbackend.c47 const struct gbm_backend *backend; member
69 const struct gbm_backend *backend, in create_backend_desc()
/aosp_15_r20/external/pytorch/benchmarks/sparse/
H A Dbenchmark_semi_structured_sparsity.py52 def test_linear(m, k, n, dtype, contiguous, backend): argument
99 def test_tensor(m, k, n, dtype, contiguous, backend): argument
/aosp_15_r20/external/harfbuzz_ng/perf/
H A Dbenchmark-shape.cc49 backend_t backend, in BM_Shape()
109 static void test_backend (backend_t backend, in test_backend()

12345678910>>...39