| 430 | } |
| 431 | |
| 432 | std::vector<TensorObjectDef> inputs() const override { |
| 433 | return GetExternalDefinitions(inputs_); |
| 434 | } |
| 435 | |
| 436 | std::vector<TensorObjectDef> outputs() const override { |
| 437 | return GetExternalDefinitions(outputs_); |
no outgoing calls
no test coverage detected