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

Function OpsHistoryFile

tensorflow/core/ops/compat/op_compatibility_lib.cc:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36static string OpsHistoryFile(const string& ops_prefix,
37 const string& history_version) {
38 return io::JoinPath(ops_prefix, strings::StrCat("compat/ops_history.",
39 history_version, ".pbtxt"));
40}
41
42static string FileNameFromOpName(const string& op_name) {
43 return strings::StrCat(op_name, ".pbtxt");

Callers 1

OpCompatibilityLibMethod · 0.85

Calls 2

JoinPathFunction · 0.50
StrCatFunction · 0.50

Tested by

no test coverage detected