/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | device_interface.py | 99 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 D | cow_decompress.h | 64 void set_stream(IByteStream* stream) { stream_ = stream; } in set_stream() function
|
/aosp_15_r20/external/ComputeLibrary/tests/framework/printers/ |
H A D | Printer.cpp | 42 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 D | quic_stream_sequencer.h | 162 void set_stream(StreamInterface* stream) { stream_ = stream; } in set_stream() function
|
/aosp_15_r20/external/openscreen/osp/impl/quic/ |
H A D | quic_service_common.h | 47 void set_stream(QuicStream* stream) { stream_ = stream; } in set_stream() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | executable_run_options.cc | 54 ExecutableRunOptions& ExecutableRunOptions::set_stream( in set_stream() function in xla::ExecutableRunOptions
|
/aosp_15_r20/external/pytorch/test/inductor/extension_backends/triton/ |
H A D | device_interface.py | 101 def set_stream(stream) -> None: member in DeviceInterface
|
/aosp_15_r20/external/pytorch/torch/mtia/ |
H A D | __init__.py | 169 def set_stream(stream: Stream): function
|
/aosp_15_r20/external/pytorch/torch/xpu/ |
H A D | __init__.py | 341 def set_stream(stream: Stream): function
|
/aosp_15_r20/external/pigweed/pw_transfer/public/pw_transfer/internal/ |
H A D | event.h | 174 SetStreamEvent set_stream; member
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
H A D | c_wrapper_generator.py | 364 def set_stream(self, stream: str) -> None: member in Logging
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | logging_manager.py | 319 def set_stream(file_object): function
|
/aosp_15_r20/external/pytorch/torch/cuda/ |
H A D | __init__.py | 625 def set_stream(stream: Stream): function
|
/aosp_15_r20/external/cronet/net/websockets/ |
H A D | websocket_channel_test.cc | 847 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 D | vmlinux.h | 121056 int (*set_stream)(struct snd_soc_dai *, void *, int); member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 127573 int (*set_stream)(struct snd_soc_dai *, void *, int); member
|