- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TF_NewCheckpointReader (0.3 sec)
-
tensorflow/c/c_api_experimental.cc
struct TF_CheckpointReader : public tensorflow::checkpoint::CheckpointReader { using tensorflow::checkpoint::CheckpointReader::CheckpointReader; std::vector<std::string> variable_list; }; TF_CheckpointReader* TF_NewCheckpointReader(const char* filename, TF_Status* status) { TF_CheckpointReader* reader = new TF_CheckpointReader(filename, status); if (!status->status.ok()) {Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Sat Oct 04 05:55:32 UTC 2025 - 29.4K bytes - Viewed (0)