blace.ai
|
#include <types.h>
Public Member Functions | |
ml_core::BlaceHash | hash () |
bool | operator== (const MultisampleInferenceArgs &other) const |
bool | operator!= (const MultisampleInferenceArgs &other) const |
Public Attributes | |
int | parallel = true |
int | samples = 1 |
Interpolation | jitter_interpolation = BILINEAR |
int | jitter_keep_size = false |
int | max_extension = 32 |
PADDING_MODE | padding_mode = PADDING_MODE::REFLECTION |
int | result_to_input_num = 1 |
int | result_to_input_denum = 1 |
Model multisample inference arguments.
ml_core::BlaceHash blace::ml_core::MultisampleInferenceArgs::hash | ( | ) |
Hash the struct.
|
inline |
Simple inequality operator.
other | The other struct. |
bool blace::ml_core::MultisampleInferenceArgs::operator== | ( | const MultisampleInferenceArgs & | other | ) | const |
Simple equality operator.
other | The other struct. |
Interpolation blace::ml_core::MultisampleInferenceArgs::jitter_interpolation = BILINEAR |
Undocumented.
int blace::ml_core::MultisampleInferenceArgs::jitter_keep_size = false |
Undocumented.
int blace::ml_core::MultisampleInferenceArgs::max_extension = 32 |
Undocumented.
PADDING_MODE blace::ml_core::MultisampleInferenceArgs::padding_mode = PADDING_MODE::REFLECTION |
Undocumented.
int blace::ml_core::MultisampleInferenceArgs::parallel = true |
Run all samples in parallel.
int blace::ml_core::MultisampleInferenceArgs::result_to_input_denum = 1 |
Undocumented.
int blace::ml_core::MultisampleInferenceArgs::result_to_input_num = 1 |
Undocumented.
int blace::ml_core::MultisampleInferenceArgs::samples = 1 |
Number of samples to run.