Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DMathBitsFallback.h89 std::vector<std::pair<Tensor, Tensor>> mutable_inputs_with_their_clones; in fallback_impl() local
109 …TORCH_CHECK(mutable_inputs_with_their_clones.empty(), op_name, " fallback does not support operato… in fallback_impl()
111 mutable_inputs_with_their_clones.emplace_back(std::move(tensor), resolved_tensor); in fallback_impl()
132 TORCH_INTERNAL_ASSERT(mutable_inputs_with_their_clones.size() <= 1); in fallback_impl()
134 for (std::pair<Tensor, Tensor> mut_tensors: mutable_inputs_with_their_clones) { in fallback_impl()