Searched refs:kRow (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | tensor_utils_test.cc | 323 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/ |
D | warp_prediction.cc | 157 subpixel_mid_y + mv.mv[MotionVector::kRow]; in WarpEstimation() 231 mv.mv[MotionVector::kRow] * (1 << (kWarpedModelPrecisionBits - 3)) - in WarpEstimation()
|
D | motion_vector.cc | 90 mv->mv[MotionVector::kRow] = in SetupGlobalMv() 95 mv->mv[MotionVector::kRow] = MultiplyBy2( in SetupGlobalMv()
|
/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()
|
/external/libgav1/libgav1/src/utils/ |
D | types.h | 31 static constexpr int kRow = 0; member
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 1191 ((mv.mv[MotionVector::kRow] * (1 << (1 - subsampling_y))) & in BlockInterPrediction()
|
D | tile.cc | 2539 const int mv_row = std::abs(mv_to_store.mv[MotionVector::kRow]); in StoreMotionFieldMvsIntoCurrentFrame()
|