LostTech.TensorFlow : API Documentation

Type confusion_matrix

Namespace tensorflow.python.ops.confusion_matrix

Public static methods

ValueTuple<object, object> remove_squeezable_dimensions(IEnumerable<object> labels, IEnumerable<IGraphNodeBase> predictions, int expected_rank_diff, string name)

ValueTuple<object, object> remove_squeezable_dimensions(IEnumerable<object> labels, PythonClassContainer predictions, int expected_rank_diff, string name)

ValueTuple<object, object> remove_squeezable_dimensions(IEnumerable<object> labels, object predictions, int expected_rank_diff, string name)

ValueTuple<object, object> remove_squeezable_dimensions(object labels, IEnumerable<IGraphNodeBase> predictions, int expected_rank_diff, string name)

ValueTuple<object, object> remove_squeezable_dimensions(object labels, PythonClassContainer predictions, int expected_rank_diff, string name)

ValueTuple<object, object> remove_squeezable_dimensions(object labels, object predictions, int expected_rank_diff, string name)

object remove_squeezable_dimensions_dyn(object labels, object predictions, ImplicitContainer<T> expected_rank_diff, object name)

Public properties

PythonFunctionContainer remove_squeezable_dimensions_fn get;