Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.h814 ::tensorflow::gradient::RegisterOp(name, fn)
819 bool RegisterOp(const string& op, Creator func);
Dfunction.cc1681 bool RegisterOp(const string& op, Creator func) { in RegisterOp() function