Home
last modified time | relevance | path

Searched refs:kRow (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Dtensor_utils_test.cc125 constexpr int kRow = 3; in TEST() local
128 static float matrix[kRow * kCol] = {1.0, 2.0, 3.0, 4.0, // in TEST()
133 std::vector<float> output(kRow * kBatch); in TEST()
135 MatrixBatchVectorMultiplyAccumulate(matrix, kRow, kCol, vector, kBatch, in TEST()
140 std::vector<float> output_with_stride2(kRow * kBatch * 2); in TEST()
142 MatrixBatchVectorMultiplyAccumulate(matrix, kRow, kCol, vector, kBatch, in TEST()
480 const int kRow = 4; in TEST() local
484 float matrix[kRow * kCol] = { in TEST()
543 std::vector<float> dense_output(kRow * kBatch, 0.0); in TEST()
544 MatrixBatchVectorMultiplyAccumulate(matrix, kRow, kCol, vector, kBatch, in TEST()
[all …]
/external/perfetto/src/trace_processor/
Dspan_join_operator_table.cc548 return StepRet(StepRet::Code::kRow); in Step()
562 return StepRet(StepRet::Code::kRow); in StepToNextPartition()
573 return StepRet(StepRet::Code::kRow); in StepToPartition()
586 return StepRet(StepRet::Code::kRow); in StepToPartition()
598 return StepRet(StepRet::Code::kRow); in StepUntil()
Dspan_join_operator_table.h133 kRow, enumerator
140 bool is_row() const { return code == Code::kRow; } in is_row()
/external/skia/tools/bookmaker/
DspellCheck.cpp48 kRow, enumerator
271 case MarkType::kRow: in check()
353 case MarkType::kRow: in check()
Dbookmaker.h145 kRow, enumerator
DmdOut.cpp1331 fTableState = TableState::kRow; in markTypeOut()
1341 if (TableState::kRow == fTableState) { in markTypeOut()
1489 fTableState = TableState::kRow; in markTypeOut()
1725 case MarkType::kRow: in markTypeOut()
1920 SkASSERT(MarkType::kRow == row->fMarkType); in markTypeOut()
1954 case MarkType::kRow: in markTypeOut()
2003 fTableState = TableState::kRow; in parameterHeaderOut()
2005 if (TableState::kRow == fTableState) { in parameterHeaderOut()
2027 fTableState = TableState::kRow; in parameterTrailerOut()
DmdOut.h40 kRow, enumerator
DbmhParser.cpp83 , { "", MarkType::kRow, R_Y, E_N, M(Table) | M(List) }
1590 fMarkup.emplace_front(MarkType::kRow, fColStart, fLineCount, fParent, fMC); in findDefinitions()
DincludeWriter.cpp217 SkASSERT(MarkType::kRow == row->fMarkType); in descriptionOut()
/external/skqp/tools/bookmaker/
DspellCheck.cpp48 kRow, enumerator
271 case MarkType::kRow: in check()
353 case MarkType::kRow: in check()
Dbookmaker.h145 kRow, enumerator
DmdOut.cpp1331 fTableState = TableState::kRow; in markTypeOut()
1341 if (TableState::kRow == fTableState) { in markTypeOut()
1489 fTableState = TableState::kRow; in markTypeOut()
1725 case MarkType::kRow: in markTypeOut()
1920 SkASSERT(MarkType::kRow == row->fMarkType); in markTypeOut()
1954 case MarkType::kRow: in markTypeOut()
2003 fTableState = TableState::kRow; in parameterHeaderOut()
2005 if (TableState::kRow == fTableState) { in parameterHeaderOut()
2027 fTableState = TableState::kRow; in parameterTrailerOut()
DmdOut.h40 kRow, enumerator
DbmhParser.cpp83 , { "", MarkType::kRow, R_Y, E_N, M(Table) | M(List) }
1590 fMarkup.emplace_front(MarkType::kRow, fColStart, fLineCount, fParent, fMC); in findDefinitions()
DincludeWriter.cpp217 SkASSERT(MarkType::kRow == row->fMarkType); in descriptionOut()