Haiping Chen
98919983b1
Add metrics of Precision.
2 years ago
Haiping Chen
ca9f574fce
Add metric of top_k_categorical_accuracy.
2 years ago
Oceania2018
a4a4da9d30
np.permutation
4 years ago
Oceania2018
83151d2b36
logical_and
4 years ago
Oceania2018
254ba33823
fix all unit test.
4 years ago
Oceania2018
22effd6553
Using Shape instead of TensorShape.
4 years ago
Oceania2018
da33a8b18d
Introduce Axis record type.
4 years ago
Oceania2018
559921585d
Fix string_split_v2 return RaggedTensor.
4 years ago
Oceania2018
c8643c4266
Add tf.math.erf #738
4 years ago
Oceania2018
901d5747e1
Expose learning_rate property in Optimizer.
4 years ago
Oceania2018
67a661a1a3
add overload for math.logical_and.
4 years ago
Oceania2018
ba490102c1
clean code.
4 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
Oceania2018
5f1f59897d
Partial implementation of tf.keras. #355
5 years ago
Sam Harwell
7884b243fe
Fix CS1570 (XML comment has badly formed XML)
5 years ago
Oceania2018
c078ef6a9f
add EagerTensorPass and TensorManager.
5 years ago
Samuel Caldas
c2672e63d9
Exposing squared_difference
5 years ago
Oceania2018
ca6f8b2a46
TFE_TapeVariableAccessed
5 years ago
Oceania2018
2f3bd61b1b
GradientActor
5 years ago
Oceania2018
855eba9d15
add TFE_Executor, TFE_Context and TFE_Op.
5 years ago
Oceania2018
88d0e968ce
TensorHandleDevices
5 years ago
Oceania2018
100d769284
TFE_Py_FastPathExecute
5 years ago
dogvane
f10a72f747
1. 增加一个减法运算函数
2. 修正一个缺少参数处理的bug
5 years ago
Oceania2018
232ba8dad2
fix sign
5 years ago
Eli Belash
11224e4b19
added tf.sub<tx,ty>
5 years ago
Oceania2018
a70077bbb4
BasicLSTMCell
5 years ago
Oceania2018
387ae4c356
overload tf.reduce_mean
5 years ago
Oceania2018
0e2488ca7a
math.reduce_sum, tf.variables_initializer
5 years ago
Oceania2018
5808e34ff7
fixed Repeated Abs name #442
5 years ago
Oceania2018
75ae2e9e09
RegisterNoGradient, LookupError
6 years ago
Oceania2018
c2138b20ab
tf.reduce_prod, tf.add_to_collections, tf.identity. #396
6 years ago
Oceania2018
f61e260bfe
tf.reduce_any #396
6 years ago
Oceania2018
acb55057bc
tf.ones_like, tf.not_equal, tf.floordiv, tf.zeros_like, tf.truediv, tf.add_n, tf.reduced_all, tf.dynamic_stitch
6 years ago
Eli Belash
074d06dc7f
Added all keras activations
6 years ago
Oceania2018
f1b7e1182a
yolo.build_nework() #359
6 years ago
Oceania2018
67a58b3eac
change tensorflow to non-static class in order to execute some initialization.
6 years ago
Oceania2018
879067deb4
tf.WhileContext()
6 years ago
Antonio Cifonelli
924e1592af
Adding `logical_xor` operator ( #346 )
Relative unit test in `OperationTest`.
6 years ago
Antonio Cifonelli
0e99b605a5
Adding `logical_or` operator ( #344 )
Relative unit test in `OperationTest`.
6 years ago
Antonio Cifonelli
bad9aba49e
Adding `logical_not` operator ( #343 )
Relative unit test in `OperationTest`.
6 years ago
Antonio Cifonelli
9502395de7
Adding `logical_and` operator ( #338 )
Relative unit test in `OperationTest`.
6 years ago
Antonio
f8912135a7
Adding `Cumsum` operation ( #322 )
Unit testing the operation too.
6 years ago
Antonio
a880b5326d
Adding `IsNan` operation ( #315 )
Exposing also the `IsFinite` one.
Unit testing both operations.
6 years ago
Antonio
46ec8e561d
Adding new ctor for `Session` ( #309 )
Meant to be a shortcut to directly set some basic configuration.
E.g.
```
var sessionOptions = new SessionOptions();
sessionOptions.SetConfig(new ConfigProto
{
LogDevicePlacement = true,
InterOpParallelismThreads = 4,
GpuOptions = new GPUOptions
{
AllowGrowth = true,
PerProcessGpuMemoryFraction = 0.12
}
});
var session = tf.Session(sessionOptions);
```
Adding `AbsGrad`
To be aligned with Tensorflow, introducing also `Sign` operation
and its gradient.
6 years ago
Oceania2018
4a367470b6
Add _StridedSliceGrad, _StridedSliceGradGrad, tf.math.lgamma
6 years ago
Johann Dirry
0e9aeafad5
removing unused namespaces ( #301 )
* removing unused namespaces
* implementing Tensor to scalar and scalar to tensor conversions
6 years ago
Oceania2018
7950e8e9e4
apply the Apache License boilerplate notice at the top of every single file.
6 years ago
Oceania2018
512f3ce4e9
add _MinOrMaxGrad and _MaximumMinimumGrad
6 years ago
Oceania2018
84440b2e01
manually construct graph for retain layer.
6 years ago
Meinrad Recheis
ad1f1e43bc
Examples: added NeuralNetXor
6 years ago