Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Commit

Permalink
Expiry: add model with ReLU convolution layers
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Goldman committed Feb 1, 2015
1 parent af92ae7 commit 1ca90b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions icc.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@
3E013400198ADC7D009E579A /* zh-Hans.strings */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans.strings"; path = "assets/strings/zh-Hans.strings"; sourceTree = SOURCE_ROOT; };
3E013401198ADC7D009E579A /* zh-Hant_TW.strings */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant_TW.strings"; path = "assets/strings/zh-Hant_TW.strings"; sourceTree = SOURCE_ROOT; };
3E013402198ADC7D009E579A /* zh-Hant.strings */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant.strings"; path = "assets/strings/zh-Hant.strings"; sourceTree = SOURCE_ROOT; };
3E2449E71A7E050900ECC31C /* modelc_9ef06a97.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = modelc_9ef06a97.cpp; sourceTree = "<group>"; };
3E2449E81A7E050900ECC31C /* modelc_9ef06a97.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = modelc_9ef06a97.hpp; sourceTree = "<group>"; };
3E362802173887CB00F8D17F /* scan.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = scan.cpp; sourceTree = "<group>"; };
3E4D865717BC4EBB0057505D /* CardIOView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = CardIOView.mm; path = Classes/CardIOView.mm; sourceTree = "<group>"; };
3E4D865A17BC50AB0057505D /* CardIOViewDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CardIOViewDelegate.h; path = CardIO_Public_API/CardIOViewDelegate.h; sourceTree = "<group>"; };
Expand All @@ -557,8 +559,6 @@
3E9C622C1A72BFCD003648D5 /* modelc_13a159cd.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = modelc_13a159cd.hpp; sourceTree = "<group>"; };
3E9C622D1A72BFCD003648D5 /* modelm_95f644e2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = modelm_95f644e2.cpp; sourceTree = "<group>"; };
3E9C622E1A72BFCD003648D5 /* modelm_95f644e2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = modelm_95f644e2.hpp; sourceTree = "<group>"; };
3E9C62341A75E774003648D5 /* modelc_b14a5bff.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = modelc_b14a5bff.cpp; sourceTree = "<group>"; };
3E9C62351A75E774003648D5 /* modelc_b14a5bff.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = modelc_b14a5bff.hpp; sourceTree = "<group>"; };
3E9F4C49181F03F300F33B48 /* libCardIO.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libCardIO.a; sourceTree = BUILT_PRODUCTS_DIR; };
3E9F4C7F181F07B700F33B48 /* icc.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = icc.app; sourceTree = BUILT_PRODUCTS_DIR; };
3EA0739F16E6C26C00CA6E7F /* simulated_camera_0.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = simulated_camera_0.png; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1623,8 +1623,8 @@
3ED9F6D71A23CDBE00BD07F8 /* expiry */ = {
isa = PBXGroup;
children = (
3E9C62341A75E774003648D5 /* modelc_b14a5bff.cpp */,
3E9C62351A75E774003648D5 /* modelc_b14a5bff.hpp */,
3E2449E71A7E050900ECC31C /* modelc_9ef06a97.cpp */,
3E2449E81A7E050900ECC31C /* modelc_9ef06a97.hpp */,
3E9C622B1A72BFCD003648D5 /* modelc_13a159cd.cpp */,
3E9C622C1A72BFCD003648D5 /* modelc_13a159cd.hpp */,
3E9C622D1A72BFCD003648D5 /* modelm_95f644e2.cpp */,
Expand Down

0 comments on commit 1ca90b6

Please sign in to comment.