(self)
| 271 | self._distributed_name = distributed_name |
| 272 | |
| 273 | def get_shape(self): |
| 274 | return self._shape |
| 275 | |
| 276 | def initializer_without_hashtable(self, initialized=True, name=None): |
| 277 | with ops.name_scope(name, "Initializer") as name: |
no outgoing calls