Make SavedModelTest.testStripDefaultAttrsInconsistentConsumerDefaults work with C API.
The test originally altered the Python version of the op registry, which is not reflected in the C API. This changes the test to alter the serialized node def instead of the op def, and renames the test to testInconsistentConsumerDefaultAttrs. PiperOrigin-RevId: 185067838
Loading
Please sign in to comment