Home
last modified time | relevance | path

Searched refs:firstInp_tensor (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dremove_inplace_ops.cpp125 TensorTypePtr firstInp_tensor = in ImplicitCastForBinaryInplaceOps() local
129 if (!(firstInp_tensor) || !(secondInp_tensor) || in ImplicitCastForBinaryInplaceOps()
130 !(firstInp_tensor->scalarType().has_value())) { in ImplicitCastForBinaryInplaceOps()