Commit Graph

  • *
  • | *
  • | | *
  • | |/
  • * /
  • |/
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | | *
  • | |/
  • |/|
  • | | *
  • | |/
  • |/|
  • | | *
  • | | |\
  • | |_|/
  • |/| |
  • * | |
  • * | |
  • | | *
  • | |/
  • |/|
  • * |
  • * |
  • | | *
  • | |/
  • |/|
  • | | *
  • | |/
  • |/|
  • | | *
  • | |/
  • |/|
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • | |\
  • | |/
  • |/|
  • | *
  • * |
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | |/
  • |/|
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | |/
  • |/|
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • |\ \
  • 028b9773 Implement SafeResourceVariableHandle as a wrapper for TFE_ResourceVariable by Sam Harwell 2020-07-06 08:14:37 -0700
  • 495afbe2 (refs/pull/590/head) Ensure SafeDeviceListHandle is not released before calling StringPiece by Sam Harwell 2020-07-27 08:36:13 -0700
  • 9bdfb166 (refs/pull/589/head) Implement SafeResourceVariableHandle as a wrapper for TFE_ResourceVariable by Sam Harwell 2020-07-06 08:14:37 -0700
  • 076b3fc5 Fix incorrect copy lengths in memcpy by Sam Harwell 2020-07-27 07:53:08 -0700
  • 41c7338e (refs/pull/588/head) Fix incorrect copy lengths in memcpy by Sam Harwell 2020-07-27 07:53:08 -0700
  • 29042df3 add VariableArgs. by Oceania2018 2020-07-26 23:46:31 -0500
  • ef82af70 Fix ImageType test. by Oceania2018 2020-07-26 22:44:38 -0500
  • 5f1f5989 Partial implementation of tf.keras. #355 by Oceania2018 2020-07-26 22:44:07 -0500
  • 34efa15d fix iterator_get_next for dataset. by Oceania2018 2020-07-25 21:48:18 -0500
  • 601c4234 fix attrs missing. by Oceania2018 2020-07-25 19:08:38 -0500
  • 2efaaa88 Add optimize_dataset to IDatasetV2. by Oceania2018 2020-07-25 15:56:46 -0500
  • ea2b4734 tf.data abstraction in IDatasetV2. by Oceania2018 2020-07-25 15:56:03 -0500
  • 17204b55 add ReduceSum test. by Oceania2018 2020-07-25 15:54:43 -0500
  • 04942fba fix creating tesnor from string array. by Oceania2018 2020-07-25 15:54:24 -0500
  • 73a4dbe6 tensor_util.to_numpy_string by Oceania2018 2020-07-24 15:25:40 -0500
  • 03a9e95d Create tensor from string array. by Oceania2018 2020-07-24 06:34:14 -0500
  • 3a220fa5 tf.data framework. by Oceania2018 2020-07-21 19:41:53 -0500
  • 388b6451 add tf.linalg.eye. by Oceania2018 2020-07-21 19:41:27 -0500
  • 368cea3a ignore Session test. by Oceania2018 2020-07-11 13:52:42 -0500
  • d5534d27 fix compile failed. by Oceania2018 2020-07-11 12:52:27 -0500
  • a8a0731c Change RefVariable to IVariableV1. by Oceania2018 2020-07-11 12:43:58 -0500
  • 468cb8e8 add TF_GraphSetOutputHandleShapesAndTypes api. by Oceania2018 2020-07-11 07:57:30 -0500
  • 9bb603d5 Rename SaveableObject to MySaveableObject. by Oceania2018 2020-07-11 07:57:21 -0500
  • 89987e24 Fix assign_add_variable_op for Graph mode. by Oceania2018 2020-07-11 07:56:31 -0500
  • f849af09 Change RefVariable to IVariableV1. by Oceania2018 2020-07-11 07:55:26 -0500
  • 7d7a3174 Upgrade protobuf definition. by Oceania2018 2020-07-11 07:53:25 -0500
  • d3f53589 (refs/pull/571/head) even more bug fixes by carb0n 2020-07-10 15:08:56 -0400
  • 1b4d323f some more bug fixes by carb0n 2020-07-09 21:57:59 -0400
  • f026d91d remove unnecessary (and broken) indexing code by carb0n 2020-07-09 19:54:58 -0400
  • 3f26ff45 add flip_left_right, flip_up_down by carb0n 2020-07-09 19:23:55 -0400
  • 8b47fff2 add get_shape by carb0n 2020-07-09 19:05:07 -0400
  • 4ef84ff8 fix typo by carb0n 2020-07-09 18:19:17 -0400
  • 03562ea0 add check_ops.assert_greater_equal by carb0n 2020-07-09 18:17:13 -0400
  • dd1cf255 Fix AdamOptimizer in Graph mode. by Oceania2018 2020-07-07 23:26:43 -0500
  • 81215df6 Remove ScanTest by Oceania2018 2020-07-07 16:37:59 -0500
  • b098c66d Restore tensor unit tests. by Oceania2018 2020-07-07 16:02:01 -0500
  • e6876306 Enable Multi-threading tests. by Oceania2018 2020-07-07 15:43:40 -0500
  • a0827556 Fix data type in TapeTensor.OnesLike. #581 by Oceania2018 2020-07-07 09:57:56 -0500
  • a3672abd Gradient Variable Test by pepure 2020-07-07 13:09:19 +0800
  • fae2c295 Implement SafeOpHandle as a wrapper for TFE_Op by Sam Harwell 2020-07-05 22:07:28 -0700
  • ba8b0f37 add disable_eager_execution, clean unit test. by Oceania2018 2020-07-07 07:53:20 -0500
  • 58f2e9df (refs/pull/581/head) Gradient Variable Test by pepure 2020-07-07 13:09:19 +0800
  • 17449069 (refs/pull/580/head) Implement SafeOpHandle as a wrapper for TFE_Op by Sam Harwell 2020-07-05 22:07:28 -0700
  • 2cd11972 (refs/pull/663/head) Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by Esther2013 2020-07-06 13:36:56 -0500
  • 4bba3f8b Improve string display from byte array. by Esther2013 2020-07-06 13:24:39 -0500
  • c2f13e22 Implement SafeExecutorHandle as a wrapper for TFE_Executor by Sam Harwell 2020-06-29 10:26:45 -0700
  • caf9e926 (refs/pull/579/head) Improve string display from byte array. by Esther2013 2020-07-06 13:24:39 -0500
  • e87cc04f Optimize SafeHandleExtensions.Lease() by Sam Harwell 2020-06-29 07:44:00 -0700
  • d264a802 Rename TensorFlow.Binding.csproj to reflect usage by Kevin Orr 2020-07-06 00:43:45 -0400
  • 3e917b60 (refs/pull/578/head) Implement SafeExecutorHandle as a wrapper for TFE_Executor by Sam Harwell 2020-06-29 10:26:45 -0700
  • 9f95e975 (refs/pull/577/head) Optimize SafeHandleExtensions.Lease() by Sam Harwell 2020-06-29 07:44:00 -0700
  • 0e573733 (refs/pull/576/head) Rename TensorFlow.Binding.csproj to reflect usage by Kevin Orr 2020-07-06 00:43:45 -0400
  • 9dbd51bd Implement Tape. by Oceania2018 2020-07-05 22:44:38 -0500
  • d76eebfd Clean code. by Oceania2018 2020-07-05 22:43:48 -0500
  • 7884b243 Fix CS1570 (XML comment has badly formed XML) by Sam Harwell 2020-07-05 14:04:43 -0700
  • cef6ec00 Fix CS1572 (XML comment has a param tag, but there is no parameter by that name) by Sam Harwell 2020-07-05 13:56:48 -0700
  • 02d90236 Fix CS1587 (XML comment is not placed on a valid language element) by Sam Harwell 2020-07-05 13:52:12 -0700
  • 5e2aa2bf Fix CS1711 (XML comment has a typeparam tag, but there is no type parameter by that name) by Sam Harwell 2020-07-05 13:50:29 -0700
  • 55349f4a Enable documentation comment analysis by Sam Harwell 2020-07-05 13:41:11 -0700
  • dfd171f0 Suppress CS0659 ('type' overrides Object.Equals(object o) but does not override Object.GetHashCode()) by Sam Harwell 2020-07-05 13:34:29 -0700
  • c48cce4e Suppress CS0649 (Field 'name' is never assigned to, and will always have its default value) by Sam Harwell 2020-07-05 13:34:03 -0700
  • 0da5c355 Suppress CS0414 (The field 'name' is assigned but its value is never used) by Sam Harwell 2020-07-05 13:33:16 -0700
  • ee3d8495 Suppress CS0169 (The field 'name' is never used) by Sam Harwell 2020-07-05 13:32:33 -0700
  • e268b89c Suppress CS0114 (Member hides inherited member; missing override keyword) by Sam Harwell 2020-07-05 13:29:19 -0700
  • 75904e5b Suppress CS0105 (Using directive appeared previously in this namespace) by Sam Harwell 2020-07-05 13:28:12 -0700
  • dc7b4ce5 Suppress CS0618 (Type or member is obsolete) by Sam Harwell 2020-07-05 13:27:40 -0700
  • dd7060cf Suppress CS1717 (Assignment made to same variable) by Sam Harwell 2020-07-05 13:26:51 -0700
  • 09f1af59 Suppress CS0168 (Variable is declared but never used) by Sam Harwell 2020-07-05 13:26:17 -0700
  • fe625866 Suppress CS0162 (Unreachable code detected) by Sam Harwell 2020-07-05 13:25:46 -0700
  • 48dfc924 Suppress CS0642 (Possible mistaken empty statement) by Sam Harwell 2020-07-05 13:24:44 -0700
  • 044fe6d4 Suppress CS0108 (Member hides inherited member; missing new keyword) by Sam Harwell 2020-07-05 13:23:16 -0700
  • e40b2f79 Suppress CS0219 (Variable is assigned but its value is never used) by Sam Harwell 2020-07-05 13:18:36 -0700
  • a177c0c7 Merge branch 'master' into master by carb0n 2020-07-05 21:58:18 -0400
  • dc8a0a94 some more fixes for some more build errors by carb0n 2020-07-05 21:43:07 -0400
  • 16ea3512 fix tf.cond. by Oceania2018 2020-07-05 20:26:29 -0500
  • dbf02fcc (refs/pull/575/head) Fix CS1570 (XML comment has badly formed XML) by Sam Harwell 2020-07-05 14:04:43 -0700
  • 6919e2ee Fix CS1572 (XML comment has a param tag, but there is no parameter by that name) by Sam Harwell 2020-07-05 13:56:48 -0700
  • a0d27601 Fix CS1587 (XML comment is not placed on a valid language element) by Sam Harwell 2020-07-05 13:52:12 -0700
  • 51b467ed Fix CS1711 (XML comment has a typeparam tag, but there is no type parameter by that name) by Sam Harwell 2020-07-05 13:50:29 -0700
  • 46885824 Enable documentation comment analysis by Sam Harwell 2020-07-05 13:41:11 -0700
  • fb8c61a8 (refs/pull/574/head) Suppress CS0659 ('type' overrides Object.Equals(object o) but does not override Object.GetHashCode()) by Sam Harwell 2020-07-05 13:34:29 -0700
  • 3826aac0 Suppress CS0649 (Field 'name' is never assigned to, and will always have its default value) by Sam Harwell 2020-07-05 13:34:03 -0700
  • 8eba0a13 Suppress CS0414 (The field 'name' is assigned but its value is never used) by Sam Harwell 2020-07-05 13:33:16 -0700
  • 1aa5de39 Suppress CS0169 (The field 'name' is never used) by Sam Harwell 2020-07-05 13:32:33 -0700
  • 4d144541 Suppress CS0114 (Member hides inherited member; missing override keyword) by Sam Harwell 2020-07-05 13:29:19 -0700
  • cc2b59ac Suppress CS0105 (Using directive appeared previously in this namespace) by Sam Harwell 2020-07-05 13:28:12 -0700
  • 232beee5 Suppress CS0618 (Type or member is obsolete) by Sam Harwell 2020-07-05 13:27:40 -0700
  • c3884e49 Suppress CS1717 (Assignment made to same variable) by Sam Harwell 2020-07-05 13:26:51 -0700
  • 98caf797 Suppress CS0168 (Variable is declared but never used) by Sam Harwell 2020-07-05 13:26:17 -0700
  • 0152e13b Suppress CS0162 (Unreachable code detected) by Sam Harwell 2020-07-05 13:25:46 -0700
  • 522a7a37 Suppress CS0642 (Possible mistaken empty statement) by Sam Harwell 2020-07-05 13:24:44 -0700
  • 78f2e4d3 Suppress CS0108 (Member hides inherited member; missing new keyword) by Sam Harwell 2020-07-05 13:23:16 -0700
  • 6a0285ca Suppress CS0219 (Variable is assigned but its value is never used) by Sam Harwell 2020-07-05 13:18:36 -0700
  • 7ec14225 fix tensor creation from n-dim array. by Oceania2018 2020-07-04 21:56:40 -0500
  • 0c7638f8 Fix tf.split, #569 by Oceania2018 2020-07-04 20:41:28 -0500
  • 47ba2ae6 add tf.split problem describe by pepure 2020-07-04 00:22:00 +0800
  • 13f20d28 add Concat Double Type problem describe by pepure 2020-07-03 18:57:49 +0800
  • 3e313040 tensor init bug test by pepure 2020-07-01 22:33:54 +0800
  • 87c547a2 tensor init bug test by pepure 2020-07-01 21:52:30 +0800
  • 25d1c743 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by Oceania2018 2020-07-04 18:38:16 -0500