Home
last modified time | relevance | path

Searched refs:getCurrentStream (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/torch/csrc/mtia/
DModule.cpp55 return at::detail::getMTIAHooks().getCurrentStream(device_index); in initModule()
/external/pytorch/aten/src/ATen/detail/
DMTIAHooksInterface.h80 virtual c10::Stream getCurrentStream(DeviceIndex device) const { in getCurrentStream() function
/external/pytorch/test/cpp_extensions/
Dmtia_extension.cpp187 c10::Stream getCurrentStream(c10::DeviceIndex device) const override { in getCurrentStream() function
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DSevenZFile.java1053 int b = getCurrentStream().read(); in read()
1060 private InputStream getCurrentStream() throws IOException { in getCurrentStream() method in SevenZFile
1104 int cnt = getCurrentStream().read(b, off, len); in read()