Uses of Interface
org.flag4j.concurrency.TensorOperation
Packages that use TensorOperation
Package
Description
Utilities, configurations, and management for multithreaded implementations.
-
Uses of TensorOperation in org.flag4j.concurrency
Methods in org.flag4j.concurrency with parameters of type TensorOperationModifier and TypeMethodDescriptionstatic void
ThreadManager.concurrentBlockedOperation
(int totalSize, int blockSize, TensorOperation blockedOperation) Computes a specified blocked tensor operation concurrently by evenly dividing work among available threads (specified byConfigurations.getNumThreads()
).static void
ThreadManager.concurrentOperation
(int totalSize, TensorOperation operation) Computes a specified tensor operation concurrently by evenly dividing work among available threads (specified byConfigurations.getNumThreads()
).