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

Function GetPythonWrappers

tensorflow/python/framework/python_op_gen.cc:1100–1107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
1102 OpList ops;
1103 ops.ParseFromString(op_list_str);
1104
1105 ApiDefMap api_def_map(ops);
1106 return GetPythonOps(ops, api_def_map, {}, false);
1107}
1108
1109} // namespace tensorflow

Callers

nothing calls this directly

Calls 2

GetPythonOpsFunction · 0.85
ParseFromStringMethod · 0.45

Tested by

no test coverage detected