914 Commits (9d6525ef9f85da8685ab2fbb6c0c091f6596d699)
 

Author SHA1 Message Date
  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
  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
  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 605a05eef5 Fixed unit tests 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
  Eli Belash 2129dbd675 Tensor perf-ops and cleanup, Revamped dtypes.cs, some renames. 6 years ago
  Eli Belash cfc3926ed1 Copied globals.regen from NumSharp 6 years ago
  Eli Belash 4ba71e24db Tensor.Explicit.cs: perf-ops 6 years ago
  Eli Belash 533f8fdd6b Tensor.Creation.cs: perf-ops 6 years ago
  Eli Belash 4be99ecdd8 Graph.cs: refactor and added docs 6 years ago
  Eli Belash d60c36f557 Tensor.Creation: Perf-opted when creating tensor from NDArray of string 6 years ago
  Eli Belash 1992bb054a gfile.cs, Walk(...): Handle case when directory top doesn't exist. 6 years ago
  Eli Belash c876be4a79 _FetchHandler: Switched to NPTypeCode 6 years ago