Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | List of all members
FamilyBatchBase Class Reference

Class representing an engine that has collection of independent streams obtained from RNGs from same family. More...

Public Member Functions

def add
 
def get
 
def getNumberOfStreams
 
def getMaxNumberOfStreams
 
- Public Member Functions inherited from BatchBase
def saveState
 
def loadState
 
def leapfrog
 
def skipAhead
 
def clone
 
- Public Member Functions inherited from AlgorithmImpl
def computeNoThrow
 
def compute
 
def checkComputeParams
 
def checkResult
 
def setupCompute
 
def resetCompute
 
def enableResetOnCompute
 
def hostApp
 
def setHostApp
 
- Public Member Functions inherited from Algorithm
def checkComputeParams
 
def getBaseParameter
 
- Public Member Functions inherited from AlgorithmIfaceImpl
def enableChecks
 
def isChecksEnabled
 
- Public Member Functions inherited from AlgorithmIface
def checkComputeParams
 
def checkResult
 
def getMethod
 

Additional Inherited Members

- Static Public Attributes inherited from BatchBase
 input = ...
 

Detailed Description

Member Function Documentation

def add (   self,
  numberOfStreams 
)

Add 'numberOfStreams' random number streams to the engine

Parameters
numberOfStreamsNumber of streams to add
Returns
Status of computations
def get (   self,
  i 
)

Get engine with one stream from collection.

Parameters
iindex of stream from the collection
Returns
SharedPtr to engine instance with ith stream from the collection
def getMaxNumberOfStreams (   self)

Return the maximum number of streams can be obtained from RNGs in given family

Returns
Maximum number of streams can be obtained from RNGs in given family
def getNumberOfStreams (   self)

Return the number of streams in the collection.

Returns
Number of streams in the collection

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.