Home
last modified time | relevance | path

Searched refs:row_index (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Disotonic_regression_op.cc115 FloatTensor* solution, IntTensor* segments, int row_index) { in solve_pava() argument
121 pools.push_back(make_segment(row_index, col_index)); in solve_pava()
135 auto* solution_ptr = &(*solution)(row_index, pool.col_start()); in solve_pava()
136 auto* segments_ptr = &(*segments)(row_index, pool.col_start()); in solve_pava()
161 for (int row_index = static_cast<int>(row_start); in solve_pava_batch() local
162 row_index < static_cast<int>(row_limit); ++row_index) { in solve_pava_batch()
163 solve_pava(make_segment, solution, segments, row_index); in solve_pava_batch()
199 auto make_l2_segment = [&input](int row_index, int col_index) { in Compute() argument
200 return L2PavaSegment<Tout>(input(row_index, col_index), col_index); in Compute()
Dspectrogram_op.cc98 for (int row_index = 0; row_index < output_height; ++row_index) { in Compute() local
100 spectrogram_output[row_index]; in Compute()
102 float* output_row = output_slice + (row_index * output_width); in Compute()
Dquantized_batch_norm_op.cc53 for (int row_index = 0; row_index < row_count; ++row_index) { in ReferenceBatchNorm() local
55 const int input_index = (row_index * depth) + channel; in ReferenceBatchNorm()
146 for (int row_index = 0; row_index < row_count; ++row_index) { in FixedPointBatchNorm() local
148 const int input_index = (row_index * depth) + channel; in FixedPointBatchNorm()
Dload_and_remap_matrix_op.cc199 int64 row_index = min_old_row; in Compute() local
216 for (int row = 0; row < loaded_tensor_t.dim_size(0); ++row, ++row_index) { in Compute()
217 if (row_index % 500000 == min_old_row) { in Compute()
218 LOG(INFO) << "Processing old row " << row_index; in Compute()
224 gtl::FindOrNull(old_row_to_new_row_map, row_index); in Compute()
Dsdca_internal.h160 data_matrix.data() + row_index * data_matrix.dimension(1), in Row()
168 data_matrix.data() + row_index * data_matrix.dimension(1), 1, in RowAsMatrix()
173 const int64 row_index; member
/external/libjpeg-turbo/
Djquant1.c160 int row_index; /* cur row's vertical index in dither matrix */ member
528 int row_index, col_index; /* current indexes into dither matrix */ in quantize_ord_dither() local
538 row_index = cquantize->row_index; in quantize_ord_dither()
543 dither = cquantize->odither[ci][row_index]; in quantize_ord_dither()
562 row_index = (row_index + 1) & ODITHER_MASK; in quantize_ord_dither()
563 cquantize->row_index = row_index; in quantize_ord_dither()
583 int row_index, col_index; /* current indexes into dither matrix */ in quantize3_ord_dither() local
589 row_index = cquantize->row_index; in quantize3_ord_dither()
592 dither0 = cquantize->odither[0][row_index]; in quantize3_ord_dither()
593 dither1 = cquantize->odither[1][row_index]; in quantize3_ord_dither()
[all …]
/external/tensorflow/tensorflow/lite/kernels/
Daudio_spectrogram.cc145 for (int row_index = 0; row_index < params->output_height; ++row_index) { in Eval() local
146 const std::vector<float>& spectrogram_row = spectrogram_output[row_index]; in Eval()
148 float* output_row = output_slice + (row_index * output_width); in Eval()
/external/autotest/frontend/tko/
Dcsv_encoder.py39 row_index, column_index = group['header_indices']
40 return row_index * num_columns + column_index
66 for row_index in xrange(self._num_rows):
67 row_header = self._header_string(row_headers[row_index])
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dtftext_utils.cc190 const int row_index = i + kRowSplits; in VerifyNgrams() local
191 auto input_row_splits = GetInputType(func, row_index); in VerifyNgrams()
195 << "Input " << row_index << " should be a 1D int64 tensor"; in VerifyNgrams()
197 auto output_row_splits = GetResultType(func, row_index); in VerifyNgrams()
201 << "Output " << row_index << " should be a 1D int64 tensor"; in VerifyNgrams()
/external/libgav1/libgav1/src/tile/
Dtile.cc771 for (int row4x4 = row4x4_start_, row_index = 0; row4x4 < row4x4_end_; in ThreadedParseAndDecode() local
772 row4x4 += block_width4x4, ++row_index) { in ThreadedParseAndDecode()
784 threading_.sb_state[row_index][column_index] = kSuperBlockStateParsed; in ThreadedParseAndDecode()
786 if (CanDecode(row_index, column_index)) { in ThreadedParseAndDecode()
788 threading_.sb_state[row_index][column_index] = in ThreadedParseAndDecode()
792 [this, row_index, column_index, block_width4x4]() { in ThreadedParseAndDecode()
793 DecodeSuperBlock(row_index, column_index, block_width4x4); in ThreadedParseAndDecode()
819 bool Tile::CanDecode(int row_index, int column_index) const { in CanDecode() argument
820 assert(row_index >= 0); in CanDecode()
829 if (row_index >= superblock_rows_ || column_index >= superblock_columns_ || in CanDecode()
[all …]
/external/tensorflow/tensorflow/python/keras/layers/
Ddense_attention.py514 row_index = math_ops.cumsum(
518 return math_ops.greater_equal(row_index, col_index)
/external/google-fruit/extras/benchmark/
Dformat_bench_results.py80 for row_index in range(len(table_data)):
81 row = table_data[row_index]
89 if row_index == 0:
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_flash.c798 uint8_t row_index = (2*FLASH_NB_DOUBLE_WORDS_IN_ROW); in FLASH_Program_Fast() local
815 } while (--row_index != 0); in FLASH_Program_Fast()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_flash.c798 uint8_t row_index = (2*FLASH_NB_DOUBLE_WORDS_IN_ROW); in FLASH_Program_Fast() local
815 } while (--row_index != 0); in FLASH_Program_Fast()
/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor.h383 const int64 row_index = internal::SubtleMustCopy(ix_ptr[n * 2]); in ToDense() local
385 if (!(FastBoundsCheck(row_index, out_rows) && in ToDense()
389 out_t(row_index * out_cols + col_index) = vals_t(n); in ToDense()
/external/toolchain-utils/cros_utils/
Dtabulator.py1059 row_index = 0
1096 if not row_index:
1108 if not row_index:
1114 row_index += 1
1132 if not row_index:
/external/tensorflow/tensorflow/compiler/tests/
Dmatrix_diag_ops_test.py59 row_index = d_upper - diag_index
65 extra_dim = tuple() if d_lower == d_upper else (row_index,)
/external/python/cpython2/Lib/idlelib/
Dtabbedpages.py162 for row_index in xrange(n_rows):
164 n_tabs = (len(self._tab_names) - i - 1) // (n_rows - row_index) + 1
/external/libgav1/libgav1/src/
Dtile.h269 bool CanDecode(int row_index, int column_index) const;
279 void DecodeSuperBlock(int row_index, int column_index, int block_width4x4);
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp2558 static Row *GetRowForRowIndexImpl(std::vector<Row> &rows, size_t &row_index) { in GetRowForRowIndexImpl() argument
2560 if (row_index == 0) in GetRowForRowIndexImpl()
2563 --row_index; in GetRowForRowIndexImpl()
2566 Row *result = GetRowForRowIndexImpl(children, row_index); in GetRowForRowIndexImpl()
2575 Row *GetRowForRowIndex(size_t row_index) { in GetRowForRowIndex() argument
2576 return GetRowForRowIndexImpl(m_rows, row_index); in GetRowForRowIndex()
/external/tensorflow/tensorflow/python/kernel_tests/
Ddiag_op_test.py64 row_index = d_upper - diag_index
70 extra_dim = tuple() if d_lower == d_upper else (row_index,)
/external/libaom/libaom/av1/encoder/x86/
Dhighbd_fwd_txfm_sse4.c1004 int row_index = 0; in convert_8x8_to_16x16() local
1016 row_index += 1; in convert_8x8_to_16x16()
1017 } while (row_index < 8); in convert_8x8_to_16x16()
1028 row_index += 1; in convert_8x8_to_16x16()
1029 } while (row_index < 16); in convert_8x8_to_16x16()
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser.cc489 uint32_t row_index = 0; in ParseValues() local
518 ++row_index; in ParseValues()