LostTech.TensorFlow : API Documentation

Type gen_periodic_resample_op

Namespace tensorflow.contrib.periodic_resample.python.ops.gen_periodic_resample_op

Public static methods

object periodic_resample_eager_fallback(IGraphNodeBase values, TensorShape shape, string name, Context ctx)

object periodic_resample_eager_fallback_dyn(object values, object shape, object name, object ctx)

object periodic_resample_op_grad_eager_fallback(IGraphNodeBase grad, object original_shape, object desired_shape, string name, Context ctx)

object periodic_resample_op_grad_eager_fallback_dyn(object grad, object original_shape, object desired_shape, object name, object ctx)

Tensor PeriodicResample(object values, TensorShape shape, string name)

object PeriodicResample_dyn(object values, object shape, object name)

Tensor PeriodicResampleOpGrad(object grad, object original_shape, object desired_shape, string name)

object PeriodicResampleOpGrad_dyn(object grad, object original_shape, object desired_shape, object name)

Public properties

PythonFunctionContainer periodic_resample_eager_fallback_fn get;

PythonFunctionContainer periodic_resample_op_grad_eager_fallback_fn get;

PythonFunctionContainer PeriodicResample_fn get;

PythonFunctionContainer PeriodicResampleOpGrad_fn get;