MCPcopy Create free account
hub / github.com/pytorch/executorch / call_getitem

Method call_getitem

backends/test/graph_builder.py:99–102  ·  view source on GitHub ↗
(
        self, value: ProxyValue, key: int, meta: Optional[NodeMetadata] = None
    )

Source from the content-addressed store, hash-verified

97 return ExportPass().call(graph_module)
98
99 def call_getitem(
100 self, value: ProxyValue, key: int, meta: Optional[NodeMetadata] = None
101 ) -> ProxyValue:
102 return super().call_getitem(value, key, meta or NodeMetadata({}))
103
104 def _fx(
105 self,

Callers 1

Calls 1

NodeMetadataClass · 0.90

Tested by 1