Home
last modified time | relevance | path

Searched defs:start_index (Results 1 – 25 of 102) sorted by relevance

12345

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_loop.cc35 llvm::Value* start_index, llvm::Value* end_index, in ForLoop()
48 absl::string_view prefix, llvm::Value* start_index, llvm::Value* end_index, in EmitForLoop()
178 llvm::Value* start_index, in AddLoop()
187 absl::string_view suffix, llvm::Value* start_index, llvm::Value* end_index, in AddLoop()
211 std::unique_ptr<ForLoop> ForLoopNest::AddLoop(int64_t start_index, in AddLoop()
222 std::unique_ptr<ForLoop> ForLoopNest::AddLoop(int64_t start_index, in AddLoop()
/external/tensorflow/tensorflow/python/keras/preprocessing/
Dtimeseries.py38 start_index=None, argument
227 def sequences_from_indices(array, indices_ds, start_index, end_index): argument
/external/autotest/client/cros/audio/
Daudio_quality_measurement.py413 def noise_detection(start_index, end_index, argument
486 def delay_detection(start_index, end_index, argument
577 def burst_detection(start_index, end_index, argument
651 def changing_volume_detection(start_index, end_index, argument
/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_temporal_aligner_unittest.cc83 const size_t start_index = 12345; in TEST_F() local
106 const size_t start_index = 12345; in TEST_F() local
/external/pdfium/core/fxcrt/
Dcfx_widetextbuf.h31 void Delete(int start_index, int count) { in Delete()
Dcfx_binarybuf.cpp18 void CFX_BinaryBuf::Delete(size_t start_index, size_t count) { in Delete()
/external/antlr/runtime/Ruby/lib/antlr3/modes/
Dfilter.rb50 def memoize( rule, start_index, success ) argument
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
Dfilterbank.h31 int start_index; member
/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc227 int32_t ReadableFontData::SearchUShort(int32_t start_index, in SearchUShort()
258 int32_t ReadableFontData::SearchUShort(int32_t start_index, in SearchUShort()
282 int32_t ReadableFontData::SearchULong(int32_t start_index, in SearchULong()
/external/antlr/runtime/Ruby/lib/antlr3/
Dprofile.rb70 def memoize( rule, start_index, success ) argument
264 def memoize( rule, start_index, success ) argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dparallel_loop_emitter.cc57 llvm::Value* start_index = (*dynamic_loop_bounds_)[bounds_index].first; in EmitIndexAndSetExitBasicBlock() local
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_constant_strided_slice.cc61 int start_index = tflite::strided_slice::StartForAxis( in StridedSlice() local
/external/webrtc/modules/audio_coding/neteq/
Ddsp_helper_unittest.cc59 int start_index = kLen; in TEST() local
Ddsp_helper.cc72 size_t start_index, in RampSignal()
88 size_t start_index, in RampSignal()
Daudio_multi_vector.cc132 size_t AudioMultiVector::ReadInterleavedFromIndex(size_t start_index, in ReadInterleavedFromIndex()
/external/rust/crates/tokio/src/sync/mpsc/
Dblock.rs16 start_index: usize, field
64 pub(crate) fn start_index(slot_index: usize) -> usize { in start_index() function
/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/
Dbert_question_answerer.cc316 for (int start_index = 0; start_index < kPredictAnsNum; start_index++) { in Postprocess() local
346 int start_index = token_to_orig_map_[start + kOutputOffset]; in ConvertIndexToString() local
/external/tensorflow/tensorflow/core/platform/windows/
Dstacktrace_handler.cc85 int start_index = 2; in PtrToString() local
/external/flac/src/flac/
Dutils.h44 unsigned start_track, start_index; member
/external/libtextclassifier/native/annotator/translate/
Dtranslate.cc156 const UnicodeText& text, int start_index, int direction) const { in FindIndexOfNextWhitespaceOrPunctuation()
/external/mesa3d/src/freedreno/vulkan/
Dtu_entrypoints_gen.py377 def get_entrypoints(doc, entrypoints_to_defines, start_index): argument
/external/tensorflow/tensorflow/core/data/
Dsnapshot_utils.cc377 const int64_t start_index) in Dataset()
407 Node* start_index = nullptr; in AsGraphDefInternal() local
541 int64_t start_index; in MakeDataset() local
670 const int64_t start_index, in MakeNestedDataset()
/external/libhevc/encoder/
Dihevce_stasino_helpers.c507 WORD32 start_index, in ihevce_psy_rd_cost_croma()
684 WORD32 start_index, in ihevce_psy_rd_cost()
/external/webrtc/modules/video_coding/
Dpacket_buffer.cc268 int start_index = index; in FindFrames() local
/external/aac/libSBRenc/src/
Denv_est.h137 int start_index; member

12345