| 183 | } |
| 184 | |
| 185 | int32_t SampleEdgeOutputNum(const NodeDef& node_def) { |
| 186 | (void) node_def; |
| 187 | return 1; |
| 188 | } |
| 189 | |
| 190 | int32_t GetEdgeOutputNum(const NodeDef& node_def) { |
| 191 | (void) node_def; |
nothing calls this directly
no outgoing calls
no test coverage detected