Lines Matching refs:bool8
44 const Shape& aShape, const DataType* bData, const Shape& bShape, bool8* outputData, in compute()
78 context->getInputShape(kInputTensor2), context->getOutputBuffer<bool8>(kOutputTensor), in executeLessTyped()
87 context->getInputShape(kInputTensor2), context->getOutputBuffer<bool8>(kOutputTensor), in executeLessEqualTyped()
96 context->getInputShape(kInputTensor2), context->getOutputBuffer<bool8>(kOutputTensor), in executeEqualTyped()
105 context->getInputShape(kInputTensor2), context->getOutputBuffer<bool8>(kOutputTensor), in executeNotEqualTyped()
114 context->getInputShape(kInputTensor2), context->getOutputBuffer<bool8>(kOutputTensor), in executeGreaterEqualTyped()
123 context->getInputShape(kInputTensor2), context->getOutputBuffer<bool8>(kOutputTensor), in executeGreaterTyped()
169 return executeLessTyped<bool8, bool8>(context); in executeLess()
188 return executeLessEqualTyped<bool8, bool8>(context); in executeLessEqual()
207 return executeEqualTyped<bool8, bool8>(context); in executeEqual()
226 return executeNotEqualTyped<bool8, bool8>(context); in executeNotEqual()
245 return executeGreaterEqualTyped<bool8, bool8>(context); in executeGreaterEqual()
264 return executeGreaterTyped<bool8, bool8>(context); in executeGreater()