Home
last modified time | relevance | path

Searched refs:kNumRows (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/examples/person_detection/
Dmodel_settings.h25 constexpr int kNumRows = 96; variable
28 constexpr int kMaxImageSize = kNumCols * kNumRows * kNumChannels;
Dimage_provider_test.cc31 TfLiteStatus get_status = GetImage(&micro_error_reporter, kNumCols, kNumRows, in TF_LITE_MICRO_TEST()
Dmain_functions.cc103 if (kTfLiteOk != GetImage(error_reporter, kNumCols, kNumRows, kNumChannels, in loop()
Dperson_detection_test.cc72 TF_LITE_MICRO_EXPECT_EQ(kNumRows, input->dims->data[1]); in TF_LITE_MICRO_TEST()
/external/skia/bench/
DTableBench.cpp28 static const int kNumRows = 48; member in TableBench
44 for (int row = 0; row < kNumRows; ++row) { in onDraw()
/external/skqp/bench/
DTableBench.cpp28 static const int kNumRows = 48; member in TableBench
44 for (int row = 0; row < kNumRows; ++row) { in onDraw()
/external/skia/gm/
Dstrokedlines.cpp34 constexpr int kNumRows = 8; variable
129 return SkISize::Make(kNumColumns * (2*kRadius+2*kPad), kNumRows * (2*kRadius+2*kPad)); in onISize()
209 SkASSERT(kNumRows == fPaints.count() + fMatrices.count()); in onOnceBeforeDraw()
Dandroidblendmodes.cpp40 return SkISize::Make(kNumCols * kBitmapSize, kNumRows * kBitmapSize); in onISize()
119 static const int kNumRows = 5; member in skiagm::AndroidBlendModesGM
Dperspshaders.cpp55 return SkISize::Make(kCellSize*kNumCols, kCellSize*kNumRows); in onISize()
165 static constexpr int kNumRows = 4; member in skiagm::PerspShadersGM
Dpath_stroke_with_zero_length.cpp120 static const int kNumRows = SK_ARRAY_COUNT(kCaps) * SK_ARRAY_COUNT(kWidths); variable
123 static const int kTotalHeight = kNumRows * (kCellHeight + kCellPad) + kCellPad;
Dtrickycubicstrokes.cpp29 static constexpr int kNumRows = 5; variable
31 static constexpr int kTestHeight = kNumRows * kCellSize;
/external/skqp/gm/
Dstrokedlines.cpp18 constexpr int kNumRows = 8; variable
112 return SkISize::Make(kNumColumns * (2*kRadius+2*kPad), kNumRows * (2*kRadius+2*kPad)); in onISize()
195 SkASSERT(kNumRows == fPaints.count() + fMatrices.count()); in onOnceBeforeDraw()
Dandroidblendmodes.cpp28 return SkISize::Make(kNumCols * kBitmapSize, kNumRows * kBitmapSize); in onISize()
110 static const int kNumRows = 5; member in skiagm::AndroidBlendModesGM
Dperspshaders.cpp40 return SkISize::Make(kCellSize*kNumCols, kCellSize*kNumRows); in onISize()
154 static constexpr int kNumRows = 4; member in skiagm::PerspShadersGM
Dpath_stroke_with_zero_length.cpp109 static const int kNumRows = SK_ARRAY_COUNT(kCaps) * SK_ARRAY_COUNT(kWidths); variable
112 static const int kTotalHeight = kNumRows * (kCellHeight + kCellPad) + kCellPad;
Dshapes_as_paths.cpp193 static const int kNumRows = 9; variable
196 static const int kTotalHeight = kNumRows * 60 + 10;
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc4822 constexpr int kNumRows = 4; in EmitHlo021Tile() local
4828 /*num_threads_y=*/kNumRows, in EmitHlo021Tile()