Searched defs:transpose_int (Results 1 – 2 of 2) sorted by relevance
358 bool transpose_int = flags & (1 << 0); in unpackQuantizedWeightsHelper() local416 auto transpose_int = conv_params_packed[idx].item<int64_t>(); in unpackQuantizedWeightsHelper() local
1119 def transpose_int(func, *args, **kwargs): function