Searched refs:getOutputType (Results 1 – 9 of 9) sorted by relevance
71 const OperandType outputType = context->getOutputType(kOutputTensor); in validate()98 const OperandType outputType = context->getOutputType(kOutputTensor); in execute()121 << inputType << " output type: " << context->getOutputType(kOutputTensor) in execute()
83 const OperandType outputType = context->getOutputType(kOutputTensor); in validate()119 const OperandType outputType = context->getOutputType(kOutputTensor); in execute()
69 OperandType outputType = context->getOutputType(kOutputTensor); in validate()
68 virtual OperandType getOutputType(uint32_t index) const = 0;84 virtual OperandType getOutputType(uint32_t index) const = 0;
123 if (context->getOutputType(kOutputTensor) == OperandType::TENSOR_FLOAT32) { in execute()
86 [context](uint32_t index) { return context->getOutputType(index); }); in validateOutputTypes()105 message << context->getOutputType(i); in validateVersion()
199 OperandType getOutputType(uint32_t index) const override;250 OperandType OperationValidationContext::getOutputType(uint32_t index) const { in getOutputType() function in android::nn::__anon3bac189e0111::OperationValidationContext
79 OperandType getOutputType(uint32_t index) const override;138 OperandType OperationExecutionContext::getOutputType(uint32_t index) const { in getOutputType() function in android::nn::__anon47058d8f0111::OperationExecutionContext
1359 OperandType getOutputType(uint32_t index) const override;1410 OperandType OperationValidationContext::getOutputType(uint32_t index) const { in getOutputType() function in android::nn::__anonb795b7630111::OperationValidationContext