ChunkTimeInfo Struct Reference

struct ChunkTimeInfo is used by class UtteranceSplitter to output information about how we split an utterance into chunks. More...

#include <nnet-example-utils.h>

Collaboration diagram for ChunkTimeInfo:

Public Attributes

int32 first_frame
 
int32 num_frames
 
int32 left_context
 
int32 right_context
 
std::vector< BaseFloatoutput_weights
 

Detailed Description

struct ChunkTimeInfo is used by class UtteranceSplitter to output information about how we split an utterance into chunks.

Definition at line 153 of file nnet-example-utils.h.

Member Data Documentation

◆ first_frame

◆ left_context

int32 left_context

◆ num_frames

◆ output_weights

std::vector<BaseFloat> output_weights

◆ right_context

int32 right_context

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