cavis/libnd4j/include/ops/declarable/generic/broadcastable
raver119 b32dd1bf92
[WIP] resize_bicubic types (#116)
* 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>
2019-12-06 18:58:37 +03:00
..
add.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
assign.cpp [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
atan2.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
boolean_and.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
boolean_or.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
boolean_xor.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
divide.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
divide_no_nan.cpp Added implementation for divide_no_nan op and tests. 2019-10-04 10:29:15 +03:00
equals.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
floordiv.cpp Small number of fixes + cleanup + some missing op methods + constructors (#100) 2019-08-05 22:31:46 +10:00
floormod.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
greater.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
greater_equal.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
igamma.cpp Added igamma and igammac broadcastable ops implementations and tests. 2019-10-16 14:02:53 +03:00
igammac.cpp Added igamma and igammac broadcastable ops implementations and tests. 2019-10-16 14:02:53 +03:00
less.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
less_equal.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
maximum.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
meshgrid.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
minimum.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
mod.cpp bunch of shape functions fixed 2019-08-14 18:28:25 +03:00
multiply.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
not_equals.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
percentile.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
pow.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
realdiv.cpp [WIP] resize_bicubic types (#116) 2019-12-06 18:58:37 +03:00
reverse_divide.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
reverse_mod.cpp bunch of shape functions fixed 2019-08-14 18:28:25 +03:00
reverse_subtract.cpp bunch of shape functions fixed 2019-08-14 18:28:25 +03:00
squared_subtract.cpp [WIP] resize_bicubic types (#116) 2019-12-06 18:58:37 +03:00
subtract.cpp bunch of shape functions fixed 2019-08-14 18:28:25 +03:00
template.tpl Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
truncatediv.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00