- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for checkpoint_reader (0.09 seconds)
-
tensorflow/c/checkpoint_reader.cc
const TensorSliceReader::VarToDataTypeMap& CheckpointReader::GetVariableToDataTypeMap() const { CHECK(var_to_data_type_map_); return *var_to_data_type_map_; } const string CheckpointReader::DebugString() const { if (reader_ != nullptr) return reader_->DebugString(); return v2_reader_->DebugString(); } void CheckpointReader::GetTensor( const string& name, std::unique_ptr<tensorflow::Tensor>* out_tensor,Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Feb 17 18:49:14 GMT 2026 - 5.4K bytes - Click Count (0) -
tensorflow/c/checkpoint_reader.h
std::unique_ptr<TensorSliceReader::VarToShapeMap> var_to_shape_map_; std::unique_ptr<TensorSliceReader::VarToDataTypeMap> var_to_data_type_map_; CheckpointReader(const CheckpointReader&) = delete; void operator=(const CheckpointReader&) = delete; }; } // namespace checkpoint } // namespace tensorflow
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jan 07 04:56:09 GMT 2026 - 3.1K bytes - Click Count (0) -
tensorflow/c/BUILD
"@xla//xla/tsl/platform:status", "@xla//xla/tsl/platform:test", "@xla//xla/tsl/platform:test_main", ], ) tf_cuda_library( name = "checkpoint_reader", srcs = ["checkpoint_reader.cc"], hdrs = ["checkpoint_reader.h"], visibility = ["//visibility:public"], deps = [ ":tf_status", # buildcleaner: keep ":tf_status_helper", "//tensorflow/core:framework",Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Feb 17 18:49:14 GMT 2026 - 30.3K bytes - Click Count (0) -
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) {Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 04 05:55:32 GMT 2025 - 29.4K bytes - Click Count (0) -
tensorflow/BUILD
"//tensorflow/c/experimental/ops", "//tensorflow/c:c_api_experimental", "//tensorflow/c:c_api_internal", "//tensorflow/c:c_api_no_xla", "//tensorflow/c:checkpoint_reader", "//tensorflow/c:tensor_interface", "//tensorflow/c:tf_status_helper", "//tensorflow/c:tf_tensor_internal", "//tensorflow/cc/saved_model:loader",Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Mar 24 21:00:18 GMT 2026 - 53.1K bytes - Click Count (0)