LostTech.TensorFlow : API Documentation

Type EstimatorSpecFunction

Namespace tensorflow_estimator.python.estimator.export.function

Parent Function

Interfaces IEstimatorSpecFunction

Public instance methods

object __call__(IDictionary<string, object> kwds, IGraphNodeBase[] args)

Accumulates statistics and then computes metric result value.
Parameters
IDictionary<string, object> kwds
IGraphNodeBase[] args

Returns
object
The metric value tensor.

object __call__(IDictionary<string, object> kwds, Object[] args)

Accumulates statistics and then computes metric result value.
Parameters
IDictionary<string, object> kwds
Object[] args

Returns
object
The metric value tensor.

object __call__(IGraphNodeBase[] args)

Accumulates statistics and then computes metric result value.
Parameters
IGraphNodeBase[] args

Returns
object
The metric value tensor.

object __call__(Object[] args)

Accumulates statistics and then computes metric result value.
Parameters
Object[] args

Returns
object
The metric value tensor.

object __call___dyn(IDictionary<string, object> kwds, Object[] args)

Accumulates statistics and then computes metric result value.
Parameters
IDictionary<string, object> kwds
Object[] args

Returns
object
The metric value tensor.

object __call___dyn(Object[] args)

Accumulates statistics and then computes metric result value.
Parameters
Object[] args

Returns
object
The metric value tensor.

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

object get_concrete_function(Object[] args)

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

object get_concrete_function_dyn(Object[] args)

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

object get_initialization_function(Object[] args)

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

object get_initialization_function_dyn(Object[] args)

Public static methods

EstimatorSpecFunction NewDyn(object fn, object mode, object config, object params, object variable_holder, IDictionary<string, object> kwargs)

DEPRECATED FUNCTION

Warning: THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: This class is equivalent as tf.keras.layers.SimpleRNNCell, and will be replaced by that in Tensorflow 2.0.

Public properties

bool expects_labels get; set;

bool experimental_relax_shapes get; set;

FunctionSpec function_spec get;

object function_spec_dyn get;

object input_signature get;

object input_signature_dyn get;

object python_function get;

object python_function_dyn get;

object PythonObject get;