- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for CheckpointReader (0.07 sec)
-
tensorflow/c/c_api_experimental.cc
status->status = tensorflow::errors::Internal(errMsg); } 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) {
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 29.5K bytes - Viewed (0) -
tensorflow/c/c_api_experimental.h
TF_CAPI_EXPORT extern void TF_MakeInternalErrorStatus(TF_Status* status, const char* errMsg); // TF_NewCheckpointReader() return the CheckpointReader that can be use to // investigate or load the variable from the checkpoint file typedef struct TF_CheckpointReader TF_CheckpointReader; TF_CAPI_EXPORT extern TF_CheckpointReader* TF_NewCheckpointReader(
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Apr 27 21:07:00 UTC 2023 - 15.1K bytes - Viewed (0)