|
kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
|
#include <kodama.hpp>
Public Attributes | |
| int | run = 0 |
| int | cycles_completed = 0 |
| int | transition_attempted = 0 |
| int | transition_accepted = 0 |
| int | many_to_one_attempted = 0 |
| int | many_to_one_accepted = 0 |
| int | pls_coarsening_attempted = 0 |
| int | pls_coarsening_accepted = 0 |
| int | cv_evaluations = 0 |
| std::uint64_t | landmark_rows_hash = 0 |
| std::uint64_t | initial_labels_hash = 0 |
| std::uint64_t | fold_assignments_hash = 0 |
Definition at line 578 of file kodama.hpp.
| int kodama::CoreRunDiagnostic::cv_evaluations = 0 |
Definition at line 587 of file kodama.hpp.
| int kodama::CoreRunDiagnostic::cycles_completed = 0 |
Definition at line 580 of file kodama.hpp.
| std::uint64_t kodama::CoreRunDiagnostic::fold_assignments_hash = 0 |
Definition at line 590 of file kodama.hpp.
| std::uint64_t kodama::CoreRunDiagnostic::initial_labels_hash = 0 |
Definition at line 589 of file kodama.hpp.
| std::uint64_t kodama::CoreRunDiagnostic::landmark_rows_hash = 0 |
Definition at line 588 of file kodama.hpp.
| int kodama::CoreRunDiagnostic::many_to_one_accepted = 0 |
Definition at line 584 of file kodama.hpp.
| int kodama::CoreRunDiagnostic::many_to_one_attempted = 0 |
Definition at line 583 of file kodama.hpp.
| int kodama::CoreRunDiagnostic::pls_coarsening_accepted = 0 |
Definition at line 586 of file kodama.hpp.
| int kodama::CoreRunDiagnostic::pls_coarsening_attempted = 0 |
Definition at line 585 of file kodama.hpp.
| int kodama::CoreRunDiagnostic::run = 0 |
Definition at line 579 of file kodama.hpp.
| int kodama::CoreRunDiagnostic::transition_accepted = 0 |
Definition at line 582 of file kodama.hpp.
| int kodama::CoreRunDiagnostic::transition_attempted = 0 |
Definition at line 581 of file kodama.hpp.