aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v1/tensorflow.saved_model.signature_constants.pbtxt
blob: 478d410e066b1ce3a17bb3ef9cc6e4503991ad0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
path: "tensorflow.saved_model.signature_constants"
tf_module {
  member {
    name: "CLASSIFY_INPUTS"
    mtype: "<type \'str\'>"
  }
  member {
    name: "CLASSIFY_METHOD_NAME"
    mtype: "<type \'str\'>"
  }
  member {
    name: "CLASSIFY_OUTPUT_CLASSES"
    mtype: "<type \'str\'>"
  }
  member {
    name: "CLASSIFY_OUTPUT_SCORES"
    mtype: "<type \'str\'>"
  }
  member {
    name: "DEFAULT_SERVING_SIGNATURE_DEF_KEY"
    mtype: "<type \'str\'>"
  }
  member {
    name: "PREDICT_INPUTS"
    mtype: "<type \'str\'>"
  }
  member {
    name: "PREDICT_METHOD_NAME"
    mtype: "<type \'str\'>"
  }
  member {
    name: "PREDICT_OUTPUTS"
    mtype: "<type \'str\'>"
  }
  member {
    name: "REGRESS_INPUTS"
    mtype: "<type \'str\'>"
  }
  member {
    name: "REGRESS_METHOD_NAME"
    mtype: "<type \'str\'>"
  }
  member {
    name: "REGRESS_OUTPUTS"
    mtype: "<type \'str\'>"
  }
}