D | test_tensor_slice.py | 354 def construct(self, index, value_0, value_1, value_2): argument 355 self.param[index] = (value_0, value_1, value_2) 416 def construct(self, index_0, index_1, index_2, value_0, value_1, value_2): argument 417 self.param[index_0, index_1, index_2] = (value_0, value_1, value_2) 428 def construct(self, index_0, index_1, index_2, value_0, value_1): argument 429 self.param[index_0, index_1, index_2] = (value_0, value_1)
|