| 193 | } |
| 194 | |
| 195 | int32_t SampleNodeOutputNum(const NodeDef& node_def) { |
| 196 | (void) node_def; |
| 197 | return 1; |
| 198 | } |
| 199 | |
| 200 | int32_t SampleNWithTypesOutputNum(const NodeDef& node_def) { |
| 201 | (void) node_def; |
nothing calls this directly
no outgoing calls
no test coverage detected