Sam Harwell
|
941a241055
|
Simplify code using SafeTensorHandleHandle
|
5 years ago |
Sam Harwell
|
17df4c1c44
|
Use leases to ensure handles are not released before calling StringPiece
|
5 years ago |
Sam Harwell
|
263fbcf244
|
Implement SafeTensorHandleHandle as a wrapper for TFE_TensorHandle
|
5 years ago |
Esther Hu
|
6244d08b88
|
Fix TensorFlowLibName path.
|
5 years ago |
Sam Harwell
|
28e19ea443
|
Ensure SafeDeviceListHandle is not released before calling StringPiece
|
5 years ago |
Sam Harwell
|
028b97734d
|
Implement SafeResourceVariableHandle as a wrapper for TFE_ResourceVariable
|
5 years ago |
Sam Harwell
|
076b3fc508
|
Fix incorrect copy lengths in memcpy
|
5 years ago |
Oceania2018
|
29042df369
|
add VariableArgs.
|
5 years ago |
Oceania2018
|
5f1f59897d
|
Partial implementation of tf.keras. #355
|
5 years ago |
Oceania2018
|
34efa15d4d
|
fix iterator_get_next for dataset.
|
5 years ago |
Oceania2018
|
601c42341c
|
fix attrs missing.
|
5 years ago |
Oceania2018
|
2efaaa8826
|
Add optimize_dataset to IDatasetV2.
|
5 years ago |
Oceania2018
|
ea2b4734a9
|
tf.data abstraction in IDatasetV2.
|
5 years ago |
Oceania2018
|
04942fba74
|
fix creating tesnor from string array.
|
5 years ago |
Oceania2018
|
73a4dbe6d4
|
tensor_util.to_numpy_string
|
5 years ago |
Oceania2018
|
03a9e95d34
|
Create tensor from string array.
|
5 years ago |
Oceania2018
|
3a220fa52d
|
tf.data framework.
|
5 years ago |
Oceania2018
|
388b64510f
|
add tf.linalg.eye.
|
5 years ago |
Oceania2018
|
d5534d276d
|
fix compile failed.
|
5 years ago |
Oceania2018
|
a8a0731c4d
|
Change RefVariable to IVariableV1.
|
5 years ago |
Oceania2018
|
468cb8e8a6
|
add TF_GraphSetOutputHandleShapesAndTypes api.
|
5 years ago |
Oceania2018
|
9bb603d59b
|
Rename SaveableObject to MySaveableObject.
|
5 years ago |
Oceania2018
|
89987e2463
|
Fix assign_add_variable_op for Graph mode.
|
5 years ago |
Oceania2018
|
f849af095d
|
Change RefVariable to IVariableV1.
|
5 years ago |
Oceania2018
|
7d7a3174e4
|
Upgrade protobuf definition.
|
5 years ago |
Oceania2018
|
dd1cf255a7
|
Fix AdamOptimizer in Graph mode.
|
5 years ago |
Oceania2018
|
e6876306e9
|
Enable Multi-threading tests.
|
5 years ago |
Oceania2018
|
a08275563e
|
Fix data type in TapeTensor.OnesLike. #581
|
5 years ago |
Sam Harwell
|
fae2c29599
|
Implement SafeOpHandle as a wrapper for TFE_Op
|
5 years ago |
Oceania2018
|
ba8b0f37af
|
add disable_eager_execution, clean unit test.
|
5 years ago |
Esther2013
|
4bba3f8b6c
|
Improve string display from byte array.
|
5 years ago |
Sam Harwell
|
c2f13e2289
|
Implement SafeExecutorHandle as a wrapper for TFE_Executor
|
5 years ago |
Sam Harwell
|
e87cc04ff0
|
Optimize SafeHandleExtensions.Lease()
Implements changes suggested in https://github.com/dotnet/roslyn/pull/43462.
|
5 years ago |
Kevin Orr
|
d264a80271
|
Rename TensorFlow.Binding.csproj to reflect usage
|
5 years ago |
Oceania2018
|
9dbd51bd26
|
Implement Tape.
|
5 years ago |
Oceania2018
|
d76eebfdc7
|
Clean code.
|
5 years ago |
Sam Harwell
|
7884b243fe
|
Fix CS1570 (XML comment has badly formed XML)
|
5 years ago |
Sam Harwell
|
cef6ec0019
|
Fix CS1572 (XML comment has a param tag, but there is no parameter by that name)
|
5 years ago |
Sam Harwell
|
02d9023621
|
Fix CS1587 (XML comment is not placed on a valid language element)
|
5 years ago |
Sam Harwell
|
5e2aa2bff5
|
Fix CS1711 (XML comment has a typeparam tag, but there is no type parameter by that name)
|
5 years ago |
Sam Harwell
|
dfd171f0ae
|
Suppress CS0659 ('type' overrides Object.Equals(object o) but does not override Object.GetHashCode())
|
5 years ago |
Sam Harwell
|
c48cce4e7d
|
Suppress CS0649 (Field 'name' is never assigned to, and will always have its default value)
|
5 years ago |
Sam Harwell
|
0da5c3552e
|
Suppress CS0414 (The field 'name' is assigned but its value is never used)
|
5 years ago |
Sam Harwell
|
ee3d8495b0
|
Suppress CS0169 (The field 'name' is never used)
|
5 years ago |
Sam Harwell
|
e268b89c6f
|
Suppress CS0114 (Member hides inherited member; missing override keyword)
|
5 years ago |
Sam Harwell
|
75904e5b1a
|
Suppress CS0105 (Using directive appeared previously in this namespace)
|
5 years ago |
Sam Harwell
|
dc7b4ce53d
|
Suppress CS0618 (Type or member is obsolete)
|
5 years ago |
Sam Harwell
|
dd7060cfc8
|
Suppress CS1717 (Assignment made to same variable)
|
5 years ago |
Sam Harwell
|
09f1af597a
|
Suppress CS0168 (Variable is declared but never used)
|
5 years ago |
Sam Harwell
|
fe625866ad
|
Suppress CS0162 (Unreachable code detected)
|
5 years ago |