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 |
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 |
Kerry Jiang
|
a4daf8f91b
|
cleared warnings in the UnitTest project
|
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 |
Oceania2018
|
c3ae8b1f03
|
Build RNN graph, BasicRNNCell not implemented.
|
6 years ago |
Kerry Jiang
|
3f9f2a3725
|
changed the class Python to be static
|
6 years ago |
Meinrad Recheis
|
adddf2a026
|
commented out debugging code
|
6 years ago |
Meinrad Recheis
|
fe3440f2f9
|
Merge remote-tracking branch 'upstream/master'
# Conflicts:
# src/TensorFlowNET.Core/Operations/Operation.cs
# test/TensorFlowNET.UnitTest/PythonTest.cs
# test/TensorFlowNET.UnitTest/control_flow_ops_test/CondTestCases.cs
|
6 years ago |
Meinrad Recheis
|
9dba680041
|
minor changes
|
6 years ago |
Meinrad Recheis
|
9092c05b4c
|
with: added debugger attribute to let debugger not break in with but at the origin of the exception
|
6 years ago |
Meinrad Recheis
|
efe5ef24b9
|
finally fixed TestCond test case
|
6 years ago |
Meinrad Recheis
|
a7b76704fa
|
CondContext: implemented missing functionality
|
6 years ago |
Meinrad Recheis
|
e7707cbfad
|
added GraphTests, all Igored at the moment
|
6 years ago |
Meinrad Recheis
|
30e4b21020
|
moved all ops_test.py tests into their own folder/namespace
|
6 years ago |