aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v2/tensorflow.-aggregation-method.pbtxt
blob: f79029d3fe0b88a454b11456b3785c3ae28a253c (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
path: "tensorflow.AggregationMethod"
tf_class {
  is_instance: "<class \'tensorflow.python.ops.gradients_impl.AggregationMethod\'>"
  is_instance: "<type \'object\'>"
  member {
    name: "ADD_N"
    mtype: "<type \'int\'>"
  }
  member {
    name: "DEFAULT"
    mtype: "<type \'int\'>"
  }
  member {
    name: "EXPERIMENTAL_ACCUMULATE_N"
    mtype: "<type \'int\'>"
  }
  member {
    name: "EXPERIMENTAL_TREE"
    mtype: "<type \'int\'>"
  }
  member_method {
    name: "__init__"
  }
}