Searched refs:GenPythonOp (Results 1 – 3 of 3) sorted by relevance
515 GenPythonOp::GenPythonOp(const OpDef& op_def, const ApiDef& api_def, in GenPythonOp() function in tensorflow::python_op_gen_internal::GenPythonOp523 GenPythonOp::~GenPythonOp() {} in ~GenPythonOp()525 string GenPythonOp::Code() { in Code()608 void GenPythonOp::AddExport() { in AddExport()661 void GenPythonOp::AddDefLine(const string& function_name, in AddDefLine()666 void GenPythonOp::AddDefLine(const string& parameters) { in AddDefLine()670 void GenPythonOp::AddDocStringDescription() { in AddDocStringDescription()683 void GenPythonOp::AddDocStringArgs() { in AddDocStringArgs()687 void GenPythonOp::AddDocStringInputs() { in AddDocStringInputs()706 void GenPythonOp::AddDocStringAttrs() { in AddDocStringAttrs()[all …]
71 class GenPythonOp {73 GenPythonOp(const OpDef& op_def, const ApiDef& api_def,75 virtual ~GenPythonOp();
133 class GenEagerPythonOp : public python_op_gen_internal::GenPythonOp {137 : python_op_gen_internal::GenPythonOp(op_def, api_def, function_name, in GenEagerPythonOp()