Skip to content
Permalink
Browse files
Create neural_net::Image abstraction that can encapsulate either flex…
…_image or CoreImage (#3235)
  • Loading branch information
nickjong committed Jun 29, 2020
1 parent 541995c commit 6a4e39d
Show file tree
Hide file tree
Showing 36 changed files with 1,805 additions and 241 deletions.
@@ -1,2 +1,10 @@
BasedOnStyle: Google

BreakConstructorInitializers: BeforeComma
BraceWrapping:
AfterFunction: true
BreakBeforeBraces: Custom
ColumnLimit: 100
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 2
IncludeBlocks: Preserve

0 comments on commit 6a4e39d

Please sign in to comment.