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

Method texture_is_valid

backends/vulkan/utils.py:952–953  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

950 )
951
952 def texture_is_valid(self):
953 return len(self.valid_texture_layouts) > 0
954
955 def buffer_is_valid(self):
956 return len(self.valid_buffer_layouts) > 0

Calls

no outgoing calls