Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ tensor
Method
tensor
imperative/python/megengine/xla/rules/hlotensor.py:60–61 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
58
59
@property
60
def
tensor(self):
61
return
self._tensor
62
63
def
__str__(self):
64
return
f
"HLOTensor(shape={self.shape}, dtype={self.dtype})"
Callers
15
get_perf_results
Function · 0.80
exit_trace
Function · 0.80
attached_tensors
Method · 0.80
backward
Method · 0.80
_do_record
Method · 0.80
test_load_state_dict_no_cache
Function · 0.80
run_dtr_drop_copy_dev_tensor
Function · 0.80
run_dtr_resnet1202
Function · 0.80
test_dump_bn_train_mode
Function · 0.80
run_frozen_bn
Function · 0.80
test_frozen_bn_no_affine
Function · 0.80
test_training_converge
Function · 0.80
Calls
no outgoing calls
Tested by
15
test_load_state_dict_no_cache
Function · 0.64
run_dtr_drop_copy_dev_tensor
Function · 0.64
run_dtr_resnet1202
Function · 0.64
test_dump_bn_train_mode
Function · 0.64
run_frozen_bn
Function · 0.64
test_frozen_bn_no_affine
Function · 0.64
test_training_converge
Function · 0.64
make_dev_tensor
Function · 0.64
test_graph_traversal
Function · 0.64
__init__
Method · 0.64
test_get_opr_seq
Function · 0.64
test_topological_sort
Function · 0.64