Android-cuttlefish cvd tool
Namespaces | Variables
rnn_vad_weights.h File Reference
#include <cstdint>
#include <cstring>
Include dependency graph for rnn_vad_weights.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  rnnoise
 

Variables

const float rnnoise::kWeightsScale = 1.f / 256.f
 
const size_t rnnoise::kInputLayerInputSize = 42
 
const size_t rnnoise::kInputLayerOutputSize = 24
 
const size_t rnnoise::kInputLayerWeights = kInputLayerInputSize * kInputLayerOutputSize
 
const size_t rnnoise::kHiddenLayerOutputSize = 24
 
const size_t rnnoise::kHiddenLayerWeights
 
const size_t rnnoise::kHiddenLayerBiases = 3 * kHiddenLayerOutputSize
 
const size_t rnnoise::kOutputLayerOutputSize = 1
 
const size_t rnnoise::kOutputLayerWeights