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