/**
* Convert the jpeg buffer to tensor with offset
*
* @param data the data array.
* @param shape a number array with the shape of [height, width, channels].
* @returns tf.Tensor3D
*/exportdeclareconstconvertBuffer: (data: any, shape: any) =>import("@tensorflow/tfjs-core").Tensor3D;