| 97 | bool fake_alloc = false) override; |
| 98 | |
| 99 | bool empty() const { return tensors_.empty(); } |
| 100 | |
| 101 | /// \brief Returns the number of tensors in TensorArray. |
| 102 | size_t size() const { return tensors_.size(); } |
no outgoing calls
no test coverage detected