Fix incorrect tensor_util.constant_value results for Pack ops with axis != 0.
tensor_util.constant_value treated all Pack ops as having axis == 0. Return None until we can add proper support for arbitrary axes. PiperOrigin-RevId: 170002249
Loading
Please sign in to comment