Eli Belash
c0969be2b0
Tensor.Creation: Minor bug fix
6 years ago
Eli Belash
3a42d80aca
Tensor.StringData: Changed to public.
6 years ago
Eli Belash
4a9a2c6c95
Tensor.ToArray<T>: Minor change
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
cbf8945cae
Tensor.Creation: uncommented `Marshal.FreeHGlobal(dataPtr);`
6 years ago
Eli Belash
d208f31db7
tensor_util.cs: minor perf-op
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
667a56661f
Tensor.Operations: Reverted commit
6 years ago
Eli Belash
38f27f1641
Tensor: renamed _dtype to _override_dtype
- Fixed all locations _dtype is used incorrectly.
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.
- Cleanup and docs to all Tensor.cs files
- Changed all uses of System.Convert to NumSharp.Utilities.Converts
- Added all missing types in dtypes.cs
- Renamed tensor.Data<T> to tensor.ToArray<T>, added obsolete message
- Renamed tensor.Data() to tensor.BufferToArray(), added obsolete message
- Made GraphKeys to use const string instead allocating strings at every use of GraphKeys.
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
d60c36f557
Tensor.Creation: Perf-opted when creating tensor from NDArray of string
6 years ago
Eli Belash
891346e4e3
Refactored DisposableObject
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
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
1ac115623c
Tensor: correctly pass unmanaged ptr of NDArray to TF
6 years ago
Oceania2018
24f3020ddf
fix TensorSharp.concatenate
6 years ago
Oceania2018
1252ea8ef8
Fixed crash due to free tensor too early.
6 years ago
Oceania2018
0d6b287955
Allocate tensor without memory copy
6 years ago
Oceania2018
cfec53ea94
The Logistic Regression accuracy is correct. But still has performance issue.
6 years ago
Oceania2018
af9f178060
copy data from pointer.
6 years ago
Oceania2018
1bf44ece63
Logistic Regression can run but has accuracy and performance.
6 years ago
Oceania2018
a89c9aba34
rename with to tf_with, only use to construct graph purpose.
6 years ago
Oceania2018
40da3d7a61
add DisposableObject as base class.
6 years ago
Oceania2018
ce7d5fed5b
add overload for TF_AllocateTensor.
6 years ago
Oceania2018
810df5bf23
Removed shared Status instance in Operation.
6 years ago
Oceania2018
8178785b97
rename with to tf_with, only use to construct graph purpose.
6 years ago
Oceania2018
b06b09932e
add DisposableObject as base class.
6 years ago
Oceania2018
9d2267f83a
add overload for TF_AllocateTensor.
6 years ago
Oceania2018
c12b5b9d58
Removed shared Status instance in Operation.
6 years ago
Oceania2018
b962e6ff11
MakeNdarray exception when shape is empty.
6 years ago
Oceania2018
6eeb4e1992
compiled.
6 years ago
Oceania2018
918f79ebde
merge
6 years ago
Oceania2018
06282cb8f9
compiled
6 years ago
Oceania2018
34ed75132f
release v0.10.7.2.
6 years ago
Oceania2018
0f26c7736b
GC.SuppressFinalize for TF object.
6 years ago
Sattisvar TANDABANY
b03bb19f89
fix memory leak due to wrong handle sent to api ( #339 )
A simple typo that led to a memory leak.
6 years ago