Adds a mechanism for whitelisting ops for use in map_fns using a...
Adds a mechanism for whitelisting ops for use in map_fns using a WHITELIST_OP_FOR_DATASET_FUNCTIONS macro. Changes criteria for whitelisting stateful dataset ops. We used to check for the presence of the output_shapes attr. Now we just match the name and the output type. PiperOrigin-RevId: 183014929
Loading
Please sign in to comment