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

#include <kodama.hpp>

Public Attributes

int n_components = 2
 
int n_threads = 1
 
std::uint64_t seed = 4
 
int gpu_device = 0
 
Backend backend = Backend::CPU
 

Detailed Description

Definition at line 442 of file kodama.hpp.

Member Data Documentation

◆ backend

Backend kodama::VisualizationInitOptions::backend = Backend::CPU

Definition at line 447 of file kodama.hpp.

◆ gpu_device

int kodama::VisualizationInitOptions::gpu_device = 0

Definition at line 446 of file kodama.hpp.

◆ n_components

int kodama::VisualizationInitOptions::n_components = 2

Definition at line 443 of file kodama.hpp.

◆ n_threads

int kodama::VisualizationInitOptions::n_threads = 1

Definition at line 444 of file kodama.hpp.

◆ seed

std::uint64_t kodama::VisualizationInitOptions::seed = 4

Definition at line 445 of file kodama.hpp.


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