| D | signature_def_utils.py | 24 inputs, loss, predictions=None, metrics=None): argument 26 unexported_constants.SUPERVISED_TRAIN_METHOD_NAME, inputs, loss=loss, 31 inputs, loss, predictions=None, metrics=None): argument 33 unexported_constants.SUPERVISED_EVAL_METHOD_NAME, inputs, loss=loss, 38 method_name, inputs, loss=None, predictions=None, argument 44 results in loss, metrics, and the like. Note that this function only requires 50 loss: dict of string to `Tensor` representing computed loss. 67 for output_set in (loss, predictions, metrics):
|