MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / mut_eager_local_tensor_impl

Method mut_eager_local_tensor_impl

oneflow/core/framework/tensor.h:77–77  ·  view source on GitHub ↗

Getters valid only for EagerLocalTensor

Source from the content-addressed store, hash-verified

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;

Callers 5

offloadMethod · 0.45
cached_castFunction · 0.45
TensorImpl4TensorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected