Home
last modified time | relevance | path

Searched defs:other_tensor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dbinary_folding.py105 def _op_not_broadcasting_with_conv(weight_tensor, other_tensor): argument
/aosp_15_r20/external/pytorch/tools/autograd/templates/
H A Dpython_variable_methods.cpp1117 auto other_tensor = torch::utils::tensor_from_numpy(other); in THPVariable___eq__() local