| 168 | } |
| 169 | |
| 170 | int32_t GetNodeTOutputNum(const NodeDef& node_def) { |
| 171 | (void) node_def; |
| 172 | return 1; |
| 173 | } |
| 174 | |
| 175 | int32_t GetPOutputNum(const NodeDef& node_def) { |
| 176 | int32_t cnt = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected