Searched refs:start_index_ (Results 1 – 9 of 9) sorted by relevance
88 start_index_ = static_cast<int>(1.5 + (lower_frequency_limit / hz_per_sbin)); in Initialize()99 if ((i < start_index_) || (i > end_index_)) { in Initialize()117 if ((i < start_index_) || (i > end_index_)) { in Initialize()187 for (int i = start_index_; i <= end_index_; i++) { // For each FFT bin in Compute()
56 int start_index_; // Lowest FFT bin used to calculate mel spectrum. variable
89 start_index_ = static_cast<int>(1.5 + (lower_frequency_limit / hz_per_sbin)); in Initialize()100 if ((i < start_index_) || (i > end_index_)) { in Initialize()118 if ((i < start_index_) || (i > end_index_)) { in Initialize()186 for (int i = start_index_; i <= end_index_; i++) { // For each FFT bin in Compute()
40 start_index_(start_index), in ForLoop()99 start_index_->getType(), nullptr, GetQualifiedName("invar_address")); in Emit()104 b->CreateStore(start_index_, indvar_address); in Emit()131 llvm::LLVMContext* ctx = &start_index_->getContext(); in Emit()147 llvm::LLVMContext* ctx = &start_index_->getContext(); in GetLoopMetadata()
158 llvm::Value* start_index_; variable
367 start_index_(start_index) {} in Dataset()411 for (int64 i = 0; i < dataset()->start_index_; ++i) { in Initialize()479 const int64 start_index_; member in tensorflow::data::snapshot_util::Reader::Dataset
220 const int64 start_index_; member in tensorflow::data::experimental::SnapshotDatasetV2Op::Dataset::Iterator::Reader549 : DatasetIterator<Dataset>(params), start_index_(start_index) {} in Reader()582 dataset()->output_shapes(), start_index_, &dataset_of_snapshot_files)); in Initialize()
357 void reset (unsigned int start_index_, in reset()360 idx = start_index_; in reset()363 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0); in reset()