SWIG simplification: Move the FeedVector conversion into C++.
This change moves the %typemap(in) FeedVector into C++ code in tf_session_helper.cc, which now implements the conversion from a string-to-array dictionary into the arguments to `TF_Run()`. Change: 133494142
Loading
Please sign in to comment