/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | resize_nearest_neighbor.h | 74 const int row_offset = input_shape.Dims(2) * col_offset; in ResizeNearestNeighbor() local 75 const int batch_offset = input_shape.Dims(1) * row_offset; in ResizeNearestNeighbor() 84 const T* y_input_ptr = input_ptr + in_y * row_offset; in ResizeNearestNeighbor()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/ConvolutionFunctions/ |
A D | arm_nn_mat_mult_s8.c | 47 const int32_t row_offset, in arm_nn_mat_mult_s8() argument 55 (void)row_offset; in arm_nn_mat_mult_s8() 172 (void)row_offset; in arm_nn_mat_mult_s8()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ConvolutionFunctions/ |
A D | arm_nn_mat_mult_s8.c | 47 const int32_t row_offset, in arm_nn_mat_mult_s8() argument 55 (void)row_offset; in arm_nn_mat_mult_s8() 172 (void)row_offset; in arm_nn_mat_mult_s8()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_getimage.c | 281 img->row_offset = 0; in TIFFRGBAImageBegin() 666 rowstoread = th - (row + img->row_offset) % th; in gtTileContig() 676 row+img->row_offset, 0, 0)==(tmsize_t)(-1) && in gtTileContig() 800 rowstoread = th - (row + img->row_offset) % th; in gtTileSeparate() 863 pos = ((row+img->row_offset) % th) * TIFFTileRowSize(tif) + \ in gtTileSeparate() 961 TIFFComputeStrip(tif,row+img->row_offset, 0), in gtStripContig() 971 pos = ((row + img->row_offset) % rowsperstrip) * scanline + \ in gtStripContig() 1060 offset_row = row + img->row_offset; in gtStripSeparate() 1119 pos = ((row + img->row_offset) % rowsperstrip) * scanline + \ in gtStripSeparate() 2911 img.row_offset = row; in TIFFReadRGBAStripExt() [all …]
|
A D | tiffio.h | 231 int row_offset; member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | im2col_utils.h | 165 int row_offset = Offset(row_shape, 0, batch, out_y, out_x); in DilatedIm2col() local 178 Offset(im2col_shape, 0, 0, row_offset, col_offset); in DilatedIm2col() 193 Offset(im2col_shape, 0, 0, row_offset, col_offset); in DilatedIm2col() 459 const int row_offset = in DilatedIm2col3D() local 474 row_offset, col_offset); in DilatedIm2col3D() 489 row_offset, col_offset); in DilatedIm2col3D() 497 Offset(im2col_reshaped, 0, 0, row_offset, col_offset); in DilatedIm2col3D()
|
A D | sse_tensor_utils.cc | 112 const int32_t row_offset = in SseMatrixBatchVectorMultiplyAccumulateImpl() local 165 if (row_offset) { in SseMatrixBatchVectorMultiplyAccumulateImpl() 166 sum -= row_offset; in SseMatrixBatchVectorMultiplyAccumulateImpl()
|
A D | optimized_ops.h | 5196 int row_offset = Offset(row_shape, 0, batch, out_y, out_x); in TransposeIm2col() local 5199 Offset(im2col_shape, 0, 0, row_offset, col_offset); in TransposeIm2col() 5617 const int row_offset = input_shape.Dims(2) * col_offset; in ResizeNearestNeighbor() local 5618 const int batch_offset = input_shape.Dims(1) * row_offset; in ResizeNearestNeighbor() 5631 const uint8* y_input_ptr = input_ptr + in_y * row_offset; in ResizeNearestNeighbor()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/ |
A D | Tiffile.cpp | 424 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip; in getStripContig1Bit() 426 strip = TIFFComputeStrip(tif,row+img->row_offset, 0); in getStripContig1Bit() 427 stripsize = ((row + img->row_offset)%rowsperstrip + nrow) * scanline; in getStripContig1Bit() 435 pos = ((row + img->row_offset) % rowsperstrip) * scanline; in getStripContig1Bit()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffcrop.c | 783 uint32 row_offset, col_offset; in readContigTilesIntoBuffer() local 857 row_offset = row * dst_rowsize; in readContigTilesIntoBuffer() 859 bufp = buf + row_offset + col_offset; in readContigTilesIntoBuffer() 1046 bufp = obuf + row_offset + col_offset; in readSeparateTilesIntoBuffer() 3750 row_offset = row * src_rowsize; in combineSeparateSamplesBytes() 6746 row_offset = row * img_rowsize; in extractImageSection() 6747 src_offset = row_offset + col_offset; in extractImageSection() 6763 row_offset = row * img_rowsize; in extractImageSection() 9038 uint32 row, rowsize, row_offset; in mirrorImage() local 9074 row_offset = row * rowsize; in mirrorImage() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | io_dec.c | 473 const int row_offset = scaler->src_y - io->mb_y; in EmitRescaledAlphaRGB() local 475 io->a + row_offset * io->width, io->width); in EmitRescaledAlphaRGB()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Include/ |
A D | arm_nnsupportfunctions.h | 233 const int32_t row_offset,
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Include/ |
A D | arm_nnsupportfunctions.h | 233 const int32_t row_offset,
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | tiffio.h | 231 int row_offset; member
|