Uses of Interface
org.episteme.core.technical.backend.ExecutionContext
Packages that use ExecutionContext
Package
Description
Distributed computing infrastructure for Episteme.
Core functionality for the org.episteme.core.media package in the Episteme library.
Provides a Service Provider Interface (SPI) for implementing
Provides the default CPU backend using pure Java.
-
Uses of ExecutionContext in org.episteme.client.client.mathematics.linearalgebra.backends
Methods in org.episteme.client.client.mathematics.linearalgebra.backends that return ExecutionContext -
Uses of ExecutionContext in org.episteme.core.distributed
Classes in org.episteme.core.distributed that implement ExecutionContextModifier and TypeClassDescriptionclassExecution context adapter that bridgesDistributedContextwith theExecutionContextinterface. -
Uses of ExecutionContext in org.episteme.core.io.backends
Methods in org.episteme.core.io.backends that return ExecutionContext -
Uses of ExecutionContext in org.episteme.core.mathematics.linearalgebra.backends
Methods in org.episteme.core.mathematics.linearalgebra.backends that return ExecutionContextModifier and TypeMethodDescriptionColtBackend.createContext()CommonsMathBackend.createContext()EJMLBackend.createContext()EpistemeLinearAlgebraBackend.createContext()JBlasBackend.createContext() -
Uses of ExecutionContext in org.episteme.core.mathematics.linearalgebra.providers
Methods in org.episteme.core.mathematics.linearalgebra.providers that return ExecutionContextModifier and TypeMethodDescriptionCPUDenseLinearAlgebraProvider.createContext()CPUSparseLinearAlgebraProvider.createContext() -
Uses of ExecutionContext in org.episteme.core.mathematics.linearalgebra.tensors.backends
Methods in org.episteme.core.mathematics.linearalgebra.tensors.backends that return ExecutionContextModifier and TypeMethodDescriptionCPUDenseTensorBackend.createContext()CPUSparseTensorBackend.createContext() -
Uses of ExecutionContext in org.episteme.core.mathematics.ml.backends
Methods in org.episteme.core.mathematics.ml.backends that return ExecutionContext -
Uses of ExecutionContext in org.episteme.core.media
Methods in org.episteme.core.media that return ExecutionContextModifier and TypeMethodDescriptiondefault ExecutionContextAudioBackend.createContext()default ExecutionContextVideoBackend.createContext()default ExecutionContextVisionBackend.createContext() -
Uses of ExecutionContext in org.episteme.core.media.audio.backends
Methods in org.episteme.core.media.audio.backends that return ExecutionContextModifier and TypeMethodDescriptionJavaSoundAudioBackend.createContext()MulticoreAudioBackend.createContext() -
Uses of ExecutionContext in org.episteme.core.media.backends
Methods in org.episteme.core.media.backends that return ExecutionContextModifier and TypeMethodDescriptionJavaCVMediaBackend.createContext()VLCJMediaBackend.createContext() -
Uses of ExecutionContext in org.episteme.core.media.vision.backends
Methods in org.episteme.core.media.vision.backends that return ExecutionContext -
Uses of ExecutionContext in org.episteme.core.technical.backend
Methods in org.episteme.core.technical.backend that return ExecutionContextModifier and TypeMethodDescriptionComputeBackend.createContext()Creates an execution context for running operations.Methods in org.episteme.core.technical.backend with parameters of type ExecutionContextModifier and TypeMethodDescriptionOperation.compute(ExecutionContext context) Computes the result using the given execution context. -
Uses of ExecutionContext in org.episteme.core.technical.backend.cpu
Classes in org.episteme.core.technical.backend.cpu that implement ExecutionContextModifier and TypeClassDescriptionclassCPU execution context for running operations.Methods in org.episteme.core.technical.backend.cpu that return ExecutionContext -
Uses of ExecutionContext in org.episteme.core.technical.backend.distributed
Methods in org.episteme.core.technical.backend.distributed that return ExecutionContextModifier and TypeMethodDescriptiondefault ExecutionContextDistributedBackend.createContext()Default implementation ofComputeBackend.createContext(). -
Uses of ExecutionContext in org.episteme.nativ.io.backends
Methods in org.episteme.nativ.io.backends that return ExecutionContext -
Uses of ExecutionContext in org.episteme.nativ.mathematics.analysis.fft.backends
Methods in org.episteme.nativ.mathematics.analysis.fft.backends that return ExecutionContextModifier and TypeMethodDescriptionNativeFFTBackend.createContext()NativeOpenCLFFTBackend.createContext() -
Uses of ExecutionContext in org.episteme.nativ.mathematics.linearalgebra.backends
Methods in org.episteme.nativ.mathematics.linearalgebra.backends that return ExecutionContextModifier and TypeMethodDescriptionAbstractNativeCPULinearAlgebraBackend.createContext()AbstractNativeFFMBLASBackend.createContext()AbstractNativeSIMDLinearAlgebraBackend.createContext()NativeCUDADenseLinearAlgebraDoubleBackend.createContext()NativeCUDADenseLinearAlgebraFloatBackend.createContext()NativeCUDASparseLinearAlgebraDoubleBackend.createContext()NativeCUDASparseLinearAlgebraFloatBackend.createContext()NativeMPFRDenseLinearAlgebraBackend.createContext()NativeMPFRSparseLinearAlgebraBackend.createContext()NativeND4JLinearAlgebraBackend.createContext()NativeOpenCLDenseLinearAlgebraDoubleBackend.createContext()NativeOpenCLDenseLinearAlgebraFloatBackend.createContext()NativeOpenCLSparseLinearAlgebraDoubleBackend.createContext()NativeOpenCLSparseLinearAlgebraFloatBackend.createContext() -
Uses of ExecutionContext in org.episteme.nativ.mathematics.linearalgebra.tensors.backends
Methods in org.episteme.nativ.mathematics.linearalgebra.tensors.backends that return ExecutionContextModifier and TypeMethodDescriptionNativeND4JCUDASparseTensorBackend.createContext()ND4JBaseTensorBackend.createContext()protected ExecutionContextNativeND4JCUDATensorBackend.doGetContext()protected ExecutionContextNativeND4JTensorBackend.doGetContext()protected abstract ExecutionContextND4JBaseTensorBackend.doGetContext() -
Uses of ExecutionContext in org.episteme.nativ.mathematics.tensors.backends
Methods in org.episteme.nativ.mathematics.tensors.backends that return ExecutionContextModifier and TypeMethodDescriptionNativeCPUTensorBackend.createContext()NativeCUDATensorBackend.createContext() -
Uses of ExecutionContext in org.episteme.nativ.media.audio.backends
Methods in org.episteme.nativ.media.audio.backends that return ExecutionContext -
Uses of ExecutionContext in org.episteme.nativ.media.backends
Methods in org.episteme.nativ.media.backends that return ExecutionContext -
Uses of ExecutionContext in org.episteme.nativ.media.video.backends
Methods in org.episteme.nativ.media.video.backends that return ExecutionContext -
Uses of ExecutionContext in org.episteme.nativ.media.vision.backends
Methods in org.episteme.nativ.media.vision.backends that return ExecutionContextModifier and TypeMethodDescriptionNativeCPUCBindingVisionBackend.createContext()NativeCPUVisionBackend.createContext()NativeCUDAVisionBackend.createContext()NativeOpenCLVisionBackend.createContext() -
Uses of ExecutionContext in org.episteme.nativ.physics.classical.matter.fluids.backends
Methods in org.episteme.nativ.physics.classical.matter.fluids.backends that return ExecutionContext -
Uses of ExecutionContext in org.episteme.nativ.physics.classical.mechanics.collision.backends
Methods in org.episteme.nativ.physics.classical.mechanics.collision.backends that return ExecutionContextModifier and TypeMethodDescriptionGenesisBackend.createContext()NativeBulletBackend.createContext()NativeCollisionBackend.createContext()NativeJBulletBackend.createContext()ODEBackend.createContext() -
Uses of ExecutionContext in org.episteme.nativ.physics.classical.mechanics.nbody.backends
Methods in org.episteme.nativ.physics.classical.mechanics.nbody.backends that return ExecutionContextModifier and TypeMethodDescriptionNativeCUDANBodyBackend.createContext()NativeOpenCLNBodyBackend.createContext() -
Uses of ExecutionContext in org.episteme.nativ.physics.classical.mechanics.simulation.backends
Methods in org.episteme.nativ.physics.classical.mechanics.simulation.backends that return ExecutionContext -
Uses of ExecutionContext in org.episteme.nativ.physics.quantum.backends
Methods in org.episteme.nativ.physics.quantum.backends that return ExecutionContext -
Uses of ExecutionContext in org.episteme.nativ.technical.backend.gpu.cuda
Classes in org.episteme.nativ.technical.backend.gpu.cuda that implement ExecutionContextModifier and TypeClassDescriptionclassExecution context for CUDA operations. -
Uses of ExecutionContext in org.episteme.nativ.technical.backend.gpu.opencl
Classes in org.episteme.nativ.technical.backend.gpu.opencl that implement ExecutionContextModifier and TypeClassDescriptionclassExecution context for OpenCL operations. -
Uses of ExecutionContext in org.episteme.natural.physics.quantum.backends
Methods in org.episteme.natural.physics.quantum.backends that return ExecutionContextModifier and TypeMethodDescriptionAmazonBraketBackend.createContext()PythonQuantumBackend.createContext()QiskitBackend.createContext()Quantum4JBackend.createContext()StrangeBackend.createContext()