Home
last modified time | relevance | path

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

1234

/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 start_index, in AddLoop()
222 std::unique_ptr<ForLoop> ForLoopNest::AddLoop(int64 start_index, in AddLoop()
/external/tensorflow/tensorflow/python/keras/preprocessing/
Dtimeseries.py39 start_index=None, argument
225 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/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/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/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/tensorflow/tensorflow/compiler/xla/service/cpu/
Dparallel_loop_emitter.cc57 llvm::Value* start_index = (*dynamic_loop_bounds_)[bounds_index].first; in EmitIndexAndSetExitBasicBlock() local
/external/antlr/runtime/Ruby/lib/antlr3/
Dprofile.rb70 def memoize( rule, start_index, success ) argument
264 def memoize( rule, start_index, success ) argument
/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/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.rs17 start_index: usize, field
65 pub(crate) fn start_index(slot_index: usize) -> usize { in start_index() function
/external/tensorflow/tensorflow/core/platform/windows/
Dstacktrace_handler.cc85 int start_index = 2; in PtrToString() local
/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/flac/src/flac/
Dutils.h44 unsigned start_track, start_index; member
/external/libtextclassifier/native/annotator/translate/
Dtranslate.cc155 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/harfbuzz_ng/src/
Dhb-ot-color-cpal-table.hh139 unsigned int start_index = colorRecordIndicesZ[palette_index]; in get_palette_colors() local
/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/swiftshader/third_party/SPIRV-Tools/source/util/
Dsmall_vector.h262 size_t start_index = first - large_data_->data(); in erase() local

1234