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