File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ limitations under the License.
1818using System . Linq ;
1919using System . Runtime . InteropServices ;
2020#if SERIALIZABLE
21- using System . Text . Json . Serialization ;
21+ using Newtonsoft . Json ;
2222#endif
2323
2424namespace Tensorflow
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ limitations under the License.
1818using System . Linq ;
1919using System . Runtime . InteropServices ;
2020#if SERIALIZABLE
21- using System . Text . Json . Serialization ;
21+ using Newtonsoft . Json ;
2222#endif
2323using static Tensorflow . Binding ;
2424
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ limitations under the License.
1616
1717using Google . Protobuf . Collections ;
1818#if SERIALIZABLE
19- using System . Text . Json . Serialization ;
19+ using Newtonsoft . Json ;
2020#endif
2121using System ;
2222using System . Collections . Generic ;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ limitations under the License.
2626using NumSharp . Backends . Unmanaged ;
2727using static Tensorflow . c_api ;
2828#if SERIALIZABLE
29- using System . Text . Json . Serialization ;
29+ using Newtonsoft . Json ;
3030#endif
3131
3232namespace Tensorflow
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ limitations under the License.
2929using NumSharp . Utilities ;
3030using Tensorflow . Framework ;
3131#if SERIALIZABLE
32- using System . Text . Json . Serialization ;
32+ using Newtonsoft . Json ;
3333#endif
3434
3535namespace Tensorflow
Original file line number Diff line number Diff line change 55using System . Linq ;
66using System . Runtime . CompilerServices ;
77#if SERIALIZABLE
8- using System . Text . Json . Serialization ;
8+ using Newtonsoft . Json ;
99#endif
1010using static Tensorflow . Binding ;
1111
You can’t perform that action at this time.
0 commit comments