This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
Suppress CS0114 (Member hides inherited member; missing override keyword)
tags/v0.20
Sam Harwell
Haiping
5 years ago
parent
75904e5b1a
commit
e268b89c6f
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/TensorFlowNET.Core/Operations/Initializers/GlorotUniform.cs
+ 2
- 0
src/TensorFlowNET.Core/Operations/Initializers/GlorotUniform.cs
View File
@@ -31,7 +31,9 @@ namespace Tensorflow.Operations.Initializers
}
}
#pragma warning disable CS0114 // Member hides inherited member; missing override keyword
public object get_config()
public object get_config()
#pragma warning restore CS0114 // Member hides inherited member; missing override keyword
{
{
return new
return new
{
{
Write
Preview
Loading…
Cancel
Save