Remove rewriter_config parameter from create_inference_graph, that existed
before because Grappler's OptimizeGraph() needs one. Now OptimizeGraph() is changed to accept a ConfigProto so we can provide the RewriterConfig inside the 'session_config' parameter. PiperOrigin-RevId: 221850911
Loading
Please sign in to comment