| 133 | } |
| 134 | |
| 135 | DataType ParseDataType(DataType dtype) { return dtype; } |
| 136 | DataType ParseDataType(const Tensor& tensor) { return tensor.type(); } |
| 137 | DataType ParseDataType(const std::vector<Tensor>& tensors) { |
| 138 | if (tensors.empty()) { |
no test coverage detected