virtual Status tensorflow::Session::PRun(const string &handle, const std::vector< std::pair< string, Tensor > > &inputs, const std::vector< string > &output_names, std::vector< Tensor > *outputs)
Continues the pending execution specified by handle with the provided input tensors and fills outputs for the endpoints specified in output_names. NOTE: This API is still experimental and may change.