Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for return_outputs (0.05 sec)

  1. tensorflow/c/c_api.cc

                                         ", got ", num_return_outputs);
        return;
      }
      if (num_return_outputs > 0 && return_outputs == nullptr) {
        status->status = InvalidArgument(
            "'return_outputs' must be preallocated to length ", num_return_outputs);
        return;
      }
      GraphDef def;
      if (!tensorflow::ParseProtoUnlimited(&def, graph_def->data,
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Sat Oct 04 05:55:32 UTC 2025
    - 102.4K bytes
    - Viewed (0)
Back to top