Lines Matching refs:kOutputTensor
33 constexpr uint32_t kOutputTensor = 0; variable
72 context->getInputShape(kInputTensor2), context->getOutputBuffer<bool8>(kOutputTensor), in executeLessTyped()
73 context->getOutputShape(kOutputTensor)); in executeLessTyped()
81 context->getInputShape(kInputTensor2), context->getOutputBuffer<bool8>(kOutputTensor), in executeLessEqualTyped()
82 context->getOutputShape(kOutputTensor)); in executeLessEqualTyped()
90 context->getInputShape(kInputTensor2), context->getOutputBuffer<bool8>(kOutputTensor), in executeEqualTyped()
91 context->getOutputShape(kOutputTensor)); in executeEqualTyped()
99 context->getInputShape(kInputTensor2), context->getOutputBuffer<bool8>(kOutputTensor), in executeNotEqualTyped()
100 context->getOutputShape(kOutputTensor)); in executeNotEqualTyped()
108 context->getInputShape(kInputTensor2), context->getOutputBuffer<bool8>(kOutputTensor), in executeGreaterEqualTyped()
109 context->getOutputShape(kOutputTensor)); in executeGreaterEqualTyped()
117 context->getInputShape(kInputTensor2), context->getOutputBuffer<bool8>(kOutputTensor), in executeGreaterTyped()
118 context->getOutputShape(kOutputTensor)); in executeGreaterTyped()
140 Shape output = context->getOutputShape(kOutputTensor); in prepare()
142 return context->setOutputShape(kOutputTensor, output); in prepare()