| 477 | Type::type Tensor::type_id() const { return type_->id(); } |
| 478 | |
| 479 | bool Tensor::Equals(const Tensor& other, const EqualOptions& opts) const { |
| 480 | return TensorEquals(*this, other, opts); |
| 481 | } |
| 482 | |
| 483 | namespace { |
| 484 |
nothing calls this directly
no test coverage detected