Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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_simple
Function · 0.45
test_emits
Function · 0.45
test_dataflow_block
Function · 0.45
test_block_realize
Function · 0.45
test_block
Function · 0.45
test_bind
Function · 0.45
Calls
no outgoing calls
Tested by
6
test_function_simple
Function · 0.36
test_emits
Function · 0.36
test_dataflow_block
Function · 0.36
test_block_realize
Function · 0.36
test_block
Function · 0.36
test_bind
Function · 0.36