Uses of Interface
org.apache.sysds.runtime.instructions.ooc.OOCStreamable
Packages that use OOCStreamable
Package
Description
-
Uses of OOCStreamable in org.apache.sysds.runtime.controlprogram.caching
Methods in org.apache.sysds.runtime.controlprogram.caching that return OOCStreamableMethods in org.apache.sysds.runtime.controlprogram.caching with parameters of type OOCStreamableModifier and TypeMethodDescriptionvoidCacheableData.setStreamHandle(OOCStreamable<IndexedMatrixValue> q) -
Uses of OOCStreamable in org.apache.sysds.runtime.instructions.ooc
Subinterfaces of OOCStreamable in org.apache.sysds.runtime.instructions.oocClasses in org.apache.sysds.runtime.instructions.ooc that implement OOCStreamableModifier and TypeClassDescriptionclassA wrapper around LocalTaskQueue to consume the source stream and reset to consume again for other operators.classclassMethods in org.apache.sysds.runtime.instructions.ooc with parameters of type OOCStreamableModifier and TypeMethodDescriptionstatic voidTeeOOCInstruction.incrRef(OOCStreamable<IndexedMatrixValue> stream, int incr) Increments the reference counter of a stream by the set amount.static voidOOCWatchdog.registerOpen(String id, String desc, String context, OOCStreamable<?> stream) -
Uses of OOCStreamable in org.apache.sysds.runtime.ooc.stream
Classes in org.apache.sysds.runtime.ooc.stream that implement OOCStreamable