Lines Matching refs:kOutputTensor
35 constexpr uint32_t kOutputTensor = 0; variable
75 context->getInputShape(kInputTensor2), context->getOutputBuffer<bool8>(kOutputTensor), in executeLessTyped()
76 context->getOutputShape(kOutputTensor)); in executeLessTyped()
84 context->getInputShape(kInputTensor2), context->getOutputBuffer<bool8>(kOutputTensor), in executeLessEqualTyped()
85 context->getOutputShape(kOutputTensor)); in executeLessEqualTyped()
93 context->getInputShape(kInputTensor2), context->getOutputBuffer<bool8>(kOutputTensor), in executeEqualTyped()
94 context->getOutputShape(kOutputTensor)); in executeEqualTyped()
102 context->getInputShape(kInputTensor2), context->getOutputBuffer<bool8>(kOutputTensor), in executeNotEqualTyped()
103 context->getOutputShape(kOutputTensor)); in executeNotEqualTyped()
111 context->getInputShape(kInputTensor2), context->getOutputBuffer<bool8>(kOutputTensor), in executeGreaterEqualTyped()
112 context->getOutputShape(kOutputTensor)); in executeGreaterEqualTyped()
120 context->getInputShape(kInputTensor2), context->getOutputBuffer<bool8>(kOutputTensor), in executeGreaterTyped()
121 context->getOutputShape(kOutputTensor)); in executeGreaterTyped()
148 Shape output = context->getOutputShape(kOutputTensor); in prepare()
150 return context->setOutputShape(kOutputTensor, output); in prepare()