Searched refs:OpListOpRegistry (Results 1 – 4 of 4) sorted by relevance
42 OpListOpRegistry registry(&op_list); in TEST()55 OpListOpRegistry registry(&op_list); in TEST()75 OpListOpRegistry registry(&op_list); in TEST()98 OpListOpRegistry consumer_registry(&consumer_op_list); in TEST()103 OpListOpRegistry producer_registry(&producer_op_list); in TEST()130 OpListOpRegistry consumer_registry(&consumer_op_list); in TEST()136 OpListOpRegistry producer_registry(&producer_op_list); in TEST()159 OpListOpRegistry consumer_registry(&consumer_op_list); in TEST()169 OpListOpRegistry producer_registry(&producer_op_list); in TEST()192 OpListOpRegistry consumer_registry(&consumer_op_list); in TEST()[all …]
265 OpListOpRegistry::OpListOpRegistry(const OpList* op_list) { in OpListOpRegistry() function in tensorflow::OpListOpRegistry273 OpListOpRegistry::~OpListOpRegistry() { in ~OpListOpRegistry()277 const OpRegistrationData* OpListOpRegistry::LookUp( in LookUp()286 Status OpListOpRegistry::LookUp(const string& op_type_name, in LookUp()
178 class OpListOpRegistry : public OpRegistryInterface {181 explicit OpListOpRegistry(const OpList* op_list);182 ~OpListOpRegistry() override;
55 OpListOpRegistry registry(&op_list); in ValidateGraphDefAgainstOpList()