| 163 | } |
| 164 | |
| 165 | int32_t GetNBNodeOutputNum(const NodeDef& node_def) { |
| 166 | (void) node_def; |
| 167 | return 4; |
| 168 | } |
| 169 | |
| 170 | int32_t GetNodeTOutputNum(const NodeDef& node_def) { |
| 171 | (void) node_def; |
nothing calls this directly
no outgoing calls
no test coverage detected