Public static methods
IDictionary<object, object> build_all_signature_defs(IDictionary<string, object> receiver_tensors, IDictionary<string, object> export_outputs, IDictionary<string, object> receiver_tensors_alternatives, bool serving_only)
IDictionary<object, object> build_all_signature_defs(IGraphNodeBase receiver_tensors, IDictionary<string, object> export_outputs, IDictionary<string, object> receiver_tensors_alternatives, bool serving_only)
object build_all_signature_defs_dyn(object receiver_tensors, object export_outputs, object receiver_tensors_alternatives, ImplicitContainer<T> serving_only)
IDictionary<string, object> export_outputs_for_mode(string mode, IDictionary<string, object> serving_export_outputs, IDictionary<string, object> predictions, IDictionary<string, object> loss, IDictionary<string, ValueTuple<object, object>> metrics)
object export_outputs_for_mode_dyn(object mode, object serving_export_outputs, object predictions, object loss, object metrics)
IDictionary<string, object> get_export_outputs(IDictionary<string, object> export_outputs, IDictionary<object, object> predictions)
IDictionary<string, object> get_export_outputs(IDictionary<string, object> export_outputs, IGraphNodeBase predictions)
object get_export_outputs_dyn(object export_outputs, object predictions)
Public properties