MCPcopy Index your code
hub / github.com/apache/tvm / name

Method name

python/tvm/te/tensor.py:90–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88
89 @property
90 def name(self):
91 op = self.op
92 if op.num_outputs == 1:
93 return op.name
94 return f"{op.name}.v{self.value_index}"
95
96
97@tvm_ffi.register_object("te.Operation")

Callers 6

test_function_simpleFunction · 0.45
test_emitsFunction · 0.45
test_dataflow_blockFunction · 0.45
test_block_realizeFunction · 0.45
test_blockFunction · 0.45
test_bindFunction · 0.45

Calls

no outgoing calls

Tested by 6

test_function_simpleFunction · 0.36
test_emitsFunction · 0.36
test_dataflow_blockFunction · 0.36
test_block_realizeFunction · 0.36
test_blockFunction · 0.36
test_bindFunction · 0.36