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

Function FileNameFromOpName

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

Source from the content-addressed store, hash-verified

40}
41
42static string FileNameFromOpName(const string& op_name) {
43 return strings::StrCat(op_name, ".pbtxt");
44}
45
46static void AddNewOpToHistory(const OpDef& op,
47 OpCompatibilityLib::OpHistory* out_op_history) {

Callers 2

AddNewOpToHistoryFunction · 0.85
ReadOpHistoryFunction · 0.85

Calls 1

StrCatFunction · 0.50

Tested by

no test coverage detected