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

Function NewLocalDepObject

oneflow/core/eager/local_dep_object.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace oneflow {
21
22intrusive::shared_ptr<LocalDepObject> NewLocalDepObject() {
23 return intrusive::make_shared<LocalDepObject>();
24}
25
26} // namespace oneflow

Callers 5

MakeTensorMethod · 0.85
NewMethod · 0.85
NaiveInterpretFunction · 0.85
fromDLPackFunction · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected