284 Commits (fa41aac14c8002d219205ebc2ff11b7c1c7bf8a9)

Author SHA1 Message Date
  Eli Belash f7ef39cac8 tf.flayers: Added flatten 6 years ago
  Oceania2018 389f7dd2e3 fix output dtype error for control_flow.ref_switch 6 years ago
  Oceania2018 23a9fc9560 remove unnecessary code. 6 years ago
  Oceania2018 1a025e6223 add moving_averages, fix ExponentialMovingAverage 6 years ago
  Eli Belash a4bede55db MultithreadingTests: Added TF_GraphOperationByName unit test 6 years ago
  Haiping 2c1edcbbce
Merge pull request #375 from SciSharp/autocast-tensor 6 years ago
  Oceania2018 f1b7e1182a yolo.build_nework() #359 6 years ago
  Eli Belash 4d8ae9a396 Added unit-tests for autocasting mechanism. 6 years ago
  Eli Belash 00830b8e0b TensorFlowNET.UnitTest: Added FluentExtensions from NumSharp 6 years ago
  Oceania2018 b1bd05c1a1 Expose tf.shape() API. 6 years ago
  Oceania2018 b1a0bf600e update change log. 6 years ago
  Eli Belash 1272a60198 Changed all urls of tf.org to tensorflow.org 6 years ago
  Eli Belash 2259eb5196 Added process-wide locks to non-threadsafe calls. Added unit tests. 6 years ago
  Eli Belash 5d046071ee MultiThreadedUnitTestExecuter: Fixed exception throwing. 6 years ago
  Eli Belash a539b9fd12 Merge branch 'gc-deallocation' into multithreading 6 years ago
  Eli Belash e4e62dd988 Tensor: Rewrite Creation to fix heap corruption. 6 years ago
  Eli Belash 70c877d18f gradients_utils: minor changes 6 years ago
  Eli Belash f27b0c892f Graph, Session: defaulting was changed to thread-wide using ThreadLocal<T> 6 years ago
  Eli Belash 3578c35945 TensorFlowNET.UnitTest: Upgraded to LangVersion - Latest. 6 years ago
  Eli Belash 44d58bcd3c MultiThreadedUnitTestEvaluator: Fixed when using ThreadCount==1 6 years ago
  Eli Belash 70a90e5aa7 TensorflowNET.UnitTest: Added MultiThreadedUnitTestExecuter 6 years ago
  Eli Belash a039e64f86 TensorflowNET.UnitTest: Added PrivateObject 6 years ago
  Eli Belash e56164de00 BaseSession: revamped fetchValue (perf-op) 6 years ago
  Eli Belash 621ffffa3e TensorflowNET.UnitTest: Added FluentAssertions package 6 years ago
  Oceania2018 da8f66c0c0 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 6 years ago
  Oceania2018 ecbda0cdb9 add RefVariable.read_value() 6 years ago
  Eli Belash cb68cd3500 Ignored unimplemented unit-test 6 years ago
  Haiping af73e3cb26
Merge pull request #366 from SciSharp/perf-ops 6 years ago
  Eli Belash 9d6525ef9f Buffer: Revamped and all perf-optted all use-cases. 6 years ago
  Eli Belash 7e46d4fa93 CSession: Revmoed Dispose of Input and Ouput values in DeleteInputValues, ResetOutputValues 6 years ago
  Eli Belash 5cf4543205 TensorflowNET.UnitTest: Signed and added InternalVisibleTo in Core project. 6 years ago
  Oceania2018 9d90d74ddd add tf.image.decode_image #350 6 years ago
  Oceania2018 e3de67385c fix StringVar testing. 6 years ago
  Eli Belash 6c8c2e5ec9 Performance optimization, refactoring and revamping. (#362) 6 years ago
  Oceania2018 226720dd88 Merge Tensorflow.Python into Tensorflow.Binding. 6 years ago
  Oceania2018 67a58b3eac change tensorflow to non-static class in order to execute some initialization. 6 years ago
  Arnav Das fef7fe4140 added isinstance (#358) 6 years ago
  Sattisvar TANDABANY 235bad2575 StopGradient: Adding basic gradient for stop_gradient function. (#357) 6 years ago
  Oceania2018 d515c815e8 Upgrade NumSharp to v0.20-alpha1 6 years ago
  Oceania2018 a192d88c84 Object Detection pass. 6 years ago
  Oceania2018 164759174d merge with master. 6 years ago
  Oceania2018 879067deb4 tf.WhileContext() 6 years ago
  Meinrad Recheis 1f0d4d6315 PythonTest: commented out non-compiling function because it is not used anyway 6 years ago
  Antonio Cifonelli 924e1592af Adding `logical_xor` operator (#346) 6 years ago
  Antonio Cifonelli 9f6c04ba75 Adding `logical_or` operator (#344) 6 years ago
  Antonio Cifonelli 0e99b605a5 Adding `logical_or` operator (#344) 6 years ago
  Oceania2018 07bed359b9 merge from master 6 years ago
  Oceania2018 8a50673baa Make Graph inherits from DisposableObject. 6 years ago
  Antonio Cifonelli bad9aba49e Adding `logical_not` operator (#343) 6 years ago
  Oceania2018 a89c9aba34 rename with to tf_with, only use to construct graph purpose. 6 years ago