Oceania2018
|
cb4b248200
|
np.random.normal
|
4 years ago |
Oceania2018
|
e859b20d09
|
np.expand_dims
|
4 years ago |
Oceania2018
|
c7ee2308fb
|
fix ToMultiDimArray
|
4 years ago |
Oceania2018
|
30f8f67351
|
slice_step_setter_diff_shape
|
4 years ago |
Oceania2018
|
8ab1fe99e7
|
ndarray SetData
|
4 years ago |
Oceania2018
|
f86d4f54d1
|
np.any
|
4 years ago |
Oceania2018
|
a129e61feb
|
fix scalar ndarray to tensor proto.
|
4 years ago |
Oceania2018
|
1478a2c2dc
|
IEnumerable<NDArray>
|
4 years ago |
Oceania2018
|
6adcfaea3f
|
ndarray string comparison.
|
4 years ago |
Oceania2018
|
43e59ca0f3
|
np.argsort
|
4 years ago |
Oceania2018
|
a4a4da9d30
|
np.permutation
|
4 years ago |
Oceania2018
|
45e136575a
|
NDArrayRender
|
4 years ago |
Oceania2018
|
76abb2c6f0
|
to_numpy_string
|
4 years ago |
Oceania2018
|
d88fec40d2
|
optimize slice.
|
4 years ago |
Oceania2018
|
795c28652d
|
remove TF_DeleteTensor in test.
|
4 years ago |
Oceania2018
|
e73ed66b7c
|
add SafeTensorHandle to manage tensor handle reference.
|
4 years ago |
Oceania2018
|
f3cbd858e7
|
np.frombuffer
|
4 years ago |
Oceania2018
|
3c020dc492
|
fix memory crash when index < 0.
|
4 years ago |
Oceania2018
|
f32314e85b
|
test meshgrid_same_ndim
|
4 years ago |
Oceania2018
|
1cf190fba5
|
tf.linalg.lstsq #823
|
4 years ago |
Oceania2018
|
16ff7a3daf
|
fix keras pad_sequences.
|
4 years ago |
Oceania2018
|
734430d48c
|
slice assign works
|
4 years ago |
Oceania2018
|
22effd6553
|
Using Shape instead of TensorShape.
|
4 years ago |
Oceania2018
|
8784c31cb3
|
change tensor shape to Shape.
|
4 years ago |
Oceania2018
|
39883aecef
|
Change to use tensor as underlying data structure.
|
4 years ago |
Oceania2018
|
71488b4126
|
seperate TensorFlowNET.Graph.UnitTest project.
|
4 years ago |
Oceania2018
|
dded90a564
|
fix string tensor for non ascii char.
|
4 years ago |
Oceania2018
|
3c7207c251
|
fix GetDataType.
|
4 years ago |
Oceania2018
|
01e6a38cf5
|
auto cast by dtype when conveting to tensor.
|
4 years ago |
Oceania2018
|
1142f38d2f
|
unify numpy dtype and tf dtype.
|
4 years ago |
Oceania2018
|
4c51d1b678
|
fixt build_results.
|
4 years ago |
Oceania2018
|
a947fd8aa9
|
fix NDArray indexing.
|
4 years ago |
Oceania2018
|
da33a8b18d
|
Introduce Axis record type.
|
4 years ago |
Oceania2018
|
7f387d0db8
|
np.prod
|
4 years ago |
Oceania2018
|
3231500660
|
linspace and meshgrid.
|
4 years ago |
Oceania2018
|
f3eb31fb87
|
Built-in numpy api.
|
4 years ago |
Oceania2018
|
3d943a10c1
|
IDataset cardinality.
|
4 years ago |
Oceania2018
|
500f0c0cca
|
Fix preserve_cardinality for ParallelMapDataset.
|
4 years ago |
Oceania2018
|
e67b2a5ff2
|
renamed tf.data.Dataset.from_tensors.
|
4 years ago |
Oceania2018
|
bc2f0b5d7e
|
Upgrade to 2.5.0.
|
4 years ago |
MPnoy
|
bf9c1adac7
|
GradientConcatTest
|
4 years ago |
Oceania2018
|
a653914321
|
Fix _SliceGrad #800
|
4 years ago |
MPnoy
|
cd611f1750
|
GradientConcatTest
|
4 years ago |
MPnoy
|
0e0ff5860b
|
GradientSliceTest
|
4 years ago |
Oceania2018
|
f55650d9e1
|
Fix gradient of squared_difference #787
|
4 years ago |
Lee Reid
|
8d0bd50f0e
|
Added tests with ignore attribute
|
4 years ago |
Oceania2018
|
827d8f211e
|
Add tf.print().
|
4 years ago |
Niklas Gustafsson
|
f874d3a1b8
|
random_uniform calls random_uniform_int when generating integer tensor.
Added doc comment to array_ops.gather(), and implemented using ExecuteOp()
Elaborated unit tests for gather, added one for slice()
|
4 years ago |
Niklas Gustafsson
|
37ca023036
|
Adjusted implementation of Gather to correspond to Python implementation.
Added minval, maxval, and seed arguments to the RandomUniformInitializer
Added unit tests for Gather and a simple Embedding test.
|
4 years ago |
Sebastian Hantsch
|
bc9c8dee44
|
Fix for random_shuffle (named arg seed/seed2)
|
4 years ago |