/packages/modules/NeuralNetworks/common/types/src/ |
D | OperationsValidationUtils.cpp | 70 NN_RET_CHECK_EQ(getOutputType(i), outExpectedInTypes[i]) in validateOperationOperandTypes() 71 << "Invalid output tensor type " << getOutputType(i) << " for input " << i in validateOperationOperandTypes() 88 [context](uint32_t index) { return context->getOutputType(index); }); in validateOutputTypes() 107 message << context->getOutputType(i); in validateVersion()
|
D | Validation.cpp | 1338 OperandType getOutputType(uint32_t index) const override; 1389 OperandType OperationValidationContext::getOutputType(uint32_t index) const { in getOutputType() function in android::nn::__anon7d7df9830111::OperationValidationContext
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Quantize.cpp | 75 const OperandType outputType = context->getOutputType(kOutputTensor); in execute() 98 << inputType << " output type: " << context->getOutputType(kOutputTensor) in execute()
|
D | Dequantize.cpp | 87 const OperandType outputType = context->getOutputType(kOutputTensor); in execute()
|
/packages/modules/NeuralNetworks/common/types/operations/src/ |
D | Quantize.cpp | 29 const OperandType outputType = context->getOutputType(kOutputTensor); in validate()
|
D | Dequantize.cpp | 29 const OperandType outputType = context->getOutputType(kOutputTensor); in validate()
|
D | BatchMatmul.cpp | 47 OperandType outputType = context->getOutputType(kOutputTensor); in validate()
|
D | Fill.cpp | 48 OperandType outputType = context->getOutputType(kOutputTensor); in validate()
|
D | Pack.cpp | 34 const OperandType outputType = context->getOutputType(kOutputTensor); in validate()
|
D | Reverse.cpp | 50 NN_RET_CHECK_EQ(context->getOutputType(kOutputTensor), inputTensorType); in validate()
|
D | MirrorPad.cpp | 53 NN_RET_CHECK_EQ(context->getOutputType(kOutputTensor), inputTensorType); in validate()
|
/packages/modules/NeuralNetworks/common/types/include/ |
D | OperationsValidationUtils.h | 50 virtual OperandType getOutputType(uint32_t index) const = 0;
|
/packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/ |
D | FibonacciDriver.cpp | 123 if (context->getOutputType(kOutputTensor) == OperandType::TENSOR_FLOAT32) { in execute()
|
/packages/modules/NeuralNetworks/common/include/ |
D | OperationsExecutionUtils.h | 50 virtual OperandType getOutputType(uint32_t index) const = 0;
|
/packages/modules/NeuralNetworks/common/ |
D | LegacyUtils.cpp | 176 OperandType getOutputType(uint32_t index) const override; 227 OperandType OperationValidationContext::getOutputType(uint32_t index) const { in getOutputType() function in android::nn::__anon0471dca30111::OperationValidationContext
|
D | CpuExecutor.cpp | 79 OperandType getOutputType(uint32_t index) const override; 138 OperandType OperationExecutionContext::getOutputType(uint32_t index) const { in getOutputType() function in android::nn::__anon0fcb51940111::OperationExecutionContext
|