Home
last modified time | relevance | path

Searched refs:OpListOpRegistry (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dgraph_def_util_test.cc42 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 …]
Dop.cc265 OpListOpRegistry::OpListOpRegistry(const OpList* op_list) { in OpListOpRegistry() function in tensorflow::OpListOpRegistry
273 OpListOpRegistry::~OpListOpRegistry() { in ~OpListOpRegistry()
277 const OpRegistrationData* OpListOpRegistry::LookUp( in LookUp()
286 Status OpListOpRegistry::LookUp(const string& op_type_name, in LookUp()
Dop.h178 class OpListOpRegistry : public OpRegistryInterface {
181 explicit OpListOpRegistry(const OpList* op_list);
182 ~OpListOpRegistry() override;
/external/tensorflow/tensorflow/core/graph/
Dvalidate.cc55 OpListOpRegistry registry(&op_list); in ValidateGraphDefAgainstOpList()