HomeSort by relevance Sort by last modified time
    Searched defs:OpListOpRegistry (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/framework/
op.cc 220 // OpListOpRegistry -----------------------------------------------------------
222 OpListOpRegistry::OpListOpRegistry(const OpList* op_list) {
230 OpListOpRegistry::~OpListOpRegistry() {
234 Status OpListOpRegistry::LookUp(const string& op_type_name,
op.h 158 // Note that shape inference functions are not passed in to OpListOpRegistry, so
161 class OpListOpRegistry : public OpRegistryInterface {
164 OpListOpRegistry(const OpList* op_list);
165 ~OpListOpRegistry() override;

Completed in 96 milliseconds