Home
last modified time | relevance | path

Searched refs:column_index (Results 1 – 6 of 6) sorted by relevance

/external/google-fruit/extras/benchmark/
Dformat_bench_results.py66 max_content_length_by_column = [max([len(str(row[column_index])) for row in table_data])
67 for column_index in range(len(table_data[0]))]
71 for column_index in range(len(row)):
72 value = str(row[column_index])
74 table_cell_format = '%%%ss' % max_content_length_by_column[column_index]
80 + '-|-'.join(['-' * max_content_length_by_column[column_index]
81 for column_index in range(len(row))])
/external/tensorflow/tensorflow/core/kernels/data/experimental/sql/
Dsqlite_query_connection.cc83 const DataType& data_type, int column_index, Tensor* tensor) { in FillTensorWithResultSetEntry() argument
86 tensor->scalar<T>()() = static_cast<T>(stmt_.M(column_index)); \ in FillTensorWithResultSetEntry()
105 tensor->scalar<bool>()() = stmt_.ColumnInt(column_index) != 0; in FillTensorWithResultSetEntry()
Dsqlite_query_connection.h43 void FillTensorWithResultSetEntry(const DataType& data_type, int column_index,
/external/autotest/frontend/tko/
Dcsv_encoder.py39 row_index, column_index = group['header_indices']
40 return row_index * num_columns + column_index
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dmatrix.h99 size_t column_index, in CopyFromColumn() argument
103 data_[i] = src[i][column_index]; in CopyFromColumn()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp14751 const GLchar* column_index = 0; in getVectorValues() local
14769 column_index = "0"; in getVectorValues()
14772 column_index = "1"; in getVectorValues()
14775 column_index = "2"; in getVectorValues()
14778 column_index = "3"; in getVectorValues()
14784 Utils::replaceAllTokens("COLUMN", column_index, initializer); in getVectorValues()