Return array of per-output allocator attributes.
| 140 | |
| 141 | // Return array of per-output allocator attributes. |
| 142 | const AllocatorAttributes* output_attrs() const { return output_attr_base(); } |
| 143 | |
| 144 | // Return array of expected input index from which each output should |
| 145 | // be forwarded: |
no outgoing calls
no test coverage detected