LostTech.TensorFlow : API Documentation

Type MultiStepContext

Namespace tensorflow.python.distribute.input_lib

Parent PythonObjectContainer

Interfaces IMultiStepContext

Public instance methods

void set_last_step_output(string name, object output, object reduce_op)

object set_last_step_output_dyn(object name, object output, object reduce_op)

void set_non_tensor_output(string name, object output)

object set_non_tensor_output_dyn(object name, object output)

Public properties

IDictionary<object, object> last_step_outputs get;

object last_step_outputs_dyn get;

IDictionary<object, object> non_tensor_outputs get;

object non_tensor_outputs_dyn get;

object PythonObject get;