Oceania2018
|
5c891eaa49
|
make get_collection<T> generic.
|
6 years ago |
Oceania2018
|
8a3a16b72f
|
resove conflict.
|
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
|
605a05eef5
|
Fixed unit tests
|
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 |
Antonio Cifonelli
|
924e1592af
|
Adding `logical_xor` operator (#346)
Relative unit test in `OperationTest`.
|
6 years ago |
Antonio Cifonelli
|
0e99b605a5
|
Adding `logical_or` operator (#344)
Relative unit test in `OperationTest`.
|
6 years ago |
Antonio Cifonelli
|
bad9aba49e
|
Adding `logical_not` operator (#343)
Relative unit test in `OperationTest`.
|
6 years ago |
Antonio Cifonelli
|
9502395de7
|
Adding `logical_and` operator (#338)
Relative unit test in `OperationTest`.
|
6 years ago |
Antonio
|
c938fa895f
|
Add missing `operator >=`s and `operator <=`s (#331)
* Add missing `operator >=`s
Also unit testing the new operators.
* Add missing `operator <=`s
Also unit testing all the operator cases.
|
6 years ago |
Antonio
|
368556d77e
|
Add missing `operator >`s and `operator <`s (#329)
* Add missing `operator >`s
Also unit testing all the operator cases.
* Add missing `operator <`s
Also unit testing the new operators.
|
6 years ago |
Antonio
|
ebf4c9f018
|
Unit testing `operator *`s. Add missing `operator /`s (#324)
Also unit testing the new operators.
|
6 years ago |
Antonio
|
f8912135a7
|
Adding `Cumsum` operation (#322)
Unit testing the operation too.
|
6 years ago |
Antonio
|
a880b5326d
|
Adding `IsNan` operation (#315)
Exposing also the `IsFinite` one.
Unit testing both operations.
|
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 |
Antonio Cifonelli
|
1e54c41f43
|
Add missing `operator -`s
Also unit testing all the operator cases.
|
6 years ago |
Antonio Cifonelli
|
e13c444bff
|
Add missing `operator +`s
Also unit testing all the operator cases.
|
6 years ago |
haiping008
|
c2c2ac63e7
|
check NearestNeighbors op
|
6 years ago |
Oceania2018
|
bfdaa6b94d
|
work with NumSharp v0.9
|
6 years ago |
haiping008
|
53882c79b3
|
Add LabelImage example.
|
6 years ago |
haiping008
|
c7cf8b6084
|
add op_def_registry to load all registered op list.
add RuntimeError exception class.
add meta_graph related classes.
|
6 years ago |
Oceania2018
|
7426fd0af0
|
Add FeedItem to hold feed session dictionary.
|
6 years ago |
haiping008
|
8f56b57b20
|
c_api.gradient
|
6 years ago |
Oceania2018
|
72d25e058f
|
Multiplication with variables in BasicOperations example.
|
6 years ago |
Oceania2018
|
422bacfd80
|
fix OperationsTest.addInPlaceholder.
|
6 years ago |
Oceania2018
|
5f9e3d8563
|
Finally, session.run works for placeholder.
|
6 years ago |
Oceania2018
|
c8f8806870
|
Session.Run works for two Scalar constants.
|
6 years ago |
Oceania2018
|
d5b81e9c1f
|
add GraphDef and FunctionDef.
|
6 years ago |
Oceania2018
|
4fa14feeca
|
add c_api.StringPiece to avoid crash for unmanaged memory.
|
6 years ago |
Oceania2018
|
740ca28965
|
GetNodeDef
|
6 years ago |
Oceania2018
|
36272d6b26
|
TEST(CAPI, AllocateTensor)
|
6 years ago |
Oceania2018
|
9e42e3c67f
|
add implicit for Graph, Operation, Tensor, Status.
|
6 years ago |
Oceania2018
|
290a694e3c
|
feed dict
|
6 years ago |
Oceania2018
|
1d2fe5b2c6
|
Scalar and String constant creation.
|
6 years ago |
Oceania2018
|
e784618327
|
TF_Status holds error information.
|
6 years ago |
Oceania2018
|
a32d2a603a
|
TF_NumDims
|
6 years ago |
Oceania2018
|
fca0368361
|
addInConstant unit test successfully
|
6 years ago |
Oceania2018
|
cb96250ec1
|
add oper constant
|
6 years ago |
haiping008
|
2995c36c9d
|
sess.run not finished yet
|
6 years ago |
Oceania2018
|
91f42b3e3e
|
restructure dir and namespace
|
6 years ago |
Oceania2018
|
9f2065e4aa
|
placeholder in operation
|
6 years ago |
Oceania2018
|
28732a13b1
|
TF_Input, TF_Output
|
6 years ago |
Oceania2018
|
c102715be0
|
Graph
|
6 years ago |