Home
last modified time | relevance | path

Searched defs:backend (Results 201 – 225 of 606) sorted by relevance

12345678910>>...25

/external/pytorch/test/inductor/
Dtest_triton_kernels.py240 def test_triton_kernel_with_views(self, dynamic, backend): argument
324 def test_triton_kernel_with_grad_option(self, grad_fn, backend): argument
339 def test_triton_kernel_inner_triton_function(self, backend): argument
699 def test_triton_kernel_autotune(self, grad, dynamic, backend, grid_type): argument
734 def test_triton_kernel_autotune_with_unsupported_args(self, backend): argument
756 def test_triton_kernel_2d_autotune(self, grad, dynamic, backend, grid_type): argument
860 def test_triton_kernel_native(self, grad, dynamic, backend): argument
1117 def test_triton_kernel_unbacked_shape_tensor(self, backend): argument
1366 def test_triton_kernel_triton_dtype(self, dynamic, backend): argument
1409 def test_triton_kernel_special_kwargs_with_autotune(self, backend): argument
[all …]
/external/selinux/libselinux/utils/
Dselabel_lookup.c36 unsigned int backend = SELABEL_CTX_FILE; in main() local
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/tools/
Dquic_simple_server_stream.h103 QuicSimpleServerBackend* backend) { in set_quic_simple_server_backend_for_test()
/external/pigweed/pw_crypto/
Dsha256_mock.cc20 namespace pw::crypto::sha256::backend { namespace
/external/skia/bench/
DCubicMapBench.cpp17 bool isSuitableFor(Backend backend) override { in isSuitableFor()
DWebpBlendBench.cpp24 bool isSuitableFor(Backend backend) override { in isSuitableFor()
DCodecBench.cpp36 bool CodecBench::isSuitableFor(Backend backend) { in isSuitableFor()
DAndroidCodecBench.cpp27 bool AndroidCodecBench::isSuitableFor(Backend backend) { in isSuitableFor()
DStreamBench.cpp19 bool isSuitableFor(Backend backend) override { in isSuitableFor()
DCanvasSaveRestoreBench.cpp19 bool isSuitableFor(Backend backend) override { return backend == Backend::kRaster; } in isSuitableFor()
DBitmapRegionDecoderBench.cpp36 bool BitmapRegionDecoderBench::isSuitableFor(Backend backend) { in isSuitableFor()
DFindCubicConvex180ChopsBench.cpp19 bool isSuitableFor(Backend backend) final { return backend == Backend::kNonRendering; } in isSuitableFor()
/external/pigweed/pw_tls_client_boringssl/
Dtls_client_boringssl.cc19 namespace backend { namespace
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/tools/
Dquic_simple_server_stream.h103 QuicSimpleServerBackend* backend) { in set_quic_simple_server_backend_for_test()
/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dconnection.rs668 let mut backend = Endpoint::<VhostUserMsgHeader<FrontendReq>>::from_stream(sock); in send_data() localVariable
694 let mut backend = Endpoint::<VhostUserMsgHeader<FrontendReq>>::from_stream(sock); in send_fd() localVariable
845 let mut backend = Endpoint::<VhostUserMsgHeader<FrontendReq>>::from_stream(sock); in send_recv() localVariable
880 let mut backend = Endpoint::<VhostUserMsgHeader<FrontendReq>>::from_stream(sock); in partial_message() localVariable
893 let mut backend = Endpoint::<VhostUserMsgHeader<FrontendReq>>::from_stream(sock); in disconnected() localVariable
/external/skia/include/gpu/graphite/
DBackendTexture.h34 BackendApi backend() const { return fInfo.backend(); } in backend() function
/external/armnn/python/pyarmnn/test/
Dtest_profiling_utilities.py62 def test_profiler_workloads(mock_profiler, exec_times, unit, backend, workload): argument
/external/skia/tools/gpu/mock/
DMockTestContext.cpp22 GrBackendApi backend() override { return GrBackendApi::kMock; } in backend() function in __anon7e48a4d20111::MockTestContext
/external/crosvm/devices/src/virtio/video/
Dmod.rs133 backend: VideoBackendType, field
235 let backend = self.backend; in activate() localVariable
334 let backend = match backend { in create_decoder_device() localVariable
/external/skia/src/gpu/ganesh/
DGrSurfaceCharacterization.cpp26 auto backend = fBackendFormat.backend(); in validate() local
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/backends/
DAssetFileBackendTest.java43 AssetFileBackend backend = AssetFileBackend.builder(context).build(); in setUp() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.cc293 Backend* backend, std::vector<std::vector<se::StreamExecutor*>> executors, in BuildExecutables()
339 Backend* backend, std::vector<std::vector<se::StreamExecutor*>> executors, in BuildAotResults()
376 Backend* backend, absl::Span<const DeviceHandle> device_handles, in ExecuteParallelAndRegisterResult()
502 Backend* backend, const DeviceHandle& device_handle, in ExecuteAndRegisterResult()
806 std::unique_ptr<HloModuleConfig> module_config, Backend* backend, in BuildExecutable()
1227 const Backend& backend, const DeviceHandle& device_handle) const { in Replicas() argument
/external/cronet/stable/net/disk_cache/simple/
Dsimple_entry_impl.cc53 OpenEntryIndexEnum ComputeIndexState(SimpleBackendImpl* backend, in ComputeIndexState()
73 const base::WeakPtr<SimpleBackendImpl>& backend, in InvokeCallbackIfBackendIsAlive()
83 const base::WeakPtr<SimpleBackendImpl>& backend, in InvokeEntryResultCallbackIfBackendIsAlive()
136 SimpleBackendImpl* backend, in SimpleEntryImpl()
804 if (SimpleBackendImpl* backend = backend_.get()) { in OpenEntryInternal() local
911 if (SimpleBackendImpl* backend = backend_.get()) { in OpenOrCreateEntryInternal() local
/external/cronet/tot/net/disk_cache/simple/
Dsimple_entry_impl.cc53 OpenEntryIndexEnum ComputeIndexState(SimpleBackendImpl* backend, in ComputeIndexState()
73 const base::WeakPtr<SimpleBackendImpl>& backend, in InvokeCallbackIfBackendIsAlive()
83 const base::WeakPtr<SimpleBackendImpl>& backend, in InvokeEntryResultCallbackIfBackendIsAlive()
136 SimpleBackendImpl* backend, in SimpleEntryImpl()
804 if (SimpleBackendImpl* backend = backend_.get()) { in OpenEntryInternal() local
911 if (SimpleBackendImpl* backend = backend_.get()) { in OpenOrCreateEntryInternal() local
/external/skia/tools/gpu/vk/
DVkTestContext.h23 GrBackendApi backend() override { return GrBackendApi::kVulkan; } in backend() function

12345678910>>...25