MCPcopy 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_resultsFunction · 0.80
exit_traceFunction · 0.80
attached_tensorsMethod · 0.80
backwardMethod · 0.80
_do_recordMethod · 0.80
run_dtr_resnet1202Function · 0.80
test_dump_bn_train_modeFunction · 0.80
run_frozen_bnFunction · 0.80
test_frozen_bn_no_affineFunction · 0.80
test_training_convergeFunction · 0.80

Calls

no outgoing calls

Tested by 15

run_dtr_resnet1202Function · 0.64
test_dump_bn_train_modeFunction · 0.64
run_frozen_bnFunction · 0.64
test_frozen_bn_no_affineFunction · 0.64
test_training_convergeFunction · 0.64
make_dev_tensorFunction · 0.64
test_graph_traversalFunction · 0.64
__init__Method · 0.64
test_get_opr_seqFunction · 0.64
test_topological_sortFunction · 0.64