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

Method defined

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

Source from the content-addressed store, hash-verified

46 }
47
48 public boolean defined()
49 {
50 return Api.tensor_defined(ptr);
51 }
52
53 public long dim()
54 {

Callers 2

testConstructorsMethod · 0.95
testFactoriesMethod · 0.95

Calls 1

tensor_definedMethod · 0.95

Tested by 2

testConstructorsMethod · 0.76
testFactoriesMethod · 0.76