Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Implements the abstract interface AlgorithmIface. More...
Public Member Functions | |
| def | enableChecks |
| def | isChecksEnabled |
Public Member Functions inherited from AlgorithmIface | |
| def | checkComputeParams |
| def | checkResult |
| def | getMethod |
AlgorithmIfaceImpl is, in turn, the base class for the classes interfacing the major compute modes: batch, online and distributed
| def enableChecks | ( | self, | |
| enableChecksFlag | |||
| ) |
Sets flag of requiring parameters checks
| enableChecksFlag | True if checks are needed, false if no checks are required |
| def isChecksEnabled | ( | self | ) |
Returns flag of checking necessity
For more complete information about compiler optimizations, see our Optimization Notice.