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.cc133 class GenEagerPythonOp : public python_op_gen_internal::GenPythonOp { class
135 GenEagerPythonOp(const OpDef& op_def, const ApiDef& api_def, in GenEagerPythonOp() function in tensorflow::__anon0f6d04370111::GenEagerPythonOp
142 ~GenEagerPythonOp() override {} in ~GenEagerPythonOp()
221 return GenEagerPythonOp(op_def, api_def, function_name, add_type_annotations) in GetEagerPythonOp()
225 string GenEagerPythonOp::FlattenInputs( in FlattenInputs()
273 string GenEagerPythonOp::Code() { in Code()
437 std::unordered_map<string, string> GenEagerPythonOp::GetTypeAnnotations() { in GetTypeAnnotations()
472 void GenEagerPythonOp::GenerateTypeVars( in GenerateTypeVars()
512 void GenEagerPythonOp::AddReturnTypeAnnotation( in AddReturnTypeAnnotation()
526 void GenEagerPythonOp::HandleGraphMode( in HandleGraphMode()
[all …]