tfrun

An easy-to-use C++ wrapper over the stable C API of TensorFlow
git clone https://0xff.ir/g/tfrun.git
Log | Files | Refs | README | LICENSE

_clang-format (541B)


      1 BasedOnStyle: Mozilla
      2 Language: Cpp
      3 AlwaysBreakBeforeMultilineStrings: true
      4 BinPackParameters: false
      5 BreakBeforeBraces: Custom
      6 BraceWrapping:
      7   AfterClass:      true
      8   AfterControlStatement: false
      9   AfterEnum:       true
     10   AfterFunction:   true
     11   AfterNamespace:  false
     12   AfterObjCDeclaration: false
     13   AfterStruct:     true
     14   AfterUnion:      true
     15   AfterExternBlock: false  # changed
     16   BeforeCatch:     false
     17   BeforeElse:      false
     18   IndentBraces:    false
     19   SplitEmptyFunction: true
     20   SplitEmptyRecord: false
     21   SplitEmptyNamespace: true