/aosp_15_r20/external/pytorch/benchmarks/operator_benchmark/pt/ |
H A D | add_test.py | 40 def forward(self, input_one, input_two): argument 68 def forward(self, input_one, mat1, mat2): argument 94 def forward(self, input_one, vec1, vec2): argument 134 def forward(self, input_one, batch1, batch2): argument
|
H A D | matrix_mult_test.py | 52 def forward(self, input_one, input_two): argument 102 def forward(self, input_one, input_two): argument
|
H A D | batchnorm_test.py | 68 def forward(self, input_one, mean, var, weight, bias, training, cudnn): argument 119 def forward(self, input_one, mean, var, weight, bias, training, cudnn): argument
|
H A D | fill_test.py | 46 def forward(self, input_one): argument
|
H A D | linear_test.py | 18 def forward(self, input_one): argument
|
H A D | linear_unpack_fp16_test.py | 39 def forward(self, input_one): argument
|
H A D | linear_prepack_fp16_test.py | 36 def forward(self, input_one): argument
|
H A D | chunk_test.py | 33 def forward(self, input_one, chunks: int): argument
|
H A D | gather_test.py | 42 def forward(self, input_one, dim: int, index): argument
|
H A D | index_select_test.py | 52 def forward(self, input_one, dim, index): argument
|
H A D | matmul_test.py | 46 def forward(self, input_one, input_two): argument
|
H A D | hardswish_test.py | 44 def forward(self, input_one): argument
|
H A D | hardsigmoid_test.py | 44 def forward(self, input_one): argument
|
H A D | as_strided_test.py | 47 self, input_one, size: List[int], stride: List[int], storage_offset: int argument
|
H A D | binary_test.py | 95 def forward(self, input_one, input_two): argument
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | reference_type_propagation.cc | 253 HInstruction* input_one = compare->InputAt(0); in BoundTypeForClassCheck() local
|
H A D | instruction_simplifier.cc | 1773 HInstruction* input_one = condition->InputAt(0); in RecognizeAndSimplifyClassCheck() local
|