Searched defs:jitval (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/torch/backends/_nnapi/ |
H A D | serializer.py | 355 def add_tensor_operand(self, jitval, oper): argument 423 def add_tensor_operand_for_input(self, arg_idx, jitval, tensor): argument 490 def has_operand_for_jitval(self, jitval): argument 493 def get_tensor_operand_by_jitval(self, jitval): argument 497 def get_tensor_operand_by_jitval_fixed_size(self, jitval): argument 512 self, jitval, dim_order=DimOrder.PRESUMED_CONTIGUOUS argument 520 def get_tensor_operand_for_weight(self, jitval): argument 529 def add_tensor_sequence(self, jitval, values): argument 533 def add_constant_value(self, jitval, ctype, value): argument 537 def get_constant_value(self, jitval, typekind=None): argument [all …]
|