* resize_bicubic: allow more dtypes Signed-off-by: raver119 <raver119@gmail.com> * resize_bicubic: allow less dtypes Signed-off-by: raver119 <raver119@gmail.com> * Refactored resize_bicubic op to full conform with TF1.5 and tests. * Corrected test to proper data type output. Signed-off-by: shugeo <sgazeos@gmail.com> * Corrected double input test to float constant outputs. Signed-off-by: shugeo <sgazeos@gmail.com> * Finished with correction of tests for bicubic interpolated resizes expected. Signed-off-by: shugeo <sgazeos@gmail.com> * Fixed adjust_contrast ops to allow non-RGB inputs. Signed-off-by: shugeo <sgazeos@gmail.com> * Refactored adjust_contrast_v2 to conform with TF one. Signed-off-by: shugeo <sgazeos@gmail.com> * AdjustContrast tests activated * two typos fixed Signed-off-by: raver119 <raver119@gmail.com> |
||
---|---|---|
.. | ||
activations | ||
bitwise | ||
blas | ||
boolean | ||
broadcastable | ||
datatypes | ||
flow | ||
grad | ||
helpers | ||
kernels | ||
list | ||
loss | ||
nlp | ||
nn | ||
parity_ops | ||
random | ||
recurrent | ||
shape | ||
tests | ||
thrid_party | ||
transforms | ||
tsne | ||
CustomOperations.cpp | ||
README.md | ||
parity_ops.cpp |
README.md
Generic ops
Put any cross platform operations here. Anything platform specific should be put in: in ops/helpers.