tensorflow::Session::PRunSetup()

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.

doc_TensorFlow
2016-10-14 18:57:10
Comments
Leave a Comment

Please login to continue.