650 Commits (af73e3cb26a567d9d9dd7cfce6a35a1cbe6159f4)

Author SHA1 Message Date
  Haiping af73e3cb26
Merge pull request #366 from SciSharp/perf-ops 6 years ago
  Eli Belash 854c2e5251 Binding.Util: Minor perf-op 6 years ago
  Eli Belash 6b2fa402c4 BaseSession: Reverted all changes 6 years ago
  Eli Belash c0969be2b0 Tensor.Creation: Minor bug fix 6 years ago
  Eli Belash f1bc50ecb7 Reverted: DefaultGraphStack: Perf-ops 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 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
  Eli Belash 5cf4543205 TensorflowNET.UnitTest: Signed and added InternalVisibleTo in Core project. 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
  Eli Belash a5bdd99395 DisposableObject: sorted internal_dispose to properly handle Dispose() calls 6 years ago
  Eli Belash 667a56661f Tensor.Operations: Reverted commit 6 years ago
  Eli Belash 38f27f1641 Tensor: renamed _dtype to _override_dtype 6 years ago
  Eli Belash 35360e9d5a BaseSession: Added Session.run(ITensorOrOperation fetche, params FeedItem[] feed_dict) 6 years ago
  Eli Belash 290d0dd046 TensorShape: Revamped and documented. 6 years ago
  Eli Belash f375e1c0bb Tensor.BufferToArray(): Fixed to use long instead of int. 6 years ago
  Eli Belash 52955b3d9d Tensor.ToArray<T>(): Added support for cases when tensor is scalar. 6 years ago
  Eli Belash 4cf817ea18 Tensor: Added explicit cast to string 6 years ago
  Eli Belash 766fa6fc5d Tensor: Added guards for explicit casts. 6 years ago