MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / __init__

Method __init__

Test/astc_test_functional.py:113–117  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

111 test_encoder = 'avx2'
112
113 def __init__(self, *args, **kwargs):
114 super().__init__(*args, **kwargs)
115
116 encoder = te.Encoder2x(self.test_encoder)
117 self.binary = encoder.binary_path
118
119 def setUp(self):
120 '''

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected