Oceania2018
|
de2383162b
|
tf.keras.layers #355
|
5 years ago |
carb0n
|
0006bba0fd
|
implement check_ops.assert_greater_equal()
* implement check_ops.assert_greater_equal()
* add outward-facing api function
|
5 years ago |
carb0n
|
08862d2aba
|
replace usage of ops.name_scope() with tf_with()
|
5 years ago |
carb0n
|
c233e709d1
|
implement math_ops.real, reduce_variance, reduce_std
* implement math_ops.real, reduce_variance, reduce_std
* add dtype.real_dtype()
* add outward-facing api functions
|
5 years ago |
carb0n
|
a2ec9b3296
|
fix build error
|
5 years ago |
carb0n
|
92e8eb23b7
|
add _captures, external/internal_captures
|
5 years ago |
carb0n
|
fe4d943cb2
|
add constant_value_as_shape
tests will fail until next commit
|
5 years ago |
Oceania2018
|
0b71c969da
|
ignore layers test.
|
5 years ago |
Oceania2018
|
e631c1adfa
|
IInitializer for Keras. #355
|
5 years ago |
Oceania2018
|
e2f7be6d43
|
InputLayer for Keras.
|
5 years ago |
Sam Harwell
|
6726cbde55
|
Fix expected result from TFE_Execute in test
|
5 years ago |
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
|
ef82af70e8
|
Fix ImageType test.
|
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
|
17204b55f2
|
add ReduceSum test.
|
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
|
368cea3a3d
|
ignore Session test.
|
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
|
81215df6e6
|
Remove ScanTest
|
5 years ago |
Oceania2018
|
b098c66d8d
|
Restore tensor unit tests.
|
5 years ago |
Oceania2018
|
e6876306e9
|
Enable Multi-threading tests.
|
5 years ago |
Oceania2018
|
a08275563e
|
Fix data type in TapeTensor.OnesLike. #581
|
5 years ago |
pepure
|
a3672abdbe
|
Gradient Variable Test
|
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 |