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

Function PrintPythonOps

tensorflow/python/framework/python_op_gen.cc:1092–1098  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1090} // namespace
1091
1092void PrintPythonOps(const OpList& ops, const ApiDefMap& api_defs,
1093 const std::vector<string>& hidden_ops, bool require_shapes,
1094 const string& source_file_name) {
1095 printf("%s", GetPythonOps(ops, api_defs, hidden_ops, require_shapes,
1096 source_file_name)
1097 .c_str());
1098}
1099
1100string GetPythonWrappers(const char* op_list_buf, size_t op_list_len) {
1101 string op_list_str(op_list_buf, op_list_len);

Callers 1

PrintAllPythonOpsFunction · 0.85

Calls 2

GetPythonOpsFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected