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

#include <kodama.hpp>

Public Attributes

NormalizationMethod method = NormalizationMethod::PQN
 
Backend backend = Backend::CPU
 
int n_threads = 1
 
int gpu_device = 0
 
std::vector< float > reference
 

Detailed Description

Definition at line 766 of file kodama.hpp.

Member Data Documentation

◆ backend

Backend kodama::NormalizationOptions::backend = Backend::CPU

Definition at line 768 of file kodama.hpp.

◆ gpu_device

int kodama::NormalizationOptions::gpu_device = 0

Definition at line 770 of file kodama.hpp.

◆ method

NormalizationMethod kodama::NormalizationOptions::method = NormalizationMethod::PQN

Definition at line 767 of file kodama.hpp.

◆ n_threads

int kodama::NormalizationOptions::n_threads = 1

Definition at line 769 of file kodama.hpp.

◆ reference

std::vector<float> kodama::NormalizationOptions::reference

Definition at line 771 of file kodama.hpp.


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