| 158 | } |
| 159 | |
| 160 | int32_t GetRNBNodeOutputNum(const NodeDef& node_def) { |
| 161 | (void) node_def; |
| 162 | return 4; |
| 163 | } |
| 164 | |
| 165 | int32_t GetNBNodeOutputNum(const NodeDef& node_def) { |
| 166 | (void) node_def; |
nothing calls this directly
no outgoing calls
no test coverage detected