Searched refs:GenPythonOp (Results 1 – 3 of 3) sorted by relevance
496 GenPythonOp::GenPythonOp(const OpDef& op_def, const ApiDef& api_def, in GenPythonOp() function in tensorflow::python_op_gen_internal::GenPythonOp503 GenPythonOp::~GenPythonOp() {} in ~GenPythonOp()505 string GenPythonOp::Code() { in Code()587 void GenPythonOp::AddExport() { in AddExport()640 void GenPythonOp::AddDefLine(const string& function_name, in AddDefLine()645 void GenPythonOp::AddDefLine(const string& parameters) { in AddDefLine()649 void GenPythonOp::AddDocStringDescription() { in AddDocStringDescription()662 void GenPythonOp::AddDocStringArgs() { in AddDocStringArgs()666 void GenPythonOp::AddDocStringInputs() { in AddDocStringInputs()685 void GenPythonOp::AddDocStringAttrs() { in AddDocStringAttrs()[all …]
69 class GenPythonOp {71 GenPythonOp(const OpDef& op_def, const ApiDef& api_def,73 virtual ~GenPythonOp();
105 class GenEagerPythonOp : public python_op_gen_internal::GenPythonOp {109 : python_op_gen_internal::GenPythonOp(op_def, api_def, function_name) { in GenEagerPythonOp()