Searched refs:OpListOpRegistry (Results 1 – 4 of 4) sorted by relevance
44 OpListOpRegistry registry(&op_list); in TEST()64 OpListOpRegistry registry(&op_list); in TEST()87 OpListOpRegistry consumer_registry(&consumer_op_list); in TEST()92 OpListOpRegistry producer_registry(&producer_op_list); in TEST()119 OpListOpRegistry consumer_registry(&consumer_op_list); in TEST()125 OpListOpRegistry producer_registry(&producer_op_list); in TEST()148 OpListOpRegistry consumer_registry(&consumer_op_list); in TEST()158 OpListOpRegistry producer_registry(&producer_op_list); in TEST()181 OpListOpRegistry consumer_registry(&consumer_op_list); in TEST()189 OpListOpRegistry producer_registry(&producer_op_list); in TEST()[all …]
251 OpListOpRegistry::OpListOpRegistry(const OpList* op_list) { in OpListOpRegistry() function in tensorflow::OpListOpRegistry259 OpListOpRegistry::~OpListOpRegistry() { in ~OpListOpRegistry()263 Status OpListOpRegistry::LookUp(const string& op_type_name, in LookUp()
167 class OpListOpRegistry : public OpRegistryInterface {170 OpListOpRegistry(const OpList* op_list);171 ~OpListOpRegistry() override;
55 OpListOpRegistry registry(&op_list); in ValidateGraphDefAgainstOpList()