Remove TODO due to BroadcastLogical is already removed.

PiperOrigin-RevId: 344350006
Change-Id: Ib25349745d4391fe744b40614414db2357edf1e1
This commit is contained in:
Jaehong Kim 2020-11-25 19:08:03 -08:00 committed by TensorFlower Gardener
parent 9258528a78
commit 355d9651a8

View File

@ -23,9 +23,6 @@ namespace tflite {
namespace reference_ops {
// TODO(ycling): Refactoring. Remove BroadcastLogical and use the more
// generalized and efficient BroadcastBinaryFunction.
//
// Also appears to duplicate MinimumMaximum.
//
// R: Result type. T1: Input 1 type. T2: Input 2 type.
@ -63,7 +60,6 @@ inline void BroadcastBinaryFunction4DSlow(
}
// R: Result type. T1: Input 1 type. T2: Input 2 type.
// TODO(renjieliu): Refactor other binary functions to use this one.
template <typename R, typename T1, typename T2>
inline void BinaryFunction(const RuntimeShape& input1_shape,
const T1* input1_data,