Commit 8ac86d32 authored by Justin Lebar's avatar Justin Lebar Committed by TensorFlower Gardener
Browse files

[XLA] Get rid of unnecessary template in HloEvaluator::Evaluate.

Previously, HloEvaluator::Evaluate was a templated function.  But there were
only two valid values for the template type, `const Literal` and `const
Literal*`.  If you passed an invalid type, you'd get a link error.

This is better done with plain function overloading.

PiperOrigin-RevId: 227063891
parent b2d00708
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment