dfm / tf.interp

Multivariate linear interpolation in TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multivariate linear interpolation in TensorFlow

This module implements a custom TensorFlow operation that replicates the RegularGridInterpolator from SciPy.

To install, run:

python setup.py install

or

python setup.py develop

And then use:

from tfinterp import regular_nd
zi = regular_nd(points, values, xi)

in your code. See the docstring for regular_nd for more information.

About

Multivariate linear interpolation in TensorFlow

License:Apache License 2.0


Languages

Language:Jupyter Notebook 84.1%Language:C++ 10.4%Language:Python 5.2%Language:Cuda 0.3%