MCPcopy Create free account
hub / github.com/BabitMF/bmf / clone

Method clone

bmf/hmp/java/src/main/java/com/bytedance/hmp/Tensor.java:110–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 }
109
110 public Tensor clone()
111 {
112 long nptr = Api.tensor_clone(ptr);
113 return wrap(nptr, true);
114 }
115
116 public Tensor alias()
117 {

Callers 1

testCloneAliasMethod · 0.95

Calls 2

tensor_cloneMethod · 0.95
wrapMethod · 0.95

Tested by 1

testCloneAliasMethod · 0.76