| 76 | } |
| 77 | |
| 78 | std::vector<std::pair<const char*, std::string>> OpDef::props(const OpDef& def) { |
| 79 | return def.trait()->props(def); |
| 80 | } |
| 81 | |
| 82 | EncodedSubgraph OpDef::make_forward_graph( |
| 83 | const OpDef& def, const SmallVector<LogicalTensorDesc>& inputs) { |
no test coverage detected