[XLA] In HloEvaluator, fix an issue for HandleAbs to handle complex numbers
more correctly: - abs([complex numbers]) would yield floats. However since the specilization for HandleAbs is based on the return type (float), we'd CHECK fail due to float != complex when accessing the elements of the operand (complex). - enable unary_op_test for interpreter. PiperOrigin-RevId: 187099576
Loading
Please sign in to comment