tensorflow::Session::PRun()

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.

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

Please login to continue.