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

Method alias

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

Source from the content-addressed store, hash-verified

114 }
115
116 public Tensor alias()
117 {
118 long nptr = Api.tensor_alias(ptr);
119 return wrap(nptr, true);
120 }
121
122 public Tensor view(long[] shape)
123 {

Callers 1

testCloneAliasMethod · 0.95

Calls 2

tensor_aliasMethod · 0.95
wrapMethod · 0.95

Tested by 1

testCloneAliasMethod · 0.76