LostTech.TensorFlow : API Documentation

Type Metric

Namespace tensorflow.contrib.eager.python.metrics_impl

Parent PythonObjectContainer

Interfaces Trackable, IMetric

Public instance methods

object add_variable(string name, Nullable<ValueTuple> shape, DType dtype, PythonClassContainer initializer)

object add_variable_dyn(object name, object shape, object dtype, object initializer)

void aggregate(object metrics)

object aggregate_dyn(object metrics)

Tensor call(IDictionary<string, object> kwargs, Object[] args)

Tensor call(IGraphNodeBase[] args)

Tensor call(PythonClassContainer[] args)

Tensor call(Object[] args)

object call_dyn(IDictionary<string, object> kwargs, Object[] args)

object call_dyn(Object[] args)

Public properties

object name get;

object name_dyn get;

object PythonObject get;

object variables get;

object variables_dyn get;