Searched refs:getOutputType (Results 1 – 8 of 8) sorted by relevance
74 const OperandType outputType = context->getOutputType(kOutputTensor); in validate()101 const OperandType outputType = context->getOutputType(kOutputTensor); in execute()125 << " output type: " << toString(context->getOutputType(kOutputTensor)) in execute()
84 const OperandType outputType = context->getOutputType(kOutputTensor); in validate()120 const OperandType outputType = context->getOutputType(kOutputTensor); in execute()
72 OperandType outputType = context->getOutputType(kOutputTensor); in validate()
84 virtual hal::OperandType getOutputType(uint32_t index) const = 0;100 virtual hal::OperandType getOutputType(uint32_t index) const = 0;
124 if (context->getOutputType(kOutputTensor) == OperandType::TENSOR_FLOAT32) { in execute()
88 [context](uint32_t index) { return context->getOutputType(index); }); in validateOutputTypes()107 message << toString(context->getOutputType(i)); in validateHalVersion()
65 OperandType getOutputType(uint32_t index) const override;124 OperandType OperationExecutionContext::getOutputType(uint32_t index) const { in getOutputType() function in android::nn::__anonec8350e20111::OperationExecutionContext
217 OperandType getOutputType(uint32_t index) const override;273 OperandType OperationValidationContext::getOutputType(uint32_t index) const { in getOutputType() function in android::nn::__anon8d54713c0111::OperationValidationContext