HomeSort by relevance Sort by last modified time
    Searched refs:kMaxDim (Results 1 - 7 of 7) sorted by null

  /frameworks/ml/nn/common/operations/
StridedSlice.cpp 36 const int kMaxDim = 4;
62 for (int i = numInputDims; i < kMaxDim; i++) {
  /external/skia/src/codec/
SkBmpCodec.cpp 286 constexpr int kMaxDim = 1 << 16;
287 if (width <= 0 || height <= 0 || width >= kMaxDim || height >= kMaxDim) {
  /external/skqp/src/codec/
SkBmpCodec.cpp 281 constexpr int kMaxDim = 1 << 16;
282 if (width <= 0 || height <= 0 || width >= kMaxDim || height >= kMaxDim) {
  /external/tensorflow/tensorflow/contrib/lite/kernels/
strided_slice.cc 73 const int kMaxDim = 4;
196 for (int i = op_context.dims; i < kMaxDim; i++) {
  /art/tools/jfuzz/
jfuzz.cc 72 static const uint32_t kMaxDim = 10;
73 static const uint32_t kMaxDimSize[kMaxDim + 1] = { 0, 1000, 32, 10, 6, 4, 3, 3, 2, 2, 2 };
109 array_dim_(random1(kMaxDim)),
    [all...]
  /external/skia/src/gpu/ops/
GrSmallPathRenderer.cpp 42 static const SkScalar kMaxDim = 73;
106 // Only support paths with bounds within kMaxDim by kMaxDim,
118 if (maxDim > kMaxDim || kMinSize > minSize || maxSize > kMaxSize) {
    [all...]
  /external/skqp/src/gpu/ops/
GrSmallPathRenderer.cpp 42 static const SkScalar kMaxDim = 73;
106 // Only support paths with bounds within kMaxDim by kMaxDim,
118 if (maxDim > kMaxDim || kMinSize > minSize || maxSize > kMaxSize) {
    [all...]

Completed in 1239 milliseconds