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

Function GetEagerPythonOp

tensorflow/python/framework/python_op_gen.cc:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180};
181
182string GetEagerPythonOp(const OpDef& op_def, const ApiDef& api_def,
183 const string& function_name) {
184 return GenEagerPythonOp(op_def, api_def, function_name).Code();
185}
186
187string GenEagerPythonOp::FlattenInputs(
188 const std::vector<int>* input_indices,

Callers 1

GetPythonOpsFunction · 0.85

Calls 2

GenEagerPythonOpClass · 0.85
CodeMethod · 0.45

Tested by

no test coverage detected