LostTech.TensorFlow : API Documentation

Type gen_image_ops

Namespace tensorflow.contrib.image.ops.gen_image_ops

Public static methods

object bipartite_match_eager_fallback(IGraphNodeBase distance_mat, IGraphNodeBase num_valid_rows, int top_k, string name, Context ctx)

object bipartite_match_eager_fallback_dyn(object distance_mat, object num_valid_rows, ImplicitContainer<T> top_k, object name, object ctx)

object BipartiteMatch(object distance_mat, object num_valid_rows, int top_k, string name)

object BipartiteMatch_dyn(object distance_mat, object num_valid_rows, ImplicitContainer<T> top_k, object name)

object image_connected_components_eager_fallback(IGraphNodeBase image, string name, Context ctx)

object image_connected_components_eager_fallback_dyn(object image, object name, object ctx)

object image_projective_transform_eager_fallback(IGraphNodeBase images, IGraphNodeBase transforms, string interpolation, string name, Context ctx)

object image_projective_transform_eager_fallback_dyn(object images, object transforms, object interpolation, object name, object ctx)

object image_projective_transform_v2_eager_fallback(IGraphNodeBase images, IGraphNodeBase transforms, IGraphNodeBase output_shape, string interpolation, string name, Context ctx)

object image_projective_transform_v2_eager_fallback_dyn(object images, object transforms, object output_shape, object interpolation, object name, object ctx)

Tensor ImageConnectedComponents(object image, string name)

object ImageConnectedComponents_dyn(object image, object name)

Tensor ImageProjectiveTransform(object images, object transforms, object interpolation, string name)

object ImageProjectiveTransform_dyn(object images, object transforms, object interpolation, object name)

Tensor ImageProjectiveTransformV2(object images, object transforms, object output_shape, object interpolation, string name)

object ImageProjectiveTransformV2_dyn(object images, object transforms, object output_shape, object interpolation, object name)

Public properties

PythonFunctionContainer bipartite_match_eager_fallback_fn get;

PythonFunctionContainer BipartiteMatch_fn get;

PythonFunctionContainer image_connected_components_eager_fallback_fn get;

PythonFunctionContainer image_projective_transform_eager_fallback_fn get;

PythonFunctionContainer image_projective_transform_v2_eager_fallback_fn get;

PythonFunctionContainer ImageConnectedComponents_fn get;

PythonFunctionContainer ImageProjectiveTransform_fn get;

PythonFunctionContainer ImageProjectiveTransformV2_fn get;