STT-tensorflow/tensorflow/tools/api/golden/v1/tensorflow.-indexed-slices-spec.pbtxt
A. Unique TensorFlower 296a4808cc Fix default value of IndexedSlicesSpec dense_shape_dtype to be
a legal possibility. `True` was being interpreted as a "float"
dtype, but only int32, int64, or None are allowed here.

PiperOrigin-RevId: 255039603
2019-06-25 22:30:24 -07:00

23 lines
898 B
Plaintext

path: "tensorflow.IndexedSlicesSpec"
tf_class {
is_instance: "<class \'tensorflow.python.framework.indexed_slices.IndexedSlicesSpec\'>"
is_instance: "<class \'tensorflow.python.framework.type_spec.TypeSpec\'>"
is_instance: "<type \'object\'>"
member {
name: "value_type"
mtype: "<type \'property\'>"
}
member_method {
name: "__init__"
argspec: "args=[\'self\', \'shape\', \'dtype\', \'indices_dtype\', \'dense_shape_dtype\', \'indices_shape\'], varargs=None, keywords=None, defaults=[\'None\', \"<dtype: \'float32\'>\", \"<dtype: \'int64\'>\", \'None\', \'None\'], "
}
member_method {
name: "is_compatible_with"
argspec: "args=[\'self\', \'spec_or_value\'], varargs=None, keywords=None, defaults=None"
}
member_method {
name: "most_specific_compatible_type"
argspec: "args=[\'self\', \'other\'], varargs=None, keywords=None, defaults=None"
}
}