/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | tensor_utils_test.cc | 125 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/ |
D | span_join_operator_table.cc | 548 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()
|
D | span_join_operator_table.h | 133 kRow, enumerator 140 bool is_row() const { return code == Code::kRow; } in is_row()
|
/external/skia/tools/bookmaker/ |
D | spellCheck.cpp | 48 kRow, enumerator 271 case MarkType::kRow: in check() 353 case MarkType::kRow: in check()
|
D | bookmaker.h | 145 kRow, enumerator
|
D | mdOut.cpp | 1331 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()
|
D | mdOut.h | 40 kRow, enumerator
|
D | bmhParser.cpp | 83 , { "", MarkType::kRow, R_Y, E_N, M(Table) | M(List) } 1590 fMarkup.emplace_front(MarkType::kRow, fColStart, fLineCount, fParent, fMC); in findDefinitions()
|
D | includeWriter.cpp | 217 SkASSERT(MarkType::kRow == row->fMarkType); in descriptionOut()
|
/external/skqp/tools/bookmaker/ |
D | spellCheck.cpp | 48 kRow, enumerator 271 case MarkType::kRow: in check() 353 case MarkType::kRow: in check()
|
D | bookmaker.h | 145 kRow, enumerator
|
D | mdOut.cpp | 1331 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()
|
D | mdOut.h | 40 kRow, enumerator
|
D | bmhParser.cpp | 83 , { "", MarkType::kRow, R_Y, E_N, M(Table) | M(List) } 1590 fMarkup.emplace_front(MarkType::kRow, fColStart, fLineCount, fParent, fMC); in findDefinitions()
|
D | includeWriter.cpp | 217 SkASSERT(MarkType::kRow == row->fMarkType); in descriptionOut()
|