Implement tf.broadcast_to in a way the can handle higher ranks. This version...
Implement tf.broadcast_to in a way the can handle higher ranks. This version uses the broadcast optimizations in core/util/bcast.h, which is used for most broadcasting ops in TensorFlow. PiperOrigin-RevId: 232975751
Loading
Please sign in to comment