| 153 | } |
| 154 | |
| 155 | int32_t GetNBEdgeOutputNum(const NodeDef& node_def) { |
| 156 | (void) node_def; |
| 157 | return 3; |
| 158 | } |
| 159 | |
| 160 | int32_t GetRNBNodeOutputNum(const NodeDef& node_def) { |
| 161 | (void) node_def; |
nothing calls this directly
no outgoing calls
no test coverage detected