Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testCloneAlias
Method · 0.95
Calls
2
tensor_clone
Method · 0.95
wrap
Method · 0.95
Tested by
1
testCloneAlias
Method · 0.76