Home
last modified time | relevance | path

Searched refs:end_index_ (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dmfcc_mel_filterbank.cc90 end_index_ = static_cast<int>(upper_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()
178 if (input.size() <= end_index_) { in Compute()
186 for (int i = start_index_; i <= end_index_; i++) { // For each FFT bin in Compute()
Dmfcc_mel_filterbank.h57 int end_index_; // Highest FFT bin used to calculate mel spectrum. variable
/external/libchrome/base/
Dpickle.cc27 end_index_(pickle.payload_size()) { in PickleIterator()
44 if (end_index_ - read_index_ < aligned_size) { in Advance()
45 read_index_ = end_index_; in Advance()
53 if (sizeof(Type) > end_index_ - read_index_) { in GetReadPointerAndAdvance()
54 read_index_ = end_index_; in GetReadPointerAndAdvance()
64 end_index_ - read_index_ < static_cast<size_t>(num_bytes)) { in GetReadPointerAndAdvance()
65 read_index_ = end_index_; in GetReadPointerAndAdvance()
Dpickle.h33 PickleIterator() : payload_(NULL), read_index_(0), end_index_(0) {} in PickleIterator()
106 size_t end_index_; // Payload size. variable
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
194 return new Iterator(this, end_, end_index_, step_); in End()
259 const int end_index_; variable
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
194 return new Iterator(this, end_, end_index_, step_); in End()
259 const int end_index_; variable
/external/protobuf/gtest/include/gtest/internal/
Dgtest-param-util.h186 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
193 return new Iterator(this, end_, end_index_, step_); in End()
258 const int end_index_; variable
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
194 return new Iterator(this, end_, end_index_, step_); in End()
259 const int end_index_; variable
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
194 return new Iterator(this, end_, end_index_, step_); in End()
259 const int end_index_; variable
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
194 return new Iterator(this, end_, end_index_, step_); in End()
259 const int end_index_; variable
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_loop.cc42 end_index_(end_index), in ForLoop()
117 llvm::Value* exit_cond = ir_builder->CreateICmpUGE(indvar_, end_index_); in Emit()
Dllvm_loop.h150 llvm::Value* end_index_; variable
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h211 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
218 return new Iterator(this, end_, end_index_, step_); in End()
283 const int end_index_; variable
/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h211 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
218 return new Iterator(this, end_, end_index_, step_); in End()
283 const int end_index_; variable
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-param-util.h211 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
218 return new Iterator(this, end_, end_index_, step_); in End()
283 const int end_index_; variable
/external/protobuf/gtest/fused-src/gtest/
Dgtest.h8683 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
8690 return new Iterator(this, end_, end_index_, step_);
8755 const int end_index_;
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest.h10187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
10194 return new Iterator(this, end_, end_index_, step_);
10259 const int end_index_;