- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for RunOptions (0.05 sec)
-
tensorflow/c/c_api.cc
std::vector<Tensor> outputs(noutputs); Status result; if (handle == nullptr) { RunOptions run_options_proto; if (run_options != nullptr && !run_options_proto.ParseFromArray( run_options->data, run_options->length)) { status->status = InvalidArgument("Unparseable RunOptions proto"); return; } if (run_metadata != nullptr && run_metadata->data != nullptr) {
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 102.3K bytes - Viewed (0)