aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v1/tensorflow.estimator.export.-classification-output.pbtxt
blob: 2df1840c4a4f03fc08ba535b4f6557d49608fa5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
path: "tensorflow.estimator.export.ClassificationOutput"
tf_class {
  is_instance: "<class \'tensorflow.python.estimator.export.export_output.ClassificationOutput\'>"
  is_instance: "<class \'tensorflow.python.estimator.export.export_output.ExportOutput\'>"
  is_instance: "<type \'object\'>"
  member {
    name: "classes"
    mtype: "<type \'property\'>"
  }
  member {
    name: "scores"
    mtype: "<type \'property\'>"
  }
  member_method {
    name: "__init__"
    argspec: "args=[\'self\', \'scores\', \'classes\'], varargs=None, keywords=None, defaults=[\'None\', \'None\'], "
  }
  member_method {
    name: "as_signature_def"
    argspec: "args=[\'self\', \'receiver_tensors\'], varargs=None, keywords=None, defaults=None"
  }
}