| 188 | } |
| 189 | |
| 190 | int32_t GetEdgeOutputNum(const NodeDef& node_def) { |
| 191 | (void) node_def; |
| 192 | return 1; |
| 193 | } |
| 194 | |
| 195 | int32_t SampleNodeOutputNum(const NodeDef& node_def) { |
| 196 | (void) node_def; |
nothing calls this directly
no outgoing calls
no test coverage detected