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.cc44 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 …]
Dop.cc251 OpListOpRegistry::OpListOpRegistry(const OpList* op_list) { in OpListOpRegistry() function in tensorflow::OpListOpRegistry
259 OpListOpRegistry::~OpListOpRegistry() { in ~OpListOpRegistry()
263 Status OpListOpRegistry::LookUp(const string& op_type_name, in LookUp()
Dop.h167 class OpListOpRegistry : public OpRegistryInterface {
170 OpListOpRegistry(const OpList* op_list);
171 ~OpListOpRegistry() override;
/external/tensorflow/tensorflow/core/graph/
Dvalidate.cc55 OpListOpRegistry registry(&op_list); in ValidateGraphDefAgainstOpList()