Home
last modified time | relevance | path

Searched defs:strides (Results 1 – 25 of 78) sorted by relevance

1234

/frameworks/base/graphics/java/android/graphics/
DYuvImage.java79 public YuvImage(byte[] yuv, int format, int width, int height, int[] strides) { in YuvImage()
200 int[] strides = null; in calculateStrides() local
238 int format, int width, int height, int[] offsets, int[] strides, in nativeCompressToJpeg()
/frameworks/ml/nn/common/include/
DIndexedShapeWrapper.h57 std::vector<uint32_t> strides; variable
/frameworks/base/core/jni/android/graphics/
DYuvToJpegEncoder.cpp11 YuvToJpegEncoder* YuvToJpegEncoder::create(int format, int* strides) { in create()
23 YuvToJpegEncoder::YuvToJpegEncoder(int* strides) : fStrides(strides) { in YuvToJpegEncoder()
83 Yuv420SpToJpegEncoder::Yuv420SpToJpegEncoder(int* strides) : in Yuv420SpToJpegEncoder()
159 Yuv422IToJpegEncoder::Yuv422IToJpegEncoder(int* strides) : in Yuv422IToJpegEncoder()
238 jintArray strides, jint jpegQuality, jobject jstream, in YuvImage_compressToJpeg()
/frameworks/ml/nn/runtime/test/generated/models/
Dstrided_slice_float_7_relaxed.model.cpp11 auto strides = model->addOperand(&type1); in CreateModel() local
53 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_float_7.model.cpp11 auto strides = model->addOperand(&type1); in CreateModel() local
51 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_quant8_7.model.cpp11 auto strides = model->addOperand(&type1); in CreateModel() local
51 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_float_4.model.cpp12 auto strides = model->addOperand(&type1); in CreateModel() local
52 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_qaunt8_10.model.cpp12 auto strides = model->addOperand(&type1); in CreateModel() local
52 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_float_10.model.cpp12 auto strides = model->addOperand(&type1); in CreateModel() local
52 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_quant8_1.model.cpp12 auto strides = model->addOperand(&type1); in CreateModel() local
52 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_quant8_8.model.cpp12 auto strides = model->addOperand(&type1); in CreateModel() local
52 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_float_8_relaxed.model.cpp12 auto strides = model->addOperand(&type1); in CreateModel() local
54 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_float_6.model.cpp12 auto strides = model->addOperand(&type1); in CreateModel() local
52 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice.model.cpp12 auto strides = model->addOperand(&type1); in CreateModel() local
52 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_relaxed.model.cpp12 auto strides = model->addOperand(&type1); in CreateModel() local
54 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_float_9_relaxed.model.cpp12 auto strides = model->addOperand(&type1); in CreateModel() local
54 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_quant8_5.model.cpp12 auto strides = model->addOperand(&type1); in CreateModel() local
52 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_float_3.model.cpp12 auto strides = model->addOperand(&type1); in CreateModel() local
52 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_float_2.model.cpp12 auto strides = model->addOperand(&type1); in CreateModel() local
52 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_float_3_relaxed.model.cpp12 auto strides = model->addOperand(&type1); in CreateModel() local
54 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_qaunt8_11.model.cpp12 auto strides = model->addOperand(&type1); in CreateModel() local
52 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_float_11_relaxed.model.cpp12 auto strides = model->addOperand(&type1); in CreateModel() local
54 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_quant8_4.model.cpp12 auto strides = model->addOperand(&type1); in CreateModel() local
52 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_float_9.model.cpp12 auto strides = model->addOperand(&type1); in CreateModel() local
52 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dstrided_slice_float16.model.cpp12 auto strides = model->addOperand(&type1); in CreateModel() local
52 auto strides = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local

1234