LostTech.TensorFlow : API Documentation

Type gen_distort_image_ops

Namespace tensorflow.contrib.image.ops.gen_distort_image_ops

Public static methods

object adjust_hsv_in_yiq_eager_fallback(IGraphNodeBase images, IGraphNodeBase delta_h, IGraphNodeBase scale_s, IGraphNodeBase scale_v, string name, Context ctx)

object adjust_hsv_in_yiq_eager_fallback_dyn(object images, object delta_h, object scale_s, object scale_v, object name, object ctx)

Tensor AdjustHsvInYiq(object images, object delta_h, object scale_s, object scale_v, string name)

object AdjustHsvInYiq_dyn(object images, object delta_h, object scale_s, object scale_v, object name)

Public properties

PythonFunctionContainer adjust_hsv_in_yiq_eager_fallback_fn get;

PythonFunctionContainer AdjustHsvInYiq_fn get;