| 142 | } |
| 143 | |
| 144 | void GetNodeInputs(const NodeDef& pre_node, NodeDef* node) { |
| 145 | (void) pre_node; |
| 146 | BEGIN_INPUT_GEN(); |
| 147 | } |
| 148 | |
| 149 | /* output */ |
| 150 | int32_t SampleNBOutputNum(const NodeDef& node_def) { |
nothing calls this directly
no outgoing calls
no test coverage detected