Whitelists TensorFlow Operations for use with the Keras Functional API.
Raw TensorFlow functions can now be used in conjunction with the Keras Functional API during model creation. This obviates the need for users to create Lambda layers in most cases when using the Functional API. Like Lambda layers, TensorFlow functions that result in Variable creation or assign ops are not supported. PiperOrigin-RevId: 228918545
Loading
Please sign in to comment