| 132 | } |
| 133 | |
| 134 | void SampleNodeInputs(const NodeDef& pre_node, NodeDef* node) { |
| 135 | (void) pre_node; |
| 136 | BEGIN_INPUT_GEN(); |
| 137 | } |
| 138 | |
| 139 | void SampleNWithTypesInputs(const NodeDef& pre_node, NodeDef* node) { |
| 140 | (void) pre_node; |
nothing calls this directly
no outgoing calls
no test coverage detected