Interpolation at given indexes

Some indexes of a k dimensional tensor is stored at tensor T (n x k) with corresponding vector values stored in tensor V (n x p). I want to interpolate values at indexes given by another tensor I (m x k). How this can be achieved?