982 Commits (32f2221a607f402cf395e29aa251616b4cf610cc)
 

Author SHA1 Message Date
  Eli Belash 8347f61f51 RetrainImageClassifier.cs: Changed cache_bottlenecks to use Parallel.For 6 years ago
  Eli Belash 33286b99e9 RetainImageClassifier.cs: Fixed download url 6 years ago
  Eli Belash f1bc50ecb7 Reverted: DefaultGraphStack: Perf-ops 6 years ago
  Eli Belash d8df2e9fdf
Fix typo in readme.md 6 years ago
  Eli Belash 3a42d80aca Tensor.StringData: Changed to public. 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 bd18f5db17 Removed all use-cases of Marshal.PtrToStructure in favor of unsafe ptrs. 6 years ago
  Eli Belash 4a9a2c6c95 Tensor.ToArray<T>: Minor change 6 years ago
  Eli Belash a9798598aa Create UnmanagedExtensions.cs 6 years ago
  Eli Belash 4e7308d548 Tensor: revamp of IsDisposed 6 years ago
  Eli Belash 3fecaf02b8 Tensor: Fixed redundant check and assignment in DisposeUnmanagedResources 6 years ago
  Eli Belash 1e791f6750 Tensor: Changed eval(Session session, FeedItem[] feed_dict = null) to eval(Session session, params FeedItem[] feed_dict) 6 years ago
  Eli Belash a53d6ccda6 Tensor.Creation: changed deallocatiors to readonly private 6 years ago
  Eli Belash 47e80cddd0 Status: Changed exception of Check(bool) to TensorflowException 6 years ago
  Eli Belash fb7f4d42eb FeedItem: Added deconstructor 6 years ago
  Eli Belash b5d1021f07 BaseSession.run: revamped validate and process feed_dict. 6 years ago
  Deefco Research Laboratory daa563fd31
Fix typo in readme.md 6 years ago
  Amine Chadly d15a946bea Regroup redistribution projects into a redist directory 6 years ago
  Amine Chadly 3cecbb24ba Remove redist projects from Tensorflow.NET main solution 6 years ago
  Eli Belash 821ac13138 TensorflowNET.Benchmarks: Removed InProcessToolchain from benchmarking. 6 years ago
  Eli Belash 5cf4543205 TensorflowNET.UnitTest: Signed and added InternalVisibleTo in Core project. 6 years ago
  Eli Belash 729d8e92d6 Added benchmark for struct casting 6 years ago
  Eli Belash f433c32c44 DefaultGraphStack: Perf-ops 6 years ago
  Oceania2018 9d90d74ddd add tf.image.decode_image #350 6 years ago
  Oceania2018 f004ab6f69 reorganize image class. 6 years ago
  Oceania2018 e1db2baca7 common.convolutional, residual_block #359 6 years ago
  Oceania2018 e8ff9f03d3 add tf.random_normal_initializer 6 years ago
  Oceania2018 202da1f3ba add tf.nn.leaky_relu 6 years ago
  Oceania2018 8934c976c5 add tf.nn.lrn Local Response Normalization. 6 years ago
  Eli Belash 916ebc53b2 BaseSession: Heavy perf-ops in sess.run logic-flow. 6 years ago
  Eli Belash a7dd34dca6 Revamped Context and ContextOptions 6 years ago
  Eli Belash 1f297eae0d Merge branch 'master' into perf-ops-2 6 years ago
  Eli Belash 6772e19e7c globals.regen: fixed and added more arrays 6 years ago
  Eli Belash cbf8945cae Tensor.Creation: uncommented `Marshal.FreeHGlobal(dataPtr);` 6 years ago
  Eli Belash d208f31db7 tensor_util.cs: minor perf-op 6 years ago
  Eli Belash 76a9729579 DefaultGraphStack: Revamped 6 years ago
  Eli Belash 07453f6fbb ScopedTFImportGraphDefOptions: removed unnecessary deconstructor 6 years ago
  Eli Belash 71c592ceaf DisposableObject: Added CheckDisposed() 6 years ago
  Eli Belash 21199b0163 Added TensorflowException as base class to all exceptions. 6 years ago
  Eli Belash 93d7e9a669 DisposableObject: Revamped based on VS unmanaged resource pattern. 6 years ago
  Oceania2018 e3de67385c fix StringVar testing. 6 years ago
  Eli Belash 6c8c2e5ec9 Performance optimization, refactoring and revamping. (#362) 6 years ago
  Oceania2018 672c923006 DisposableObject #362 6 years ago
  Eli Belash 44adad6d92 TensorShape.this[...]: fixed guard check. 6 years ago
  Eli Belash 2c0115364a Tensor.DisposeUnmanagedResources: Nullify _handle after delete. 6 years ago
  Amine Chadly 1546b4ac00 Add SciSharp.TensorFlow-Cpu.Redist nuget project. 6 years ago
  Amine Chadly 6f39b48b8e Complete a nuget for TensorFlow Gpu redist 6 years ago
  Amine Chadly 0b815f0bcf Provide the win-x64 runtime nuget for TensorFlow Gpu 6 years ago
  Amine Chadly 5883c2558c Remove tensorflow.zip from git repository 6 years ago