Home
last modified time | relevance | path

Searched refs:GenPythonOp (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_internal.cc515 GenPythonOp::GenPythonOp(const OpDef& op_def, const ApiDef& api_def, in GenPythonOp() function in tensorflow::python_op_gen_internal::GenPythonOp
523 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 …]
Dpython_op_gen_internal.h71 class GenPythonOp {
73 GenPythonOp(const OpDef& op_def, const ApiDef& api_def,
75 virtual ~GenPythonOp();
Dpython_op_gen.cc133 class GenEagerPythonOp : public python_op_gen_internal::GenPythonOp {
137 : python_op_gen_internal::GenPythonOp(op_def, api_def, function_name, in GenEagerPythonOp()