HomeSort by relevance Sort by last modified time
    Searched defs:kRow (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/
tensor_utils_test.cc 36 constexpr int kRow = 3;
39 static float matrix[kRow * kCol] = {1.0, 2.0, 3.0, 4.0, //
44 std::vector<float> output(kRow * kBatch);
46 MatrixBatchVectorMultiplyAccumulate(matrix, kRow, kCol, vector, kBatch,
51 std::vector<float> output_with_stride2(kRow * kBatch * 2);
53 MatrixBatchVectorMultiplyAccumulate(matrix, kRow, kCol, vector, kBatch,
  /external/skia/tools/bookmaker/
spellCheck.cpp 41 kRow,
250 case MarkType::kRow:
334 case MarkType::kRow:
bookmaker.h 128 kRow,
    [all...]
  /external/skqp/tools/bookmaker/
spellCheck.cpp 41 kRow,
163 fTableState = TableState::kRow;
165 if (TableState::kRow == fTableState) {
237 fTableState = TableState::kRow;
239 if (TableState::kRow == fTableState) {
261 case MarkType::kRow:
340 fTableState = TableState::kRow;
345 case MarkType::kRow:
bookmaker.h 127 kRow,
    [all...]

Completed in 130 milliseconds