HomeSort by relevance Sort by last modified time
    Searched defs:GenPythonOp (Results 1 - 2 of 2) 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...]

Completed in 76 milliseconds