Home
last modified time | relevance | path

Searched refs:start_index_ (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Dmfcc_mel_filterbank.cc88 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()
Dmfcc_mel_filterbank.h56 int start_index_; // Lowest FFT bin used to calculate mel spectrum. variable
/external/tensorflow/tensorflow/core/kernels/
Dmfcc_mel_filterbank.cc89 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()
Dmfcc_mel_filterbank.h56 int start_index_; // Lowest FFT bin used to calculate mel spectrum. variable
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_loop.cc39 start_index_(start_index), in ForLoop()
98 start_index_->getType(), nullptr, GetQualifiedName("invar_address")); in Emit()
103 b->CreateStore(start_index_, indvar_address); in Emit()
130 llvm::LLVMContext* ctx = &start_index_->getContext(); in Emit()
146 llvm::LLVMContext* ctx = &start_index_->getContext(); in GetLoopMetadata()
Dllvm_loop.h158 llvm::Value* start_index_; variable
/external/v8/src/interpreter/
Dconstant-array-builder.h208 inline size_t start_index() const { return start_index_; } in start_index()
209 inline size_t max_index() const { return start_index_ + capacity() - 1; } in max_index()
213 const size_t start_index_;
Dconstant-array-builder.cc24 : start_index_(start_index), in ConstantArraySlice()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos.hh357 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()