This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
scisharp
/
TensorFlow.NET
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
21
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
change to Newtonsoft.Json.
tags/v0.12
Oceania2018
6 years ago
parent
e9d2e90280
commit
27ab492cad
6 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/TensorFlowNET.Core/Operations/Operation.Input.cs
+1
-1
src/TensorFlowNET.Core/Operations/Operation.Output.cs
+1
-1
src/TensorFlowNET.Core/Operations/Operation.cs
+1
-1
src/TensorFlowNET.Core/Tensors/Tensor.Creation.cs
+1
-1
src/TensorFlowNET.Core/Tensors/Tensor.cs
+1
-1
src/TensorFlowNET.Core/Tensors/TensorShape.cs
+ 1
- 1
src/TensorFlowNET.Core/Operations/Operation.Input.cs
View File
@@ -18,7 +18,7 @@ using System;
using System.Linq;
using System.Runtime.InteropServices;
#if SERIALIZABLE
using
System.Text.Json.Serializati
on;
using
Newtonsoft.Js
on;
#endif
namespace Tensorflow
+ 1
- 1
src/TensorFlowNET.Core/Operations/Operation.Output.cs
View File
@@ -18,7 +18,7 @@ using System;
using System.Linq;
using System.Runtime.InteropServices;
#if SERIALIZABLE
using
System.Text.Json.Serializati
on;
using
Newtonsoft.Js
on;
#endif
using static Tensorflow.Binding;
+ 1
- 1
src/TensorFlowNET.Core/Operations/Operation.cs
View File
@@ -16,7 +16,7 @@
using Google.Protobuf.Collections;
#if SERIALIZABLE
using
System.Text.Json.Serializati
on;
using
Newtonsoft.Js
on;
#endif
using System;
using System.Collections.Generic;
+ 1
- 1
src/TensorFlowNET.Core/Tensors/Tensor.Creation.cs
View File
@@ -26,7 +26,7 @@ using NumSharp.Backends;
using NumSharp.Backends.Unmanaged;
using static Tensorflow.c_api;
#if SERIALIZABLE
using
System.Text.Json.Serializati
on;
using
Newtonsoft.Js
on;
#endif
namespace Tensorflow
+ 1
- 1
src/TensorFlowNET.Core/Tensors/Tensor.cs
View File
@@ -29,7 +29,7 @@ using NumSharp.Backends.Unmanaged;
using NumSharp.Utilities;
using Tensorflow.Framework;
#if SERIALIZABLE
using
System.Text.Json.Serializati
on;
using
Newtonsoft.Js
on;
#endif
namespace Tensorflow
+ 1
- 1
src/TensorFlowNET.Core/Tensors/TensorShape.cs
View File
@@ -5,7 +5,7 @@ using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Runtime.CompilerServices;
#if SERIALIZABLE
using
System.Text.Json.Serializati
on;
using
Newtonsoft.Js
on;
#endif
using static Tensorflow.Binding;
Write
Preview
Loading…
Cancel
Save