#pragma once #include #include namespace torch { namespace jit { // see .cpp for docs TORCH_API void RemoveInplaceOps(const std::shared_ptr& graph); TORCH_API void ImplicitCastForBinaryInplaceOps(Block* block); } // namespace jit } // namespace torch