MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / LoadFileList

Method LoadFileList

tensorflow/core/framework/op_gen_lib.cc:482–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480ApiDefMap::~ApiDefMap() {}
481
482Status ApiDefMap::LoadFileList(Env* env, const std::vector<string>& filenames) {
483 for (const auto& filename : filenames) {
484 TF_RETURN_IF_ERROR(LoadFile(env, filename));
485 }
486 return Status::OK();
487}
488
489Status ApiDefMap::LoadFile(Env* env, const string& filename) {
490 if (filename.empty()) return Status::OK();

Callers 1

PrintAllPythonOpsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected