#pragma once #include namespace torch { namespace jit { // updates the types of tuples according to the type of their current inputs. TORCH_API void RefineTupleTypes(std::shared_ptr& graph); } // namespace jit } // namespace torch