(self)
| 69 | return self._export()[1] |
| 70 | |
| 71 | def _export(self): |
| 72 | return gen_lookup_ops.lookup_table_export_v2(self.table_ref, dtypes.string, |
| 73 | dtypes.float32) |
| 74 | |
| 75 | class CustomSaveable(saver_module.BaseSaverBuilder.SaveableObject): |
| 76 | """A custom saveable for CheckpointedOp.""" |