Uses of Interface
uk.ac.manchester.tornado.api.TornadoBackend
Packages that use TornadoBackend
-
Uses of TornadoBackend in uk.ac.manchester.tornado.api
Methods in uk.ac.manchester.tornado.api with type parameters of type TornadoBackendModifier and TypeMethodDescription<D extends TornadoBackend>
DTornadoRuntime.getBackend(Class<D> type) <D extends TornadoBackend>
intTornadoRuntime.getBackendIndex(Class<D> driverClass) Methods in uk.ac.manchester.tornado.api that return TornadoBackendMethods in uk.ac.manchester.tornado.api that return types with arguments of type TornadoBackendModifier and TypeMethodDescriptionTornadoDeviceMap.getAllBackends()Returns a list with all backends that are accessible from the TornadoVM Runtime.TornadoDeviceMap.getBackendsWithDevicePredicate(Predicate<? super TornadoDevice> predicate) Return a list of backends that corresponds to a filter applied to a predicate that queries and filters devices within each backend.TornadoDeviceMap.getBackendsWithPredicate(Predicate<? super TornadoBackend> predicate) Returns a list of backends that correspond to a filter given by a predicate.Method parameters in uk.ac.manchester.tornado.api with type arguments of type TornadoBackendModifier and TypeMethodDescriptionTornadoDeviceMap.getBackendsWithPredicate(Predicate<? super TornadoBackend> predicate) Returns a list of backends that correspond to a filter given by a predicate.