LostTech.TensorFlow : API Documentation

Type signature_def_utils_impl

Namespace tensorflow.python.saved_model.signature_def_utils_impl

Public static methods

object load_op_from_signature_def(object signature_def, string key, object import_scope)

object load_op_from_signature_def_dyn(object signature_def, object key, object import_scope)

object op_signature_def(bool op, string key)

object op_signature_def(IGraphNodeBase op, string key)

object op_signature_def(object op, string key)

object op_signature_def_dyn(object op, object key)

object supervised_eval_signature_def(IDictionary<string, object> inputs, IDictionary<string, object> loss, IDictionary<string, object> predictions, IDictionary<string, object> metrics)

object supervised_eval_signature_def_dyn(object inputs, object loss, object predictions, object metrics)

object supervised_train_signature_def(IDictionary<string, object> inputs, IDictionary<string, object> loss, IDictionary<string, object> predictions, IDictionary<string, object> metrics)

object supervised_train_signature_def_dyn(object inputs, object loss, object predictions, object metrics)

Public properties

PythonFunctionContainer load_op_from_signature_def_fn get;

PythonFunctionContainer op_signature_def_fn get;

PythonFunctionContainer supervised_eval_signature_def_fn get;

PythonFunctionContainer supervised_train_signature_def_fn get;