LostTech.TensorFlow : API Documentation

Type metrics_impl

Namespace tensorflow.python.ops.metrics_impl

Public static methods

Variable metric_variable(IEnumerable<Nullable<int>> shape, dtype dtype, bool validate_shape, PythonFunctionContainer name)

Variable metric_variable(IEnumerable<Nullable<int>> shape, dtype dtype, bool validate_shape, string name)

Variable metric_variable(IEnumerable<Nullable<int>> shape, DType dtype, bool validate_shape, PythonFunctionContainer name)

Variable metric_variable(IEnumerable<Nullable<int>> shape, DType dtype, bool validate_shape, string name)

Variable metric_variable(IEnumerable<Nullable<int>> shape, PythonClassContainer dtype, bool validate_shape, PythonFunctionContainer name)

Variable metric_variable(IEnumerable<Nullable<int>> shape, PythonClassContainer dtype, bool validate_shape, string name)

Variable metric_variable(TensorShape shape, dtype dtype, bool validate_shape, PythonFunctionContainer name)

Variable metric_variable(TensorShape shape, dtype dtype, bool validate_shape, string name)

Variable metric_variable(TensorShape shape, DType dtype, bool validate_shape, PythonFunctionContainer name)

Variable metric_variable(TensorShape shape, DType dtype, bool validate_shape, string name)

Variable metric_variable(TensorShape shape, PythonClassContainer dtype, bool validate_shape, PythonFunctionContainer name)

Variable metric_variable(TensorShape shape, PythonClassContainer dtype, bool validate_shape, string name)

object metric_variable_dyn(object shape, object dtype, ImplicitContainer<T> validate_shape, object name)

Public properties

PythonFunctionContainer metric_variable_fn get;