project.pbxproj 27.8 KB
Newer Older
1 2 3 4 5 6 7 8 9
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 50;
	objects = {

/* Begin PBXBuildFile section */
10
		165F38D72276F4C00088E29F /* ConvAddReluMetal.metal in Sources */ = {isa = PBXBuildFile; fileRef = 165F38D62276F4C00088E29F /* ConvAddReluMetal.metal */; };
11
		5CCC0CF6759710BAFE999DB7 /* Pods_paddle_mobile_metallib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D9D330A035906298947080B /* Pods_paddle_mobile_metallib.framework */; };
12
		A74CAFF0228D9B9B000BBFCA /* ScaleKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = A74CAFEF228D9B9B000BBFCA /* ScaleKernel.metal */; };
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
		FCC15DE5221E69E100DC3CB2 /* ReluKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DBC221E69DD00DC3CB2 /* ReluKernel.metal */; };
		FCC15DE6221E69E100DC3CB2 /* BoxCoder.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DBD221E69DD00DC3CB2 /* BoxCoder.metal */; };
		FCC15DE7221E69E100DC3CB2 /* ConvAddBNReluKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DBE221E69DD00DC3CB2 /* ConvAddBNReluKernel.metal */; };
		FCC15DE8221E69E100DC3CB2 /* Split.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DBF221E69DD00DC3CB2 /* Split.metal */; };
		FCC15DE9221E69E100DC3CB2 /* BilinearInterp.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DC0221E69DD00DC3CB2 /* BilinearInterp.metal */; };
		FCC15DEA221E69E100DC3CB2 /* ElementwiseAddPreluKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DC1221E69DD00DC3CB2 /* ElementwiseAddPreluKernel.metal */; };
		FCC15DEB221E69E100DC3CB2 /* NMSFetchResultKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DC2221E69DD00DC3CB2 /* NMSFetchResultKernel.metal */; };
		FCC15DEC221E69E100DC3CB2 /* Softmax.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DC3221E69DD00DC3CB2 /* Softmax.metal */; };
		FCC15DED221E69E100DC3CB2 /* PoolKernel.inc.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DC4221E69DE00DC3CB2 /* PoolKernel.inc.metal */; };
		FCC15DEE221E69E100DC3CB2 /* ConvTransposeKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DC5221E69DE00DC3CB2 /* ConvTransposeKernel.metal */; };
		FCC15DEF221E69E100DC3CB2 /* Macro.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DC6221E69DE00DC3CB2 /* Macro.metal */; };
		FCC15DF0221E69E100DC3CB2 /* PreluKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DC7221E69DE00DC3CB2 /* PreluKernel.metal */; };
		FCC15DF1221E69E100DC3CB2 /* BilinearInterp.inc.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DC8221E69DE00DC3CB2 /* BilinearInterp.inc.metal */; };
		FCC15DF2221E69E100DC3CB2 /* TransposeKernel.inc.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DC9221E69DE00DC3CB2 /* TransposeKernel.inc.metal */; };
		FCC15DF3221E69E100DC3CB2 /* ConcatKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DCA221E69DE00DC3CB2 /* ConcatKernel.metal */; };
		FCC15DF4221E69E100DC3CB2 /* ResizeBilinear.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DCB221E69DE00DC3CB2 /* ResizeBilinear.metal */; };
		FCC15DF5221E69E100DC3CB2 /* Common.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DCC221E69DE00DC3CB2 /* Common.metal */; };
		FCC15DF6221E69E100DC3CB2 /* PoolKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DCD221E69DE00DC3CB2 /* PoolKernel.metal */; };
		FCC15DF7221E69E100DC3CB2 /* ReshapeKernel.inc.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DCE221E69DE00DC3CB2 /* ReshapeKernel.inc.metal */; };
		FCC15DF8221E69E100DC3CB2 /* ConvBNReluKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DCF221E69DE00DC3CB2 /* ConvBNReluKernel.metal */; };
		FCC15DF9221E69E100DC3CB2 /* Kernels.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DD0221E69DE00DC3CB2 /* Kernels.metal */; };
		FCC15DFA221E69E100DC3CB2 /* Shape.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DD1221E69DF00DC3CB2 /* Shape.metal */; };
		FCC15DFB221E69E100DC3CB2 /* Softmax.inc.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DD2221E69DF00DC3CB2 /* Softmax.inc.metal */; };
		FCC15DFC221E69E100DC3CB2 /* ConvAddPreluKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DD3221E69DF00DC3CB2 /* ConvAddPreluKernel.metal */; };
		FCC15DFD221E69E100DC3CB2 /* Elementwise.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DD4221E69DF00DC3CB2 /* Elementwise.metal */; };
		FCC15DFE221E69E100DC3CB2 /* ReshapeKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DD5221E69DF00DC3CB2 /* ReshapeKernel.metal */; };
		FCC15DFF221E69E100DC3CB2 /* Scale.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DD6221E69DF00DC3CB2 /* Scale.metal */; };
		FCC15E00221E69E100DC3CB2 /* ConvKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DD7221E69DF00DC3CB2 /* ConvKernel.metal */; };
		FCC15E01221E69E100DC3CB2 /* PriorBoxKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DD8221E69DF00DC3CB2 /* PriorBoxKernel.metal */; };
		FCC15E02221E69E100DC3CB2 /* BatchNormRelu.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DD9221E69E000DC3CB2 /* BatchNormRelu.metal */; };
		FCC15E03221E69E100DC3CB2 /* TransposeKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DDA221E69E000DC3CB2 /* TransposeKernel.metal */; };
		FCC15E04221E69E100DC3CB2 /* ConvAddPrelu.inc.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DDB221E69E000DC3CB2 /* ConvAddPrelu.inc.metal */; };
		FCC15E05221E69E100DC3CB2 /* BatchNormKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DDC221E69E000DC3CB2 /* BatchNormKernel.metal */; };
		FCC15E06221E69E100DC3CB2 /* BoxCoder.inc.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DDD221E69E000DC3CB2 /* BoxCoder.inc.metal */; };
		FCC15E07221E69E100DC3CB2 /* FetchKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DDE221E69E000DC3CB2 /* FetchKernel.metal */; };
		FCC15E08221E69E100DC3CB2 /* Split.inc.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DDF221E69E000DC3CB2 /* Split.inc.metal */; };
		FCC15E09221E69E100DC3CB2 /* ConcatKernel.inc.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DE0221E69E100DC3CB2 /* ConcatKernel.inc.metal */; };
		FCC15E0A221E69E100DC3CB2 /* ElementwiseAddPreluKernel.inc.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DE1221E69E100DC3CB2 /* ElementwiseAddPreluKernel.inc.metal */; };
		FCC15E0B221E69E100DC3CB2 /* FetchKernel.inc.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DE2221E69E100DC3CB2 /* FetchKernel.inc.metal */; };
		FCC15E0C221E69E100DC3CB2 /* BufferToTexture.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DE3221E69E100DC3CB2 /* BufferToTexture.metal */; };
		FCC15E0D221E69E100DC3CB2 /* ConvAddMetal.metal in Sources */ = {isa = PBXBuildFile; fileRef = FCC15DE4221E69E100DC3CB2 /* ConvAddMetal.metal */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
57
		165F38D62276F4C00088E29F /* ConvAddReluMetal.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = ConvAddReluMetal.metal; sourceTree = "<group>"; };
58 59
		33511F4FF7FE78679BE12DC0 /* Pods-paddle-mobile-metallib.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paddle-mobile-metallib.release.xcconfig"; path = "../Pods/Target Support Files/Pods-paddle-mobile-metallib/Pods-paddle-mobile-metallib.release.xcconfig"; sourceTree = "<group>"; };
		5D9D330A035906298947080B /* Pods_paddle_mobile_metallib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_paddle_mobile_metallib.framework; sourceTree = BUILT_PRODUCTS_DIR; };
60
		A74CAFEF228D9B9B000BBFCA /* ScaleKernel.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = ScaleKernel.metal; sourceTree = "<group>"; };
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
		C6D31B9F9533810DBCA6B28D /* Pods-paddle-mobile-metallib.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paddle-mobile-metallib.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-paddle-mobile-metallib/Pods-paddle-mobile-metallib.debug.xcconfig"; sourceTree = "<group>"; };
		FCC15D60221E66DE00DC3CB2 /* paddle-mobile-metallib.metallib */ = {isa = PBXFileReference; explicitFileType = "archive.metal-library"; includeInIndex = 0; path = "paddle-mobile-metallib.metallib"; sourceTree = BUILT_PRODUCTS_DIR; };
		FCC15DBC221E69DD00DC3CB2 /* ReluKernel.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = ReluKernel.metal; sourceTree = "<group>"; };
		FCC15DBD221E69DD00DC3CB2 /* BoxCoder.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = BoxCoder.metal; sourceTree = "<group>"; };
		FCC15DBE221E69DD00DC3CB2 /* ConvAddBNReluKernel.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = ConvAddBNReluKernel.metal; sourceTree = "<group>"; };
		FCC15DBF221E69DD00DC3CB2 /* Split.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = Split.metal; sourceTree = "<group>"; };
		FCC15DC0221E69DD00DC3CB2 /* BilinearInterp.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = BilinearInterp.metal; sourceTree = "<group>"; };
		FCC15DC1221E69DD00DC3CB2 /* ElementwiseAddPreluKernel.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = ElementwiseAddPreluKernel.metal; sourceTree = "<group>"; };
		FCC15DC2221E69DD00DC3CB2 /* NMSFetchResultKernel.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = NMSFetchResultKernel.metal; sourceTree = "<group>"; };
		FCC15DC3221E69DD00DC3CB2 /* Softmax.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = Softmax.metal; sourceTree = "<group>"; };
		FCC15DC4221E69DE00DC3CB2 /* PoolKernel.inc.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = PoolKernel.inc.metal; sourceTree = "<group>"; };
		FCC15DC5221E69DE00DC3CB2 /* ConvTransposeKernel.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = ConvTransposeKernel.metal; sourceTree = "<group>"; };
		FCC15DC6221E69DE00DC3CB2 /* Macro.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = Macro.metal; sourceTree = "<group>"; };
		FCC15DC7221E69DE00DC3CB2 /* PreluKernel.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = PreluKernel.metal; sourceTree = "<group>"; };
		FCC15DC8221E69DE00DC3CB2 /* BilinearInterp.inc.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = BilinearInterp.inc.metal; sourceTree = "<group>"; };
		FCC15DC9221E69DE00DC3CB2 /* TransposeKernel.inc.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = TransposeKernel.inc.metal; sourceTree = "<group>"; };
		FCC15DCA221E69DE00DC3CB2 /* ConcatKernel.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = ConcatKernel.metal; sourceTree = "<group>"; };
		FCC15DCB221E69DE00DC3CB2 /* ResizeBilinear.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = ResizeBilinear.metal; sourceTree = "<group>"; };
		FCC15DCC221E69DE00DC3CB2 /* Common.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = Common.metal; sourceTree = "<group>"; };
		FCC15DCD221E69DE00DC3CB2 /* PoolKernel.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = PoolKernel.metal; sourceTree = "<group>"; };
		FCC15DCE221E69DE00DC3CB2 /* ReshapeKernel.inc.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = ReshapeKernel.inc.metal; sourceTree = "<group>"; };
		FCC15DCF221E69DE00DC3CB2 /* ConvBNReluKernel.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = ConvBNReluKernel.metal; sourceTree = "<group>"; };
		FCC15DD0221E69DE00DC3CB2 /* Kernels.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = Kernels.metal; sourceTree = "<group>"; };
		FCC15DD1221E69DF00DC3CB2 /* Shape.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = Shape.metal; sourceTree = "<group>"; };
		FCC15DD2221E69DF00DC3CB2 /* Softmax.inc.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = Softmax.inc.metal; sourceTree = "<group>"; };
		FCC15DD3221E69DF00DC3CB2 /* ConvAddPreluKernel.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = ConvAddPreluKernel.metal; sourceTree = "<group>"; };
		FCC15DD4221E69DF00DC3CB2 /* Elementwise.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = Elementwise.metal; sourceTree = "<group>"; };
		FCC15DD5221E69DF00DC3CB2 /* ReshapeKernel.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = ReshapeKernel.metal; sourceTree = "<group>"; };
		FCC15DD6221E69DF00DC3CB2 /* Scale.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = Scale.metal; sourceTree = "<group>"; };
		FCC15DD7221E69DF00DC3CB2 /* ConvKernel.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = ConvKernel.metal; sourceTree = "<group>"; };
		FCC15DD8221E69DF00DC3CB2 /* PriorBoxKernel.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = PriorBoxKernel.metal; sourceTree = "<group>"; };
		FCC15DD9221E69E000DC3CB2 /* BatchNormRelu.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = BatchNormRelu.metal; sourceTree = "<group>"; };
		FCC15DDA221E69E000DC3CB2 /* TransposeKernel.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = TransposeKernel.metal; sourceTree = "<group>"; };
		FCC15DDB221E69E000DC3CB2 /* ConvAddPrelu.inc.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = ConvAddPrelu.inc.metal; sourceTree = "<group>"; };
		FCC15DDC221E69E000DC3CB2 /* BatchNormKernel.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = BatchNormKernel.metal; sourceTree = "<group>"; };
		FCC15DDD221E69E000DC3CB2 /* BoxCoder.inc.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = BoxCoder.inc.metal; sourceTree = "<group>"; };
		FCC15DDE221E69E000DC3CB2 /* FetchKernel.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = FetchKernel.metal; sourceTree = "<group>"; };
		FCC15DDF221E69E000DC3CB2 /* Split.inc.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = Split.inc.metal; sourceTree = "<group>"; };
		FCC15DE0221E69E100DC3CB2 /* ConcatKernel.inc.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = ConcatKernel.inc.metal; sourceTree = "<group>"; };
		FCC15DE1221E69E100DC3CB2 /* ElementwiseAddPreluKernel.inc.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = ElementwiseAddPreluKernel.inc.metal; sourceTree = "<group>"; };
		FCC15DE2221E69E100DC3CB2 /* FetchKernel.inc.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = FetchKernel.inc.metal; sourceTree = "<group>"; };
		FCC15DE3221E69E100DC3CB2 /* BufferToTexture.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = BufferToTexture.metal; sourceTree = "<group>"; };
		FCC15DE4221E69E100DC3CB2 /* ConvAddMetal.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = ConvAddMetal.metal; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		3262940821E130A79BEC3880 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				5CCC0CF6759710BAFE999DB7 /* Pods_paddle_mobile_metallib.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		2EC9E2608C2591494F8F23F0 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				5D9D330A035906298947080B /* Pods_paddle_mobile_metallib.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		755C26B34D5114CE1B98D3DC /* Pods */ = {
			isa = PBXGroup;
			children = (
				C6D31B9F9533810DBCA6B28D /* Pods-paddle-mobile-metallib.debug.xcconfig */,
				33511F4FF7FE78679BE12DC0 /* Pods-paddle-mobile-metallib.release.xcconfig */,
			);
			name = Pods;
			sourceTree = "<group>";
		};
		FCC15D59221E66DE00DC3CB2 = {
			isa = PBXGroup;
			children = (
				FCC15D62221E66DE00DC3CB2 /* paddle-mobile-metallib */,
				FCC15D61221E66DE00DC3CB2 /* Products */,
				755C26B34D5114CE1B98D3DC /* Pods */,
				2EC9E2608C2591494F8F23F0 /* Frameworks */,
			);
			sourceTree = "<group>";
		};
		FCC15D61221E66DE00DC3CB2 /* Products */ = {
			isa = PBXGroup;
			children = (
				FCC15D60221E66DE00DC3CB2 /* paddle-mobile-metallib.metallib */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		FCC15D62221E66DE00DC3CB2 /* paddle-mobile-metallib */ = {
			isa = PBXGroup;
			children = (
				FCC15DDC221E69E000DC3CB2 /* BatchNormKernel.metal */,
				FCC15DD9221E69E000DC3CB2 /* BatchNormRelu.metal */,
				FCC15DC8221E69DE00DC3CB2 /* BilinearInterp.inc.metal */,
				FCC15DC0221E69DD00DC3CB2 /* BilinearInterp.metal */,
				FCC15DDD221E69E000DC3CB2 /* BoxCoder.inc.metal */,
				FCC15DBD221E69DD00DC3CB2 /* BoxCoder.metal */,
				FCC15DE3221E69E100DC3CB2 /* BufferToTexture.metal */,
				FCC15DCC221E69DE00DC3CB2 /* Common.metal */,
				FCC15DE0221E69E100DC3CB2 /* ConcatKernel.inc.metal */,
				FCC15DCA221E69DE00DC3CB2 /* ConcatKernel.metal */,
				FCC15DBE221E69DD00DC3CB2 /* ConvAddBNReluKernel.metal */,
				FCC15DE4221E69E100DC3CB2 /* ConvAddMetal.metal */,
				FCC15DDB221E69E000DC3CB2 /* ConvAddPrelu.inc.metal */,
				FCC15DD3221E69DF00DC3CB2 /* ConvAddPreluKernel.metal */,
				FCC15DCF221E69DE00DC3CB2 /* ConvBNReluKernel.metal */,
				FCC15DD7221E69DF00DC3CB2 /* ConvKernel.metal */,
				FCC15DC5221E69DE00DC3CB2 /* ConvTransposeKernel.metal */,
				FCC15DD4221E69DF00DC3CB2 /* Elementwise.metal */,
				FCC15DE1221E69E100DC3CB2 /* ElementwiseAddPreluKernel.inc.metal */,
				FCC15DC1221E69DD00DC3CB2 /* ElementwiseAddPreluKernel.metal */,
				FCC15DE2221E69E100DC3CB2 /* FetchKernel.inc.metal */,
				FCC15DDE221E69E000DC3CB2 /* FetchKernel.metal */,
				FCC15DD0221E69DE00DC3CB2 /* Kernels.metal */,
				FCC15DC6221E69DE00DC3CB2 /* Macro.metal */,
				FCC15DC2221E69DD00DC3CB2 /* NMSFetchResultKernel.metal */,
				FCC15DC4221E69DE00DC3CB2 /* PoolKernel.inc.metal */,
				FCC15DCD221E69DE00DC3CB2 /* PoolKernel.metal */,
				FCC15DC7221E69DE00DC3CB2 /* PreluKernel.metal */,
				FCC15DD8221E69DF00DC3CB2 /* PriorBoxKernel.metal */,
				FCC15DBC221E69DD00DC3CB2 /* ReluKernel.metal */,
				FCC15DCE221E69DE00DC3CB2 /* ReshapeKernel.inc.metal */,
				FCC15DD5221E69DF00DC3CB2 /* ReshapeKernel.metal */,
				FCC15DCB221E69DE00DC3CB2 /* ResizeBilinear.metal */,
				FCC15DD6221E69DF00DC3CB2 /* Scale.metal */,
				FCC15DD1221E69DF00DC3CB2 /* Shape.metal */,
				FCC15DD2221E69DF00DC3CB2 /* Softmax.inc.metal */,
				FCC15DC3221E69DD00DC3CB2 /* Softmax.metal */,
				FCC15DDF221E69E000DC3CB2 /* Split.inc.metal */,
				FCC15DBF221E69DD00DC3CB2 /* Split.metal */,
				FCC15DC9221E69DE00DC3CB2 /* TransposeKernel.inc.metal */,
				FCC15DDA221E69E000DC3CB2 /* TransposeKernel.metal */,
197
				A74CAFEF228D9B9B000BBFCA /* ScaleKernel.metal */,
198
				165F38D62276F4C00088E29F /* ConvAddReluMetal.metal */,
199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289
			);
			path = "paddle-mobile-metallib";
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		FCC15D5F221E66DE00DC3CB2 /* paddle-mobile-metallib */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = FCC15D67221E66DE00DC3CB2 /* Build configuration list for PBXNativeTarget "paddle-mobile-metallib" */;
			buildPhases = (
				DD854B7EC9A77A557887A67F /* [CP] Check Pods Manifest.lock */,
				FCC15D5E221E66DE00DC3CB2 /* Sources */,
				3262940821E130A79BEC3880 /* Frameworks */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = "paddle-mobile-metallib";
			productName = "paddle-mobile-metallib";
			productReference = FCC15D60221E66DE00DC3CB2 /* paddle-mobile-metallib.metallib */;
			productType = "com.apple.product-type.metal-library";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		FCC15D5A221E66DE00DC3CB2 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 1010;
				ORGANIZATIONNAME = Ray;
				TargetAttributes = {
					FCC15D5F221E66DE00DC3CB2 = {
						CreatedOnToolsVersion = 10.1;
					};
				};
			};
			buildConfigurationList = FCC15D5D221E66DE00DC3CB2 /* Build configuration list for PBXProject "paddle-mobile-metallib" */;
			compatibilityVersion = "Xcode 9.3";
			developmentRegion = en;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = FCC15D59221E66DE00DC3CB2;
			productRefGroup = FCC15D61221E66DE00DC3CB2 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				FCC15D5F221E66DE00DC3CB2 /* paddle-mobile-metallib */,
			);
		};
/* End PBXProject section */

/* Begin PBXShellScriptBuildPhase section */
		DD854B7EC9A77A557887A67F /* [CP] Check Pods Manifest.lock */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputFileListPaths = (
			);
			inputPaths = (
				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
				"${PODS_ROOT}/Manifest.lock",
			);
			name = "[CP] Check Pods Manifest.lock";
			outputFileListPaths = (
			);
			outputPaths = (
				"$(DERIVED_FILE_DIR)/Pods-paddle-mobile-metallib-checkManifestLockResult.txt",
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n    # print error to STDERR\n    echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n    exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
			showEnvVarsInLog = 0;
		};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		FCC15D5E221E66DE00DC3CB2 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				FCC15DF5221E69E100DC3CB2 /* Common.metal in Sources */,
				FCC15DFF221E69E100DC3CB2 /* Scale.metal in Sources */,
				FCC15DEC221E69E100DC3CB2 /* Softmax.metal in Sources */,
				FCC15DE8221E69E100DC3CB2 /* Split.metal in Sources */,
				FCC15DF2221E69E100DC3CB2 /* TransposeKernel.inc.metal in Sources */,
				FCC15DE7221E69E100DC3CB2 /* ConvAddBNReluKernel.metal in Sources */,
290
				A74CAFF0228D9B9B000BBFCA /* ScaleKernel.metal in Sources */,
291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319
				FCC15E04221E69E100DC3CB2 /* ConvAddPrelu.inc.metal in Sources */,
				FCC15DF9221E69E100DC3CB2 /* Kernels.metal in Sources */,
				FCC15DF0221E69E100DC3CB2 /* PreluKernel.metal in Sources */,
				FCC15DEB221E69E100DC3CB2 /* NMSFetchResultKernel.metal in Sources */,
				FCC15DE9221E69E100DC3CB2 /* BilinearInterp.metal in Sources */,
				FCC15DFA221E69E100DC3CB2 /* Shape.metal in Sources */,
				FCC15E0C221E69E100DC3CB2 /* BufferToTexture.metal in Sources */,
				FCC15E0A221E69E100DC3CB2 /* ElementwiseAddPreluKernel.inc.metal in Sources */,
				FCC15DFB221E69E100DC3CB2 /* Softmax.inc.metal in Sources */,
				FCC15E03221E69E100DC3CB2 /* TransposeKernel.metal in Sources */,
				FCC15DFE221E69E100DC3CB2 /* ReshapeKernel.metal in Sources */,
				FCC15E0D221E69E100DC3CB2 /* ConvAddMetal.metal in Sources */,
				FCC15DF7221E69E100DC3CB2 /* ReshapeKernel.inc.metal in Sources */,
				FCC15DE5221E69E100DC3CB2 /* ReluKernel.metal in Sources */,
				FCC15DEF221E69E100DC3CB2 /* Macro.metal in Sources */,
				FCC15E02221E69E100DC3CB2 /* BatchNormRelu.metal in Sources */,
				FCC15E00221E69E100DC3CB2 /* ConvKernel.metal in Sources */,
				FCC15E01221E69E100DC3CB2 /* PriorBoxKernel.metal in Sources */,
				FCC15DEA221E69E100DC3CB2 /* ElementwiseAddPreluKernel.metal in Sources */,
				FCC15DED221E69E100DC3CB2 /* PoolKernel.inc.metal in Sources */,
				FCC15E07221E69E100DC3CB2 /* FetchKernel.metal in Sources */,
				FCC15E0B221E69E100DC3CB2 /* FetchKernel.inc.metal in Sources */,
				FCC15DEE221E69E100DC3CB2 /* ConvTransposeKernel.metal in Sources */,
				FCC15DFC221E69E100DC3CB2 /* ConvAddPreluKernel.metal in Sources */,
				FCC15E06221E69E100DC3CB2 /* BoxCoder.inc.metal in Sources */,
				FCC15DF1221E69E100DC3CB2 /* BilinearInterp.inc.metal in Sources */,
				FCC15E08221E69E100DC3CB2 /* Split.inc.metal in Sources */,
				FCC15DF4221E69E100DC3CB2 /* ResizeBilinear.metal in Sources */,
				FCC15E05221E69E100DC3CB2 /* BatchNormKernel.metal in Sources */,
320
				165F38D72276F4C00088E29F /* ConvAddReluMetal.metal in Sources */,
321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336
				FCC15DE6221E69E100DC3CB2 /* BoxCoder.metal in Sources */,
				FCC15DF6221E69E100DC3CB2 /* PoolKernel.metal in Sources */,
				FCC15E09221E69E100DC3CB2 /* ConcatKernel.inc.metal in Sources */,
				FCC15DFD221E69E100DC3CB2 /* Elementwise.metal in Sources */,
				FCC15DF8221E69E100DC3CB2 /* ConvBNReluKernel.metal in Sources */,
				FCC15DF3221E69E100DC3CB2 /* ConcatKernel.metal in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		FCC15D65221E66DE00DC3CB2 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
L
liuruilong 已提交
337
				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
338 339
				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
				MTL_FAST_MATH = YES;
L
liuruilong 已提交
340
				MTL_LANGUAGE_REVISION = Metal12;
341 342 343 344 345 346 347 348
				SDKROOT = iphoneos;
			};
			name = Debug;
		};
		FCC15D66221E66DE00DC3CB2 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
L
liuruilong 已提交
349
				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
350 351
				MTL_ENABLE_DEBUG_INFO = NO;
				MTL_FAST_MATH = YES;
L
liuruilong 已提交
352
				MTL_LANGUAGE_REVISION = Metal12;
353 354 355 356 357 358 359 360 361 362
				SDKROOT = iphoneos;
			};
			name = Release;
		};
		FCC15D68221E66DE00DC3CB2 /* Debug */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = C6D31B9F9533810DBCA6B28D /* Pods-paddle-mobile-metallib.debug.xcconfig */;
			buildSettings = {
				CODE_SIGN_STYLE = Automatic;
				MTL_ENABLE_DEBUG_INFO = NO;
W
WayneLiu 已提交
363
				MTL_LANGUAGE_REVISION = iOSMetal10;
364 365 366 367 368 369 370 371 372 373
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Debug;
		};
		FCC15D69221E66DE00DC3CB2 /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 33511F4FF7FE78679BE12DC0 /* Pods-paddle-mobile-metallib.release.xcconfig */;
			buildSettings = {
				CODE_SIGN_STYLE = Automatic;
				MTL_ENABLE_DEBUG_INFO = NO;
W
WayneLiu 已提交
374
				MTL_LANGUAGE_REVISION = iOSMetal10;
375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		FCC15D5D221E66DE00DC3CB2 /* Build configuration list for PBXProject "paddle-mobile-metallib" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				FCC15D65221E66DE00DC3CB2 /* Debug */,
				FCC15D66221E66DE00DC3CB2 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		FCC15D67221E66DE00DC3CB2 /* Build configuration list for PBXNativeTarget "paddle-mobile-metallib" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				FCC15D68221E66DE00DC3CB2 /* Debug */,
				FCC15D69221E66DE00DC3CB2 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = FCC15D5A221E66DE00DC3CB2 /* Project object */;
}