LostTech.TensorFlow : API Documentation

Type gen_resampler_ops

Namespace tensorflow.contrib.resampler.ops.gen_resampler_ops

Public static methods

Tensor Resampler(object data, object warp, string name)

object Resampler_dyn(object data, object warp, object name)

object resampler_eager_fallback(IGraphNodeBase data, IGraphNodeBase warp, string name, Context ctx)

object resampler_eager_fallback_dyn(object data, object warp, object name, object ctx)

object resampler_grad_eager_fallback(IGraphNodeBase data, IGraphNodeBase warp, IGraphNodeBase grad_output, string name, Context ctx)

object resampler_grad_eager_fallback_dyn(object data, object warp, object grad_output, object name, object ctx)

object ResamplerGrad(object data, object warp, object grad_output, string name)

object ResamplerGrad_dyn(object data, object warp, object grad_output, object name)

Public properties

PythonFunctionContainer resampler_eager_fallback_fn get;

PythonFunctionContainer Resampler_fn get;

PythonFunctionContainer resampler_grad_eager_fallback_fn get;

PythonFunctionContainer ResamplerGrad_fn get;