FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - Ande5/TensorFlow.NET · GitHub
Ande5
/
TensorFlow.NET
Public
forked from
SciSharp/TensorFlow.NET
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
TensorFlow.NET
src
on
master
User selector
Datepicker
Commit history
Commits on Jul 11, 2020
fix compile failed.
Oceania2018
committed
d5534d2
View commit details
Copy full SHA for d5534d2
View code at this point
Browse repository at this point
Change RefVariable to IVariableV1.
Oceania2018
committed
a8a0731
View commit details
Copy full SHA for a8a0731
View code at this point
Browse repository at this point
add TF_GraphSetOutputHandleShapesAndTypes api.
Oceania2018
committed
468cb8e
View commit details
Copy full SHA for 468cb8e
View code at this point
Browse repository at this point
Rename SaveableObject to MySaveableObject.
Oceania2018
committed
9bb603d
View commit details
Copy full SHA for 9bb603d
View code at this point
Browse repository at this point
Fix assign_add_variable_op for Graph mode.
Oceania2018
committed
89987e2
View commit details
Copy full SHA for 89987e2
View code at this point
Browse repository at this point
Change RefVariable to IVariableV1.
Oceania2018
committed
f849af0
View commit details
Copy full SHA for f849af0
View code at this point
Browse repository at this point
Upgrade protobuf definition.
Oceania2018
committed
7d7a317
View commit details
Copy full SHA for 7d7a317
View code at this point
Browse repository at this point
Commits on Jul 8, 2020
Fix AdamOptimizer in Graph mode.
Oceania2018
committed
dd1cf25
View commit details
Copy full SHA for dd1cf25
View code at this point
Browse repository at this point
Commits on Jul 7, 2020
Enable Multi-threading tests.
Oceania2018
committed
e687630
View commit details
Copy full SHA for e687630
View code at this point
Browse repository at this point
Fix data type in TapeTensor.OnesLike. #581
Oceania2018
committed
a082755
View commit details
Copy full SHA for a082755
View code at this point
Browse repository at this point
Implement SafeOpHandle as a wrapper for TFE_Op
sharwell
authored and
Oceania2018
committed
fae2c29
View commit details
Copy full SHA for fae2c29
View code at this point
Browse repository at this point
add disable_eager_execution, clean unit test.
Oceania2018
committed
ba8b0f3
View commit details
Copy full SHA for ba8b0f3
View code at this point
Browse repository at this point
Commits on Jul 6, 2020
Improve string display from byte array.
Esther2013
committed
4bba3f8
View commit details
Copy full SHA for 4bba3f8
View code at this point
Browse repository at this point
Implement SafeExecutorHandle as a wrapper for TFE_Executor
sharwell
authored and
Esther2013
committed
c2f13e2
View commit details
Copy full SHA for c2f13e2
View code at this point
Browse repository at this point
Optimize SafeHandleExtensions.Lease()
Show description for e87cc04
sharwell
authored and
Esther2013
committed
e87cc04
View commit details
Copy full SHA for e87cc04
View code at this point
Browse repository at this point
Rename TensorFlow.Binding.csproj to reflect usage
KevOrr
authored and
Esther2013
committed
d264a80
View commit details
Copy full SHA for d264a80
View code at this point
Browse repository at this point
Implement Tape.
Oceania2018
committed
9dbd51b
View commit details
Copy full SHA for 9dbd51b
View code at this point
Browse repository at this point
Clean code.
Oceania2018
committed
d76eebf
View commit details
Copy full SHA for d76eebf
View code at this point
Browse repository at this point
Fix CS1570 (XML comment has badly formed XML)
sharwell
authored and
Oceania2018
committed
7884b24
View commit details
Copy full SHA for 7884b24
View code at this point
Browse repository at this point
Fix CS1572 (XML comment has a param tag, but there is no parameter by that name)
sharwell
authored and
Oceania2018
committed
cef6ec0
View commit details
Copy full SHA for cef6ec0
View code at this point
Browse repository at this point
Fix CS1587 (XML comment is not placed on a valid language element)
sharwell
authored and
Oceania2018
committed
02d9023
View commit details
Copy full SHA for 02d9023
View code at this point
Browse repository at this point
Fix CS1711 (XML comment has a typeparam tag, but there is no type parameter by that name)
sharwell
authored and
Oceania2018
committed
5e2aa2b
View commit details
Copy full SHA for 5e2aa2b
View code at this point
Browse repository at this point
Suppress CS0659 ('type' overrides Object.Equals(object o) but does not override Object.GetHashCode())
sharwell
authored and
Oceania2018
committed
dfd171f
View commit details
Copy full SHA for dfd171f
View code at this point
Browse repository at this point
Suppress CS0649 (Field 'name' is never assigned to, and will always have its default value)
sharwell
authored and
Oceania2018
committed
c48cce4
View commit details
Copy full SHA for c48cce4
View code at this point
Browse repository at this point
Suppress CS0414 (The field 'name' is assigned but its value is never used)
sharwell
authored and
Oceania2018
committed
0da5c35
View commit details
Copy full SHA for 0da5c35
View code at this point
Browse repository at this point
Suppress CS0169 (The field 'name' is never used)
sharwell
authored and
Oceania2018
committed
ee3d849
View commit details
Copy full SHA for ee3d849
View code at this point
Browse repository at this point
Suppress CS0114 (Member hides inherited member; missing override keyword)
sharwell
authored and
Oceania2018
committed
e268b89
View commit details
Copy full SHA for e268b89
View code at this point
Browse repository at this point
Suppress CS0105 (Using directive appeared previously in this namespace)
sharwell
authored and
Oceania2018
committed
75904e5
View commit details
Copy full SHA for 75904e5
View code at this point
Browse repository at this point
Suppress CS0618 (Type or member is obsolete)
sharwell
authored and
Oceania2018
committed
dc7b4ce
View commit details
Copy full SHA for dc7b4ce
View code at this point
Browse repository at this point
Suppress CS1717 (Assignment made to same variable)
sharwell
authored and
Oceania2018
committed
dd7060c
View commit details
Copy full SHA for dd7060c
View code at this point
Browse repository at this point
Suppress CS0168 (Variable is declared but never used)
sharwell
authored and
Oceania2018
committed
09f1af5
View commit details
Copy full SHA for 09f1af5
View code at this point
Browse repository at this point
Suppress CS0162 (Unreachable code detected)
sharwell
authored and
Oceania2018
committed
fe62586
View commit details
Copy full SHA for fe62586
View code at this point
Browse repository at this point
Suppress CS0642 (Possible mistaken empty statement)
sharwell
authored and
Oceania2018
committed
48dfc92
View commit details
Copy full SHA for 48dfc92
View code at this point
Browse repository at this point
Suppress CS0108 (Member hides inherited member; missing new keyword)
sharwell
authored and
Oceania2018
committed
044fe6d
View commit details
Copy full SHA for 044fe6d
View code at this point
Browse repository at this point
Suppress CS0219 (Variable is assigned but its value is never used)
sharwell
authored and
Oceania2018
committed
e40b2f7
View commit details
Copy full SHA for e40b2f7
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL