output */
| 148 | |
| 149 | /* output */ |
| 150 | int32_t SampleNBOutputNum(const NodeDef& node_def) { |
| 151 | (void) node_def; |
| 152 | return 4; |
| 153 | } |
| 154 | |
| 155 | int32_t GetNBEdgeOutputNum(const NodeDef& node_def) { |
| 156 | (void) node_def; |
nothing calls this directly
no outgoing calls
no test coverage detected