kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
Loading...
Searching...
No Matches
kodama::PassingMessageResult Struct Reference

#include <kodama.hpp>

Public Attributes

std::vector< float > values
 
std::vector< float > sample_max_distances
 
std::size_t samples = 0
 
std::size_t variables = 0
 
std::size_t sample_groups = 0
 
int neighbors = 15
 
Backend backend = Backend::CPU
 
double graph_seconds = 0.0
 
double aggregation_seconds = 0.0
 
double runtime_seconds = 0.0
 

Detailed Description

Definition at line 815 of file kodama.hpp.

Member Data Documentation

◆ aggregation_seconds

double kodama::PassingMessageResult::aggregation_seconds = 0.0

Definition at line 824 of file kodama.hpp.

◆ backend

Backend kodama::PassingMessageResult::backend = Backend::CPU

Definition at line 822 of file kodama.hpp.

◆ graph_seconds

double kodama::PassingMessageResult::graph_seconds = 0.0

Definition at line 823 of file kodama.hpp.

◆ neighbors

int kodama::PassingMessageResult::neighbors = 15

Definition at line 821 of file kodama.hpp.

◆ runtime_seconds

double kodama::PassingMessageResult::runtime_seconds = 0.0

Definition at line 825 of file kodama.hpp.

◆ sample_groups

std::size_t kodama::PassingMessageResult::sample_groups = 0

Definition at line 820 of file kodama.hpp.

◆ sample_max_distances

std::vector<float> kodama::PassingMessageResult::sample_max_distances

Definition at line 817 of file kodama.hpp.

◆ samples

std::size_t kodama::PassingMessageResult::samples = 0

Definition at line 818 of file kodama.hpp.

◆ values

std::vector<float> kodama::PassingMessageResult::values

Definition at line 816 of file kodama.hpp.

◆ variables

std::size_t kodama::PassingMessageResult::variables = 0

Definition at line 819 of file kodama.hpp.


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