virtual Status tensorflow::Session::PRunSetup(const std::vector< string > &input_names, const std::vector< string > &output_names, const std::vector< string > &target_nodes, string *handle)
Sets up a graph for partial execution. All future feeds and fetches are specified by input_names
and output_names
. Returns handle
that can be used to perform a sequence of partial feeds and fetches. NOTE: This API is still experimental and may change.
Please login to continue.