MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / copy

Method copy

src/shape.cpp:228–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 std::shared_ptr<shape_impl> copy() const { return std::make_shared<shape_impl>(*this); }
229};
230
231std::string shape::to_sizes_string(const std::vector<shape>& shapes)

Callers 1

with_typeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected