Compress all constant nodes in the graph after the constant folding pass in Grappler.
Notice that most of the constants created by the constant folding pass are already in compressed format. This just extends this practice to all constants in the graph that have at least 64 elements and where the achievable compression ratio is grater or equal to 2. PiperOrigin-RevId: 235211073
Loading
Please sign in to comment