HomeSort by relevance Sort by last modified time
    Searched defs:OpRegistry (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/framework/
op.cc 32 // OpRegistry -----------------------------------------------------------------
45 OpRegistry::OpRegistry() : initialized_(false) {}
47 OpRegistry::~OpRegistry() {
51 void OpRegistry::Register(const OpRegistrationDataFactory& op_data_factory) {
60 Status OpRegistry::LookUp(const string& op_type_name,
105 void OpRegistry::GetRegisteredOps(std::vector<OpDef>* op_defs) {
113 Status OpRegistry::SetWatcher(const Watcher& watcher) {
123 void OpRegistry::Export(bool include_internal, OpList* ops) const
    [all...]
op.h 60 // OpRegistry::Global()->Register(
65 class OpRegistry : public OpRegistryInterface {
69 OpRegistry();
70 ~OpRegistry() override;
87 static OpRegistry* Global();
100 // An OpRegistry object has only one watcher. This interface is not thread
175 // it should be created) and registering it in the OpRegistry::Global()
277 // To call OpRegistry::Global()->Register(...), used by the

Completed in 72 milliseconds