Fix a bug where Dataset.map() will throw the following error when num_threads
is specified but output_buffer_size is not:
ValueError: Tensor conversion requested dtype int64 for Tensor with dtype
int32: 'Tensor("num_threads:0", shape=(), dtype=int32)'
PiperOrigin-RevId: 162766317
Loading
Please sign in to comment