file(GLOB LIST_OPS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}""*.h")set(pass_file ${PADDLE_BINARY_DIR}/paddle/fluid/operators/ngraph/ngraph_ops.h)file(APPEND ${pass_file}"\#pragma once\n")file(WRITE ${pass_file}"// Generated by the /paddle/fluid/operators/ngraph/ops/CMakeLists.txt. DO NOT EDIT!\n\n")foreach(OPS_NAME ${LIST_OPS})file(APPEND ${pass_file}"\#include \"paddle/fluid/operators/ngraph/ops/${OPS_NAME}\"\n")endforeach(OPS_NAME)