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.cc496 GenPythonOp::GenPythonOp(const OpDef& op_def, const ApiDef& api_def, in GenPythonOp() function in tensorflow::python_op_gen_internal::GenPythonOp
503 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 …]
Dpython_op_gen_internal.h69 class GenPythonOp {
71 GenPythonOp(const OpDef& op_def, const ApiDef& api_def,
73 virtual ~GenPythonOp();
Dpython_op_gen.cc105 class GenEagerPythonOp : public python_op_gen_internal::GenPythonOp {
109 : python_op_gen_internal::GenPythonOp(op_def, api_def, function_name) { in GenEagerPythonOp()