Type EstimatorSpecFunction
Namespace tensorflow_estimator.python.estimator.export.function
Parent Function
Interfaces IEstimatorSpecFunction
Methods
- __call__
 - __call__
 - __call__
 - __call__
 - __call___dyn
 - __call___dyn
 - get_concrete_function
 - get_concrete_function
 - get_concrete_function_dyn
 - get_concrete_function_dyn
 - get_initialization_function
 - get_initialization_function
 - get_initialization_function_dyn
 - get_initialization_function_dyn
 - NewDyn
 
Properties
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.