Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Dtensor_utils_test.cc323 constexpr int kRow = 3; in TEST() local
326 static float matrix[kRow * kCol] = {1.0, 2.0, 3.0, 4.0, // in TEST()
331 std::vector<float> output(kRow * kBatch); in TEST()
333 MatrixBatchVectorMultiplyAccumulate(matrix, kRow, kCol, vector, kBatch, in TEST()
338 std::vector<float> output_with_stride2(kRow * kBatch * 2); in TEST()
340 MatrixBatchVectorMultiplyAccumulate(matrix, kRow, kCol, vector, kBatch, in TEST()
1175 const int kRow = 4; in TEST() local
1179 float matrix[kRow * kCol] = { in TEST()
1238 std::vector<float> dense_output(kRow * kBatch, 0.0); in TEST()
1239 MatrixBatchVectorMultiplyAccumulate(matrix, kRow, kCol, vector, kBatch, in TEST()
[all …]
/external/libgav1/libgav1/src/
Dwarp_prediction.cc157 subpixel_mid_y + mv.mv[MotionVector::kRow]; in WarpEstimation()
231 mv.mv[MotionVector::kRow] * (1 << (kWarpedModelPrecisionBits - 3)) - in WarpEstimation()
Dmotion_vector.cc90 mv->mv[MotionVector::kRow] = in SetupGlobalMv()
95 mv->mv[MotionVector::kRow] = MultiplyBy2( in SetupGlobalMv()
/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()
/external/libgav1/libgav1/src/utils/
Dtypes.h31 static constexpr int kRow = 0; member
/external/libgav1/libgav1/src/tile/
Dprediction.cc1191 ((mv.mv[MotionVector::kRow] * (1 << (1 - subsampling_y))) & in BlockInterPrediction()
Dtile.cc2539 const int mv_row = std::abs(mv_to_store.mv[MotionVector::kRow]); in StoreMotionFieldMvsIntoCurrentFrame()