1454 Commits (7884b243fe5dcfa9fcc1120386ba27a4d319c774)
 

Author SHA1 Message Date
  Sam Harwell 7884b243fe Fix CS1570 (XML comment has badly formed XML) 5 years ago
  Sam Harwell cef6ec0019 Fix CS1572 (XML comment has a param tag, but there is no parameter by that name) 5 years ago
  Sam Harwell 02d9023621 Fix CS1587 (XML comment is not placed on a valid language element) 5 years ago
  Sam Harwell 5e2aa2bff5 Fix CS1711 (XML comment has a typeparam tag, but there is no type parameter by that name) 5 years ago
  Sam Harwell 55349f4a27 Enable documentation comment analysis 5 years ago
  Sam Harwell dfd171f0ae Suppress CS0659 ('type' overrides Object.Equals(object o) but does not override Object.GetHashCode()) 5 years ago
  Sam Harwell c48cce4e7d Suppress CS0649 (Field 'name' is never assigned to, and will always have its default value) 5 years ago
  Sam Harwell 0da5c3552e Suppress CS0414 (The field 'name' is assigned but its value is never used) 5 years ago
  Sam Harwell ee3d8495b0 Suppress CS0169 (The field 'name' is never used) 5 years ago
  Sam Harwell e268b89c6f Suppress CS0114 (Member hides inherited member; missing override keyword) 5 years ago
  Sam Harwell 75904e5b1a Suppress CS0105 (Using directive appeared previously in this namespace) 5 years ago
  Sam Harwell dc7b4ce53d Suppress CS0618 (Type or member is obsolete) 5 years ago
  Sam Harwell dd7060cfc8 Suppress CS1717 (Assignment made to same variable) 5 years ago
  Sam Harwell 09f1af597a Suppress CS0168 (Variable is declared but never used) 5 years ago
  Sam Harwell fe625866ad Suppress CS0162 (Unreachable code detected) 5 years ago
  Sam Harwell 48dfc92407 Suppress CS0642 (Possible mistaken empty statement) 5 years ago
  Sam Harwell 044fe6d4fc Suppress CS0108 (Member hides inherited member; missing new keyword) 5 years ago
  Sam Harwell e40b2f7925 Suppress CS0219 (Variable is assigned but its value is never used) 5 years ago
  Oceania2018 16ea35126d fix tf.cond. 5 years ago
  Oceania2018 7ec1422588 fix tensor creation from n-dim array. 5 years ago
  Oceania2018 0c7638f8b5 Fix tf.split, #569 5 years ago
  pepure 47ba2ae6fd add tf.split problem describe 5 years ago
  pepure 13f20d28fd add Concat Double Type problem describe 5 years ago
  pepure 3e31304002 tensor init bug test 5 years ago
  pepure 87c547a29c tensor init bug test 5 years ago
  Oceania2018 25d1c743b1 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 5 years ago
  Oceania2018 43ab3cad88 _AddNGrad 5 years ago
  pepure 3f4b5b3a74 add transpose API eagerly 5 years ago
  Sam Harwell f7e61b0199 Implement SafeImportGraphDefResultsHandle as a wrapper for TF_ImportGraphDefResults 5 years ago
  Sam Harwell 09600a87f7 Implement SafeDeviceListHandle as a wrapper for TF_DeviceList 5 years ago
  Sam Harwell 947eef4c8e Fix the signature of TF_GetBuffer 5 years ago
  Sam Harwell caae2dbd66 Implement SafeBufferHandle as a wrapper for TF_Buffer 5 years ago
  Sam Harwell 33e17dff25 Mark SafeHandle interop constructors private 5 years ago
  Oceania2018 2602fb95f7 Implement EagerRunner. 5 years ago
  Oceania2018 91fb30f3d9 Add PersistentTape unit test. 5 years ago
  Oceania2018 c1dcb8ca12 Fix tf.reshape. 5 years ago
  Haiping 7e18dcf3ee
Merge pull request #564 from sharwell/safe-import-graph-def-options-handle 5 years ago
  Haiping d42bc071d8
Merge pull request #563 from sharwell/safe-session-options-handle 5 years ago
  Haiping d7925ec265
Merge pull request #560 from sharwell/safe-context-options-handle 5 years ago
  Sam Harwell 09466c1334 Implement SafeImportGraphDefOptionsHandle as a wrapper for TF_ImportGraphDefOptions 5 years ago
  Sam Harwell bfac6f7b6c Implement SafeSessionOptionsHandle as a wrapper for TF_SessionOptions 5 years ago
  Sam Harwell 6d73b8d61e Implement SafeContextOptionsHandle as a wrapper for TFE_ContextOptions 5 years ago
  Haiping 6f74c425a8
Merge pull request #562 from sharwell/fix-graph-test 5 years ago
  Haiping 43b182ed07
Merge pull request #561 from sharwell/function-pointer 5 years ago
  Haiping 517f81fe7e
Merge pull request #559 from sharwell/safe-context-handle 5 years ago
  Sam Harwell 284d3b1033 Fix Tensor constructor for int32 5 years ago
  Sam Harwell e62184157b Mark delegates with UnmanagedFunctionPointer 5 years ago
  Sam Harwell ab6d624ea8 Implement SafeContextHandle as a wrapper for TFE_Context 5 years ago
  Haiping 760b5d8595
Merge pull request #528 from sharwell/safe-status-handle 5 years ago
  Sam Harwell ae8d7e9eb9 Remove unnecessary test API 5 years ago