Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_loop.cc34 llvm::Value* start_index, llvm::Value* end_index, in ForLoop()
47 absl::string_view prefix, llvm::Value* start_index, llvm::Value* end_index, in EmitForLoop()
177 llvm::Value* start_index, in AddLoop()
186 absl::string_view suffix, llvm::Value* start_index, llvm::Value* end_index, in AddLoop()
210 std::unique_ptr<ForLoop> ForLoopNest::AddLoop(int64 start_index, in AddLoop()
221 std::unique_ptr<ForLoop> ForLoopNest::AddLoop(int64 start_index, in AddLoop()
/external/v8/src/heap/
Dmarking.cc30 void Bitmap::SetRange(uint32_t start_index, uint32_t end_index) { in SetRange()
56 void Bitmap::ClearRange(uint32_t start_index, uint32_t end_index) { in ClearRange()
84 bool Bitmap::AllBitsSetInRange(uint32_t start_index, uint32_t end_index) { in AllBitsSetInRange()
114 bool Bitmap::AllBitsClearInRange(uint32_t start_index, uint32_t end_index) { in AllBitsClearInRange()
Ditem-parallel-job.cc23 base::Semaphore* on_finish, std::vector<Item*>* items, size_t start_index, in SetupInternal()
94 for (size_t i = 0, start_index = 0; i < num_tasks; in Run() local
/external/tensorflow/tensorflow/contrib/cloud/kernels/
Dbigquery_table_partition.proto10 int64 start_index = 1; field
/external/autotest/client/cros/audio/
Daudio_quality_measurement.py408 def noise_detection(start_index, end_index, argument
481 def delay_detection(start_index, end_index, argument
572 def burst_detection(start_index, end_index, argument
646 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.cpp17 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/v8/src/builtins/
Dbuiltins-regexp.cc129 const int start_index = match_info->Capture(0); in BUILTIN() local
137 const int start_index = match_info->Capture(1); in BUILTIN() local
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dsplit_handler_ops.cc254 int start_index = partition_boundaries[root_idx]; in ComputeNormalDecisionTree() local
316 const int start_index = partition_boundaries[root_idx]; in ComputeObliviousDecisionTree() local
339 const int start_index = partition_boundaries[root_idx]; in ComputeObliviousDecisionTree() local
410 const int start_index = partition_boundaries[root_idx]; in ComputeObliviousDecisionTree() local
574 int start_index = dimension_and_start.start_index; in Compute() local
690 int32 start_index; member
824 int start_index = partition_boundaries[non_empty_partitions[root_idx]]; in ComputeNormalDecisionTree() local
899 const int start_index = partition_boundaries[root_idx]; in ComputeObliviousDecisionTree() local
918 const int start_index = partition_boundaries[root_idx]; in ComputeObliviousDecisionTree() local
991 const int start_index = partition_boundaries[root_idx]; in ComputeObliviousDecisionTree() local
/external/mesa3d/src/amd/vulkan/
Dradv_entrypoints_gen.py222 def get_entrypoints(doc, entrypoints_to_defines, start_index): argument
/external/v8/src/
Dstring-search.h308 int start_index) { in BoyerMooreSearch()
431 int start_index) { in BoyerMooreHorspoolSearch()
561 int start_index) { in SearchString()
572 int pattern_length, int start_index) { in SearchStringRaw()
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/
Dfilterbank.h28 int start_index; member
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dparallel_loop_emitter.cc51 llvm::Value* start_index = (*dynamic_loop_bounds_)[bounds_index].first; in EmitIndexAndSetExitBasicBlock() local
Ddisassembler.cc112 uint64_t start_index = address.get() - section_address; in DisassembleObjectFile() local
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
Dfilterbank.h31 int start_index; member
/external/v8/src/interpreter/
Dbytecode-register-allocator.h28 explicit BytecodeRegisterAllocator(int start_index) in BytecodeRegisterAllocator()
/external/v8/src/compiler/
Djs-operator.h67 ConstructForwardVarargsParameters(size_t arity, uint32_t start_index) in ConstructForwardVarargsParameters()
72 uint32_t start_index() const { return StartIndexField::decode(bit_field_); } in start_index() function
129 CallForwardVarargsParameters(size_t arity, uint32_t start_index) in CallForwardVarargsParameters()
134 uint32_t start_index() const { return StartIndexField::decode(bit_field_); } in start_index() function
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dscatter_add_ndim_op.cc94 int32 start_index = 0; in Compute() local
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_constant_strided_slice.cc61 int start_index = tflite::strided_slice::StartForAxis( in StridedSlice() 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/webrtc/webrtc/modules/audio_coding/neteq/
Ddsp_helper_unittest.cc60 int start_index = kLen; in TEST() local
/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/mesa3d/src/intel/vulkan/
Danv_entrypoints_gen.py374 def get_entrypoints(doc, entrypoints_to_defines, start_index): argument
/external/v8/src/regexp/
Dregexp-macro-assembler.cc131 int start_index) { in StringCharacterPosition()
161 Isolate* isolate, int start_index, bool is_direct_call, in CheckStackGuardState()

1234