|
blace.ai
|
#include <types.h>
Public Member Functions | |
| ml_core::BlaceHash | hash () |
| bool | operator== (const SlicedInferenceArgs &other) const |
| bool | operator!= (const SlicedInferenceArgs &other) const |
Public Attributes | |
| int | parallel = true |
| int | slices = 1 |
| int | overlap = 32 |
| int | result_to_input_num = 1 |
| int | result_to_input_denum = 1 |
Sliced inference arguments.
| ml_core::BlaceHash blace::ml_core::SlicedInferenceArgs::hash | ( | ) |
Hash the struct.
|
inline |
Simple inequality operator.
| other | The other struct. |
| bool blace::ml_core::SlicedInferenceArgs::operator== | ( | const SlicedInferenceArgs & | other | ) | const |
Simple equality operator.
| other | The other struct. |
| int blace::ml_core::SlicedInferenceArgs::overlap = 32 |
Undocumented.
| int blace::ml_core::SlicedInferenceArgs::parallel = true |
Run slices in parallel.
| int blace::ml_core::SlicedInferenceArgs::result_to_input_denum = 1 |
Undocumented.
| int blace::ml_core::SlicedInferenceArgs::result_to_input_num = 1 |
Undocumented.
| int blace::ml_core::SlicedInferenceArgs::slices = 1 |
Undocumented.