#pragma once #include namespace torch::jit { TORCH_API void fuseStaticSubgraphs( std::shared_ptr graph, size_t min_size); TORCH_API void performTensorExprFusion( std::shared_ptr graph, std::vector sample_inputs); } // namespace torch::jit