1 namespace torch { namespace jit { 2 const char * schema_declarations = R"===( 3 ${declarations} 4 )==="; 5 }} 6