Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen.cc105 class GenEagerPythonOp : public python_op_gen_internal::GenPythonOp { class
107 GenEagerPythonOp(const OpDef& op_def, const ApiDef& api_def, in GenEagerPythonOp() function in tensorflow::__anonfe39f6990111::GenEagerPythonOp
113 ~GenEagerPythonOp() override {} in ~GenEagerPythonOp()
181 return GenEagerPythonOp(op_def, api_def, function_name).Code(); in GetEagerPythonOp()
184 string GenEagerPythonOp::FlattenInputs( in FlattenInputs()
232 string GenEagerPythonOp::Code() { in Code()
360 void GenEagerPythonOp::HandleGraphMode(const string& function_setup) { in HandleGraphMode()
405 string GenEagerPythonOp::GetEagerNotAllowedError() { in GetEagerNotAllowedError()
432 void GenEagerPythonOp::ExpectListArg(const string& indentation, in ExpectListArg()
441 bool GenEagerPythonOp::GetEagerFunctionSetup(const string& indentation, in GetEagerFunctionSetup()
[all …]