OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GenPythonOp
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/python/framework/
python_op_gen_internal.h
66
class
GenPythonOp
{
68
GenPythonOp
(const OpDef& op_def, const ApiDef& api_def,
70
virtual ~
GenPythonOp
();
python_op_gen.cc
469
GenPythonOp
::
GenPythonOp
(const OpDef& op_def, const ApiDef& api_def,
476
GenPythonOp
::~
GenPythonOp
() {}
478
string
GenPythonOp
::Code() {
560
void
GenPythonOp
::AddExport() {
583
void
GenPythonOp
::AddDefLine(const string& function_name,
588
void
GenPythonOp
::AddDefLine(const string& parameters) {
592
void
GenPythonOp
::AddDocStringDescription() {
605
void
GenPythonOp
::AddDocStringArgs()
[
all
...]
/external/tensorflow/tensorflow/python/eager/
python_eager_op_gen.cc
114
class GenEagerPythonOp : public python_op_gen_internal::
GenPythonOp
{
118
: python_op_gen_internal::
GenPythonOp
(op_def, api_def, function_name) {
[
all
...]
Completed in 84 milliseconds