Adding a _shared_name method to the two kinds of table initializers...
Adding a _shared_name method to the two kinds of table initializers (KeyValueTensor and TextFile based) that tables could use to share resources if they are initialized from the same filename. The plan is to use this hidden property by HashTable and others so that we can remove the shared_name argument from the public API. PiperOrigin-RevId: 226966160
Loading
Please sign in to comment