HomeSort by relevance Sort by last modified time
    Searched defs:start_index (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
parallel_loop_emitter.cc 51 llvm::Value* start_index = (*dynamic_loop_bounds_)[bounds_index].first; local
55 /*suffix=*/absl::StrFormat("dim.%d", dimension), start_index,
61 /*start_index=*/0,
disassembler.cc 112 uint64_t start_index = address.get() - section_address; local
126 if (start_index == end_index) {
135 code_size_bytes += end_index - start_index;
138 uint64_t index = start_index;
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
scatter_add_ndim_op.cc 94 int32 start_index = 0; variable
96 start_index += indices(i, j) * multipliers[j];
99 const int32 input_index = start_index + offset;
  /external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/
filterbank.h 28 int start_index; member in struct:FilterbankState
  /external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
filterbank.h 31 int start_index; member in struct:FilterbankState
  /external/tensorflow/tensorflow/lite/toco/graph_transformations/
resolve_constant_strided_slice.cc 61 int start_index = tflite::strided_slice::StartForAxis( local
63 src_coord[axis] = start_index;
66 start_index);
  /external/v8/src/builtins/
builtins-regexp.cc 129 const int start_index = match_info->Capture(0); local
131 return *isolate->factory()->NewSubString(last_subject, 0, start_index);
137 const int start_index = match_info->Capture(1); local
140 return *isolate->factory()->NewSubString(last_subject, start_index, len);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dsp_helper_unittest.cc 58 // We want to start ramping at |start_index| and keep ramping for |kLen|
60 int start_index = kLen; local
66 int stop_factor = DspHelper::RampSignal(&input, start_index, kLen,
merge.cc 345 size_t start_index = timestamps_per_call_ + expand_->overlap_length(); local
346 start_index = std::max(start_position, start_index);
347 start_index = (input_length > start_index) ? 0 : (start_index - input_length);
349 size_t start_index_downsamp = start_index / (fs_mult_ * 2);
364 best_correlation_index += start_index;
  /art/runtime/gc/accounting/
space_bitmap.cc 138 const uintptr_t start_index = OffsetToIndex(begin_offset); local
140 ZeroAndReleasePages(reinterpret_cast<uint8_t*>(&bitmap_begin_[start_index]),
141 (end_index - start_index) * sizeof(*bitmap_begin_));
  /external/harfbuzz_ng/src/
hb-ot-color-cpal-table.hh 139 unsigned int start_index = colorRecordIndicesZ[palette_index]; local
141 hb_array_t<const BGRAColor> palette_colors = all_colors.sub_array (start_index,
  /external/libtextclassifier/annotator/duration/
duration.cc 133 CodepointIndex start_index = kInvalidIndex; local
151 if (start_index == kInvalidIndex) {
152 start_index = token.start;
156 if (start_index == kInvalidIndex) {
157 start_index = token.start;
192 context, {start_index, end_index});
  /external/squashfs-tools/kernel/fs/squashfs/
file.c 385 int start_index = page->index & ~mask; local
386 int end_index = start_index | mask;
452 for (i = start_index; i <= end_index && bytes > 0; i++,
  /external/aac/libSBRenc/src/
env_est.h 137 int start_index; member in struct:__anon15090
168 int no_cols, int no_rows, int start_index,
  /external/deqp-deps/SPIRV-Tools/source/
text_handler.cpp 98 const size_t start_index = position->index; local
106 word->assign(text->str + start_index, text->str + position->index);
125 word->assign(text->str + start_index, text->str + position->index);
  /external/deqp-deps/SPIRV-Tools/source/util/
small_vector.h 262 size_t start_index = first - large_data_->data(); local
264 auto r = large_data_->erase(large_data_->begin() + start_index,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 940 unsigned start_index = (i % size_ratio) * new_length; local
942 start_index, new_length);
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/
text_handler.cpp 98 const size_t start_index = position->index; local
106 word->assign(text->str + start_index, text->str + position->index);
125 word->assign(text->str + start_index, text->str + position->index);
  /external/swiftshader/third_party/SPIRV-Tools/source/util/
small_vector.h 262 size_t start_index = first - large_data_->data(); local
264 auto r = large_data_->erase(large_data_->begin() + start_index,
  /external/tensorflow/tensorflow/compiler/xla/service/
triangular_solve_expander.cc 168 auto start_index = ConstantR0<int>(builder, (lower) ? 0 : block_size - 1); local
171 /*start_indices=*/{start_index, start_index});
332 auto start_index = ConstantR0WithType(builder, S32, j * block_size); local
333 std::vector<XlaOp> update_starts = {start_index, zero};
  /external/v8/src/interpreter/
constant-array-builder.h 192 ConstantArraySlice(Zone* zone, size_t start_index, size_t capacity,
208 inline size_t start_index() const { return start_index_; } function in struct:v8::internal::interpreter::BASE_EMBEDDED::final
  /external/libchrome/base/json/
json_parser.cc 622 const int start_index = index_; local
623 int end_index = start_index;
677 StringPiece num_string(num_start, end_index - start_index);
  /external/libxcam/modules/ocl/
cl_newtonemapping_handler.cpp 315 int start_index = block_row * height_per_block * stats_ptr->info.width + block_col * width_per_block; local
332 int y = stats_ptr->stats[start_index + i * stats_ptr->info.width + j].avg_y;
  /external/tensorflow/tensorflow/contrib/layers/kernels/
sparse_feature_cross_kernel.cc 529 int64 start_index = current_row[i]; local
537 (*feature_start_indices)[i].push_back(start_index);
  /external/tensorflow/tensorflow/core/kernels/
sparse_cross_op.cc 486 int64 start_index = current_row[i]; local
494 (*feature_start_indices)[i].push_back(start_index);

Completed in 2251 milliseconds

1 2 3