Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • | | *
  • | |/
  • * |
  • |\|
  • | *
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • | *
  • |/|
  • * |
  • * |
  • * |
  • * |
  • * |
  • |\ \
  • | | | *
  • | | | |\
  • | | |_|/
  • | |/| |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | |\ \ \
  • | * | | |
  • * | | | |
  • | |/ / /
  • |/| | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • |/ / /
  • * | |
  • |\ \ \
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • * | | |
  • |\ \ \ \
  • | | * | |
  • | | * | |
  • | | * | |
  • | | * | |
  • | | * | |
  • | | * | |
  • | | * | |
  • | | * | |
  • | | * | |
  • | | * | |
  • | | * | |
  • | | * | |
  • | | * | |
  • | | | | | *
  • | * | | | |
  • |/ / / / /
  • | | | | *
  • | |_|_|/
  • |/| | |
  • | | * |
  • | | * |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • | * | |
  • | * | |
  • | * | |
  • | |\ \ \
  • | |/ / /
  • |/| | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • | * | |
  • * | | |
  • * | | |
  • | * | |
  • | * | |
  • | * | |
  • | | * |
  • | | * |
  • | | * |
  • | | * |
  • | |/ /
  • |/| |
  • | * |
  • | * |
  • 2b9bd5fb (refs/pull/371/head) Tensor.Creation.CreateTensorFromNDArray: Fixed AllocationReferenceHolder when sliced. by Eli Belash 2019-08-31 16:47:43 +0300
  • e4786b7d Tensor.Creation.CreateTensorFromNDArray: Fixed when passed ND is sliced. by Eli Belash 2019-08-31 15:44:49 +0300
  • 1272a601 Changed all urls of tf.org to tensorflow.org by Eli Belash 2019-08-31 15:41:15 +0300
  • 2259eb51 Added process-wide locks to non-threadsafe calls. Added unit tests. by Eli Belash 2019-08-31 14:12:16 +0300
  • 5d046071 MultiThreadedUnitTestExecuter: Fixed exception throwing. by Eli Belash 2019-08-31 14:04:14 +0300
  • be996fac Tensor.Creation: Revamp of CreateTensorFromArray to properly handle TF_NewTensor by Eli Belash 2019-08-31 13:55:52 +0300
  • a539b9fd Merge branch 'gc-deallocation' into multithreading by Eli Belash 2019-08-31 10:58:34 +0300
  • e4e62dd9 Tensor: Rewrite Creation to fix heap corruption. by Eli Belash 2019-08-31 10:57:11 +0300
  • 87627549 add tf.pad() to pads a tensor. by Oceania2018 2019-08-30 20:26:27 -0500
  • 76905017 Merge branch 'master' into multithreading by Eli Belash 2019-08-30 21:21:56 +0300
  • 1d6f3de3 Tensor.Creation: Added IntPtr.Zero check for FreeHGlobalMemory by Eli Belash 2019-08-30 21:20:56 +0300
  • 288085be Tensor.Creation: uncommented FreeGCHandle deallocation by Eli Belash 2019-08-30 21:16:03 +0300
  • 70c877d1 gradients_utils: minor changes by Eli Belash 2019-08-30 21:07:20 +0300
  • f27b0c89 Graph, Session: defaulting was changed to thread-wide using ThreadLocal<T> by Eli Belash 2019-08-30 21:05:14 +0300
  • 0bcddfdf DefaultGraphStack: Minor perf-op by Eli Belash 2019-08-30 20:55:24 +0300
  • 3578c359 TensorFlowNET.UnitTest: Upgraded to LangVersion - Latest. by Eli Belash 2019-08-30 20:54:58 +0300
  • 067e62be Graph: Added tf.peak_default_graph which just returns null if no default exists. by Eli Belash 2019-08-30 20:53:11 +0300
  • 44d58bcd MultiThreadedUnitTestEvaluator: Fixed when using ThreadCount==1 by Eli Belash 2019-08-30 19:50:21 +0300
  • a7cdf6e1 ops.uid: Use Interlocked.Increment instead of ++ by Eli Belash 2019-08-30 19:48:24 +0300
  • 8cb64708 Graph.Operation: Throw ValueError exception when `Current graph is not default graph.` by Eli Belash 2019-08-30 19:39:26 +0300
  • 70a90e5a TensorflowNET.UnitTest: Added MultiThreadedUnitTestExecuter by Eli Belash 2019-08-30 19:36:13 +0300
  • a039e64f TensorflowNET.UnitTest: Added PrivateObject by Eli Belash 2019-08-30 19:36:01 +0300
  • e28d0946 Create Locks.cs by Eli Belash 2019-08-30 19:35:23 +0300
  • 116f2172 fix gen_nn_ops.fused_batch_norm return values. by Oceania2018 2019-08-30 05:31:25 -0500
  • b95ed0d6 Merge pull request #363 from chaami/redist by Haiping 2019-08-30 02:40:28 -0500
  • e56164de BaseSession: revamped fetchValue (perf-op) by Eli Belash 2019-08-29 17:23:23 +0300
  • 621ffffa TensorflowNET.UnitTest: Added FluentAssertions package by Eli Belash 2019-08-29 17:15:26 +0300
  • 49e0eca8 Buffer: Changed constructor to public by Eli Belash 2019-08-29 15:12:39 +0300
  • 98c383cc BaseSession: Perf-op by Eli Belash 2019-08-29 12:26:46 +0300
  • 02d75dfb Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by Eli Belash 2019-08-29 11:25:54 +0300
  • 61f11506 Merge branch 'master' into v0.20-tensorflow2.0 by Oceania2018 2019-08-28 23:07:00 -0500
  • 05b3172d fix name for array_ops.ones by Oceania2018 2019-08-28 23:06:00 -0500
  • e867a672 fix name_scope for random_normal by Oceania2018 2019-08-28 22:03:34 -0500
  • 4aee841a Finish RandomNormal.call(). Override TensorShape.ToString(). by Oceania2018 2019-08-28 20:10:20 -0500
  • da8f66c0 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by Oceania2018 2019-08-28 19:05:54 -0500
  • ecbda0cd add RefVariable.read_value() by Oceania2018 2019-08-28 19:05:48 -0500
  • c7bc4dd1 NeuralNetXor: Changed activation to tanh by Eli Belash 2019-08-29 01:48:00 +0300
  • cb68cd35 Ignored unimplemented unit-test by Eli Belash 2019-08-29 00:47:01 +0300
  • ae72160d Removed redundant deconstructors by Eli Belash 2019-08-29 00:25:17 +0300
  • 4e2e71d8 Added Eli Belash to Authors by Eli Belash 2019-08-29 00:25:00 +0300
  • 463c62e4 DisposableObject.Dispose(): Added lock to prevent concurrent disposal by Eli Belash 2019-08-29 00:19:07 +0300
  • af73e3cb Merge pull request #366 from SciSharp/perf-ops by Haiping 2019-08-28 15:38:36 -0500
  • 854c2e52 (refs/pull/366/head) Binding.Util: Minor perf-op by Eli Belash 2019-08-28 21:45:25 +0300
  • 6b2fa402 BaseSession: Reverted all changes by Eli Belash 2019-08-28 21:45:07 +0300
  • c0969be2 Tensor.Creation: Minor bug fix by Eli Belash 2019-08-28 21:43:43 +0300
  • 70aafa72 ObjectDetection: Fixed download url by Eli Belash 2019-08-28 19:34:29 +0300
  • 8347f61f RetrainImageClassifier.cs: Changed cache_bottlenecks to use Parallel.For by Eli Belash 2019-08-28 16:47:21 +0300
  • 33286b99 RetainImageClassifier.cs: Fixed download url by Eli Belash 2019-08-28 16:33:54 +0300
  • f1bc50ec Reverted: DefaultGraphStack: Perf-ops by Eli Belash 2019-08-28 10:29:14 +0300
  • d8df2e9f Fix typo in readme.md by Eli Belash 2019-08-28 00:20:38 +0300
  • 3a42d80a Tensor.StringData: Changed to public. by Eli Belash 2019-08-28 00:00:31 +0300
  • 9d6525ef Buffer: Revamped and all perf-optted all use-cases. by Eli Belash 2019-08-27 23:59:40 +0300
  • 7e46d4fa CSession: Revmoed Dispose of Input and Ouput values in DeleteInputValues, ResetOutputValues by Eli Belash 2019-08-27 23:37:04 +0300
  • bd18f5db Removed all use-cases of Marshal.PtrToStructure in favor of unsafe ptrs. by Eli Belash 2019-08-27 23:36:10 +0300
  • 4a9a2c6c Tensor.ToArray<T>: Minor change by Eli Belash 2019-08-27 23:32:49 +0300
  • a9798598 Create UnmanagedExtensions.cs by Eli Belash 2019-08-27 23:09:47 +0300
  • 4e7308d5 Tensor: revamp of IsDisposed by Eli Belash 2019-08-27 23:04:56 +0300
  • 3fecaf02 Tensor: Fixed redundant check and assignment in DisposeUnmanagedResources by Eli Belash 2019-08-27 23:04:43 +0300
  • 1e791f67 Tensor: Changed eval(Session session, FeedItem[] feed_dict = null) to eval(Session session, params FeedItem[] feed_dict) by Eli Belash 2019-08-27 23:04:21 +0300
  • a53d6ccd Tensor.Creation: changed deallocatiors to readonly private by Eli Belash 2019-08-27 23:03:46 +0300
  • 47e80cdd Status: Changed exception of Check(bool) to TensorflowException by Eli Belash 2019-08-27 23:02:55 +0300
  • fb7f4d42 FeedItem: Added deconstructor by Eli Belash 2019-08-27 23:01:34 +0300
  • b5d1021f BaseSession.run: revamped validate and process feed_dict. by Eli Belash 2019-08-27 23:01:25 +0300
  • 36d96cad (refs/pull/369/head) tf2.0 by arnavdas88 2019-08-27 12:47:55 +0530
  • daa563fd (refs/pull/365/head) Fix typo in readme.md by Deefco Research Laboratory 2019-08-27 09:15:57 +0200
  • bed00137 tf2.0 by arnavdas88 2019-08-27 12:32:50 +0530
  • d15a946b (refs/pull/363/head) Regroup redistribution projects into a redist directory by Amine Chadly 2019-08-25 23:55:57 +0200
  • 3cecbb24 Remove redist projects from Tensorflow.NET main solution by Amine Chadly 2019-08-25 22:48:57 +0200
  • 821ac131 TensorflowNET.Benchmarks: Removed InProcessToolchain from benchmarking. by Eli Belash 2019-08-25 22:51:38 +0300
  • 5cf45432 TensorflowNET.UnitTest: Signed and added InternalVisibleTo in Core project. by Eli Belash 2019-08-25 22:26:58 +0300
  • 729d8e92 Added benchmark for struct casting by Eli Belash 2019-08-25 22:26:10 +0300
  • f433c32c DefaultGraphStack: Perf-ops by Eli Belash 2019-08-25 20:24:12 +0300
  • 9d90d74d add tf.image.decode_image #350 by Oceania2018 2019-08-25 09:50:29 -0500
  • f004ab6f reorganize image class. by Oceania2018 2019-08-24 08:20:05 -0500
  • e1db2bac common.convolutional, residual_block #359 by Oceania2018 2019-08-24 00:15:30 -0500
  • e8ff9f03 add tf.random_normal_initializer by Oceania2018 2019-08-24 00:14:13 -0500
  • 202da1f3 add tf.nn.leaky_relu by Oceania2018 2019-08-24 00:13:24 -0500
  • 8934c976 add tf.nn.lrn Local Response Normalization. by Oceania2018 2019-08-23 23:31:58 -0500
  • 916ebc53 BaseSession: Heavy perf-ops in sess.run logic-flow. by Eli Belash 2019-08-23 02:06:41 +0300
  • a7dd34dc Revamped Context and ContextOptions by Eli Belash 2019-08-23 01:47:27 +0300
  • 1f297eae Merge branch 'master' into perf-ops-2 by Eli Belash 2019-08-23 01:46:19 +0300
  • 6772e19e globals.regen: fixed and added more arrays by Eli Belash 2019-08-23 01:42:54 +0300
  • cbf8945c Tensor.Creation: uncommented `Marshal.FreeHGlobal(dataPtr);` by Eli Belash 2019-08-23 00:37:02 +0300
  • d208f31d tensor_util.cs: minor perf-op by Eli Belash 2019-08-23 00:36:38 +0300
  • 76a97295 DefaultGraphStack: Revamped by Eli Belash 2019-08-23 00:36:20 +0300
  • 07453f6f ScopedTFImportGraphDefOptions: removed unnecessary deconstructor by Eli Belash 2019-08-23 00:32:45 +0300
  • 71c592ce DisposableObject: Added CheckDisposed() by Eli Belash 2019-08-23 00:31:29 +0300
  • 21199b01 Added TensorflowException as base class to all exceptions. by Eli Belash 2019-08-23 00:27:16 +0300
  • 93d7e9a6 DisposableObject: Revamped based on VS unmanaged resource pattern. by Eli Belash 2019-08-22 19:45:54 +0300
  • e3de6738 (v0.11-maintenance) fix StringVar testing. by Oceania2018 2019-08-21 23:57:37 -0500
  • 6c8c2e5e Performance optimization, refactoring and revamping. (#362) by Eli Belash 2019-08-22 06:58:50 +0300
  • 672c9230 (refs/pull/362/head) DisposableObject #362 by Oceania2018 2019-08-21 22:44:24 -0500
  • 44adad6d TensorShape.this[...]: fixed guard check. by Eli Belash 2019-08-22 01:31:08 +0300
  • 2c011536 Tensor.DisposeUnmanagedResources: Nullify _handle after delete. by Eli Belash 2019-08-22 00:54:02 +0300
  • 1546b4ac Add SciSharp.TensorFlow-Cpu.Redist nuget project. by Amine Chadly 2019-08-08 16:39:17 +0200
  • 6f39b48b Complete a nuget for TensorFlow Gpu redist by Amine Chadly 2019-07-26 18:08:07 +0200
  • 0b815f0b Provide the win-x64 runtime nuget for TensorFlow Gpu by Amine Chadly 2019-07-26 02:32:02 +0200
  • 5883c255 Remove tensorflow.zip from git repository by Amine Chadly 2019-07-26 02:30:18 +0200
  • a5bdd993 DisposableObject: sorted internal_dispose to properly handle Dispose() calls by Eli Belash 2019-08-22 00:33:14 +0300
  • 667a5666 Tensor.Operations: Reverted commit by Eli Belash 2019-08-22 00:14:41 +0300