Lines Matching refs:V1_0
28 using namespace android::hidl::memory::V1_0;
76 void* GetMemoryFromPool(V1_0::DataLocation location, const std::vector<android::nn::RunTimePoolInfo… in GetMemoryFromPool()
93 armnn::TensorInfo GetTensorInfoForOperand(const V1_0::Operand& operand) in GetTensorInfoForOperand()
100 case V1_0::OperandType::TENSOR_FLOAT32: in GetTensorInfoForOperand()
103 case V1_0::OperandType::TENSOR_QUANT8_ASYMM: in GetTensorInfoForOperand()
106 case V1_0::OperandType::TENSOR_INT32: in GetTensorInfoForOperand()
110 throw UnsupportedOperand<V1_0::OperandType>(operand.type); in GetTensorInfoForOperand()
294 std::string GetOperandSummary(const V1_0::Operand& operand) in GetOperandSummary()
632 bool isQuantizedOperand(const V1_0::OperandType& operandType) in isQuantizedOperand()
634 if (operandType == V1_0::OperandType::TENSOR_QUANT8_ASYMM) in isQuantizedOperand()
753 size_t GetSize(const V1_0::Request& request, const V1_0::RequestArgument& requestArgument) in GetSize()
759 size_t GetSize(const V1_3::Request& request, const V1_0::RequestArgument& requestArgument) in GetSize()
776 const V1_0::RequestArgument& requestArgument, in ValidateRequestArgument()
801 template V1_0::ErrorStatus ValidateRequestArgument<V1_0::ErrorStatus, V1_0::Request>(
802 const V1_0::Request& request,
804 const V1_0::RequestArgument& requestArgument,
811 const V1_0::RequestArgument& requestArgument,