Remove test_value and test_utils. This is mainly used to test whether a...
Remove test_value and test_utils. This is mainly used to test whether a particular TRT op executes the real TRT engine or the fallback function at runtime. We need to get rid of this since it depends on a global singleton to manage the test values, which will create troubles of double linking in OSS. PiperOrigin-RevId: 236660299
Loading
Please sign in to comment