Getters valid only for EagerLocalTensor
| 75 | |
| 76 | // Getters valid only for EagerLocalTensor |
| 77 | virtual Maybe<EagerLocalTensorImpl*> mut_eager_local_tensor_impl() { OF_UNIMPLEMENTED(); } |
| 78 | virtual Maybe<vm::EagerBlobObject> eager_blob_object() const = 0; |
| 79 | virtual Maybe<LocalDepObject*> compute_local_dep_object() const = 0; |
| 80 | virtual Maybe<bool> has_eager_blob_object() const = 0; |
no outgoing calls
no test coverage detected