When building functions, capture tensors in `internal_convert_to_tensor`.
This change is motivated by the fact that, when eager execution is disabled, library functions assume that tensors returned from `internal_convert_to_tensor` are in fact `Tensor`s and not `EagerTensor`s. PiperOrigin-RevId: 195846039
Loading
Please sign in to comment