Add less_equal and logical_or to android_core_ops (#11739)
Added below two ops to android_core_ops, as similar to #11631 tensorflow/core/kernels/cwise_op_logical_or.cc tensorflow/core/kernels/cwise_op_less_equal.cc I think these are very basic ops and should add to the list by default.
This commit is contained in:
parent
fdeb2d23dd
commit
80d57aeadd
@ -4307,9 +4307,11 @@ filegroup(
|
||||
"cwise_op_invert.cc",
|
||||
"cwise_op_isfinite.cc",
|
||||
"cwise_op_less.cc",
|
||||
"cwise_op_less_equal.cc",
|
||||
"cwise_op_log.cc",
|
||||
"cwise_op_logical_and.cc",
|
||||
"cwise_op_logical_not.cc",
|
||||
"cwise_op_logical_or.cc",
|
||||
"cwise_op_maximum.cc",
|
||||
"cwise_op_minimum.cc",
|
||||
"cwise_op_mul_1.cc",
|
||||
|
Loading…
Reference in New Issue
Block a user