Eli Belash
e4e62dd988
Tensor: Rewrite Creation to fix heap corruption.
TensorTest: Added Unit tests for more coverage, reformatted file.
c_api.tensor: Added overloads for TF_NewTensor that does not have deallocator parameters.
BaseSession: Removed disposal immediately after TF_SessionRun call.
c_api.DeallocatorArgs: Added DeallocatorArgs.Empty
6 years ago
Eli Belash
1d6f3de37d
Tensor.Creation: Added IntPtr.Zero check for FreeHGlobalMemory
6 years ago
Eli Belash
288085be0c
Tensor.Creation: uncommented FreeGCHandle deallocation
6 years ago
Oceania2018
116f21728c
fix gen_nn_ops.fused_batch_norm return values.
6 years ago
Haiping
b95ed0d649
Merge pull request #363 from chaami/redist
Attempt to provide meta-packages for TensorFlow.lib
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
Eli Belash
49e0eca801
Buffer: Changed constructor to public
6 years ago
Eli Belash
98c383ccd3
BaseSession: Perf-op
6 years ago
Eli Belash
02d75dfb7f
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
6 years ago
Oceania2018
05b3172ddf
fix name for array_ops.ones
6 years ago
Oceania2018
e867a67203
fix name_scope for random_normal
6 years ago
Oceania2018
4aee841ab3
Finish RandomNormal.call().
Override TensorShape.ToString().
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
c7bc4dd19e
NeuralNetXor: Changed activation to tanh
6 years ago
Eli Belash
cb68cd3500
Ignored unimplemented unit-test
6 years ago
Eli Belash
ae72160d33
Removed redundant deconstructors
6 years ago
Eli Belash
4e2e71d888
Added Eli Belash to Authors
6 years ago
Eli Belash
463c62e412
DisposableObject.Dispose(): Added lock to prevent concurrent disposal
6 years ago
Haiping
af73e3cb26
Merge pull request #366 from SciSharp/perf-ops
Performance optimization, refactoring and revamping.
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
70aafa7203
ObjectDetection: Fixed download url
6 years ago
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
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.
- Fixed all test cases to use using(Buffer)
- Fixed all test cases to explicitly specify session
6 years ago
Eli Belash
7e46d4fa93
CSession: Revmoed Dispose of Input and Ouput values in DeleteInputValues, ResetOutputValues
They are managed by GC.
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
PowerShell script is apparently malfunctioning to extract files from the linux
archives.
More testing (and fixes) will follow.
6 years ago
Amine Chadly
3cecbb24ba
Remove redist projects from Tensorflow.NET main solution
Let's keep things clean and neat.
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