STT-tensorflow/tensorflow/tools/api/golden/v1/tensorflow.-aggregation-method.pbtxt
Gaurav Jain 4c08b96795 Split-up gradients_impl into gradients_util
This allows use of many of the underlying utilities without having to
import all the gradients.

PiperOrigin-RevId: 231849392
2019-01-31 14:37:54 -08:00

25 lines
490 B
Plaintext

path: "tensorflow.AggregationMethod"
tf_class {
is_instance: "<class \'tensorflow.python.ops.gradients_util.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__"
}
}