Home | History | Annotate | Download | only in framework

Lines Matching defs:OpRegistry

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 {
142 void OpRegistry::DeferRegistrations() {
147 void OpRegistry::ClearDeferredRegistrations() {
152 Status OpRegistry::ProcessRegistrations() const {
157 string OpRegistry::DebugString(bool include_internal) const {
167 bool OpRegistry::MustCallDeferred() const {
177 Status OpRegistry::CallDeferred() const {
190 Status OpRegistry::RegisterAlreadyLocked(
215 OpRegistry* OpRegistry::Global() {
216 static OpRegistry* global_op_registry = new OpRegistry;
253 OpRegistry::Global()->Register(