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
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
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
810df5bf23
Removed shared Status instance in Operation.
6 years ago
Johann Dirry
0e9aeafad5
removing unused namespaces ( #301 )
* removing unused namespaces
* implementing Tensor to scalar and scalar to tensor conversions
6 years ago
Meinrad Recheis
7cb17461a9
Tensor: added a constructor to create a Tensor from a fixed memory pointer that is owned by the caller
6 years ago
Meinrad Recheis
2d28eefa8b
Tensor: added constructors that take a Span<T>
6 years ago
Meinrad Recheis
b2a9a989af
Tensor: dispose Tensors that have been garbage collected (thread safe) + test
6 years ago
Oceania2018
bfdaa6b94d
work with NumSharp v0.9
6 years ago
Oceania2018
86986d81e3
Incompatible shapes: [100,10] vs. [100] #194
6 years ago
haiping008
3b93c7b0fb
linear regression test 1
6 years ago
Oceania2018
6507a5f91b
Finished InceptionV3 image recognition.
6 years ago
Oceania2018
3536f6a2bd
test
6 years ago
Oceania2018
c8f8806870
Session.Run works for two Scalar constants.
6 years ago
Oceania2018
642217491a
TEST(CAPI, ImportGraphDef))
6 years ago
Oceania2018
740ca28965
GetNodeDef
6 years ago
Oceania2018
36272d6b26
TEST(CAPI, AllocateTensor)
6 years ago
Oceania2018
a23be5a673
added a lot of APIs related to Operation.
6 years ago
Oceania2018
9e42e3c67f
add implicit for Graph, Operation, Tensor, Status.
6 years ago
Oceania2018
91befe9163
Finished Tensor class.
6 years ago
Oceania2018
c7eae6ac48
deallocator_called
6 years ago
Oceania2018
d78a6616f6
TF_NewTensor pass.
6 years ago
Oceania2018
a32d2a603a
TF_NumDims
6 years ago
Oceania2018
11377d6976
add NewTF_Tensor test
6 years ago