using System; namespace Tensorflow { public class Function { private IntPtr _handle; public Function() { } } }