Home
last modified time | relevance | path

Searched defs:set_stream (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Ddevice_interface.py99 def set_stream(stream: torch.Stream): member in DeviceInterface
198 set_stream = staticmethod(torch.cuda.set_stream) # type: ignore[assignment] variable in CudaInterface
269 set_stream = staticmethod(torch.xpu.set_stream) # type: ignore[assignment] variable in XpuInterface
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_decompress.h64 void set_stream(IByteStream* stream) { stream_ = stream; } in set_stream() function
/aosp_15_r20/external/ComputeLibrary/tests/framework/printers/
H A DPrinter.cpp42 void Printer::set_stream(std::ostream &stream) in set_stream() function in arm_compute::test::framework::Printer
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_stream_sequencer.h162 void set_stream(StreamInterface* stream) { stream_ = stream; } in set_stream() function
/aosp_15_r20/external/openscreen/osp/impl/quic/
H A Dquic_service_common.h47 void set_stream(QuicStream* stream) { stream_ = stream; } in set_stream() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dexecutable_run_options.cc54 ExecutableRunOptions& ExecutableRunOptions::set_stream( in set_stream() function in xla::ExecutableRunOptions
/aosp_15_r20/external/pytorch/test/inductor/extension_backends/triton/
H A Ddevice_interface.py101 def set_stream(stream) -> None: member in DeviceInterface
/aosp_15_r20/external/pytorch/torch/mtia/
H A D__init__.py169 def set_stream(stream: Stream): function
/aosp_15_r20/external/pytorch/torch/xpu/
H A D__init__.py341 def set_stream(stream: Stream): function
/aosp_15_r20/external/pigweed/pw_transfer/public/pw_transfer/internal/
H A Devent.h174 SetStreamEvent set_stream; member
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/mbedtls_dev/
H A Dc_wrapper_generator.py364 def set_stream(self, stream: str) -> None: member in Logging
/aosp_15_r20/external/autotest/client/common_lib/
H A Dlogging_manager.py319 def set_stream(file_object): function
/aosp_15_r20/external/pytorch/torch/cuda/
H A D__init__.py625 def set_stream(stream: Stream): function
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_channel_test.cc847 void set_stream(std::unique_ptr<T> stream) { in set_stream() function in net::__anon059a0eb20111::WebSocketChannelTest
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h121056 int (*set_stream)(struct snd_soc_dai *, void *, int); member
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h127573 int (*set_stream)(struct snd_soc_dai *, void *, int); member