Enable ImportGraphDef to import unbound graph when input_map maps all unbound
inputs. tf.import_graph_def() in Python allows to import graphs with unbound input when proper input_map is provided, but tensorflow::ImportGraphDef() does not allow importing such graphs. Because of this difference, using the same graph in Python and C++ results in different output (ok vs error). PiperOrigin-RevId: 175600872
Loading
Please sign in to comment