Home
last modified time | relevance | path

Searched defs:end_index (Results 1 – 25 of 52) sorted by relevance

123

/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()
178 llvm::Value* end_index, in AddLoop()
186 absl::string_view suffix, llvm::Value* start_index, llvm::Value* end_index, in AddLoop()
211 int64 end_index, in AddLoop()
222 int64 end_index, int64 stride, 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()
/external/tensorflow/tensorflow/contrib/cloud/kernels/
Dbigquery_table_partition.proto11 int64 end_index = 2; 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/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/
Dfilterbank.h29 int end_index; member
Dfilterbank.cc24 const int end_index = state->end_index; in FilterbankConvertFftComplexToEnergy() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dparallel_loop_emitter.cc52 llvm::Value* end_index = (*dynamic_loop_bounds_)[bounds_index].second; in EmitIndexAndSetExitBasicBlock() local
Ddisassembler.cc116 uint64_t end_index; in DisassembleObjectFile() local
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
Dfilterbank.h32 int end_index; member
Dfilterbank.c24 const int end_index = state->end_index; in FilterbankConvertFftComplexToEnergy() local
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dsplit_handler_ops.cc255 int end_index = partition_boundaries[root_idx + 1]; in ComputeNormalDecisionTree() local
317 const int end_index = partition_boundaries[root_idx + 1]; in ComputeObliviousDecisionTree() local
357 const int end_index = partition_boundaries[root_idx + 1]; in ComputeObliviousDecisionTree() local
577 const int end_index = in Compute() local
825 int end_index = partition_boundaries[non_empty_partitions[root_idx] + 1]; in ComputeNormalDecisionTree() local
938 const int end_index = partition_boundaries[root_idx + 1]; in ComputeObliviousDecisionTree() local
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dnack.cc101 size_t end_index = nack_index + num_nack_fields; in Create() local
Dtransport_feedback.cc690 const size_t end_index = kHeaderLength + header.payload_size_bytes; in ParseFrom() local
/external/mesa3d/src/mesa/vbo/
Dvbo_primitive_restart.c176 GLuint end_index; in vbo_sw_primitive_restart() local
/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc229 int32_t end_index, in SearchUShort()
284 int32_t end_index, in SearchULong()
/external/libtextclassifier/annotator/duration/
Dduration.cc134 CodepointIndex end_index = kInvalidIndex; in FindDurationStartingAt() local
/external/squashfs-tools/kernel/fs/squashfs/
Dfile.c386 int end_index = start_index | mask; in squashfs_readpage() local
/external/deqp-deps/SPIRV-Tools/source/util/
Dsmall_vector.h263 size_t end_index = last - large_data_->data(); in erase() local
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dsmall_vector.h263 size_t end_index = last - large_data_->data(); in erase() local
/external/libchrome/base/json/
Djson_parser.cc623 int end_index = start_index; in ConsumeNumber() local
/external/libchrome/base/strings/
Dstring_split.cc143 for (size_type begin_index = 0, end_index = 0; end_index != Piece::npos; in SplitStringUsingSubstrT() local
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h245 int end_index = 0; in CalculateEndIndex() local
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-param-util.h245 int end_index = 0; in CalculateEndIndex() local
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h245 int end_index = 0; in CalculateEndIndex() local
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dchoose_fastest_branch_dataset_op.cc171 int end_index = index + other_arguments_lengths_[i]; in MakeDataset() local

123