Searched refs:getOutputType (Results 1 – 11 of 11) sorted by relevance
70 const OperandType outputType = context->getOutputType(kOutputTensor); in validate()103 << " output type: " << toString(context->getOutputType(kOutputTensor)) in execute()
82 const OperandType outputType = context->getOutputType(kOutputTensor); in validate()111 const OperandType outputType = context->getOutputType(kOutputTensor); in execute()
59 OutputType getOutputType(); in getOutputType() method82 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.OutputStreamCoder107 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.ArrayCoder145 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.NioHeapCoder183 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.NioDirectCoder605 assertEqualBytes(coder.getOutputType(), new byte[]{3, 'a', 'b', 'c'}, coder.toByteArray());
345 fooMethod.getOutputType()); in testServiceDescriptor()353 barMethod.getOutputType()); in testServiceDescriptor()
80 virtual OperandType getOutputType(uint32_t index) const = 0;96 virtual OperandType getOutputType(uint32_t index) const = 0;
121 if (context->getOutputType(kOutputTensor) == OperandType::TENSOR_FLOAT32) { in execute()
335 fooMethod.getOutputType()); in testServiceDescriptor()343 barMethod.getOutputType()); in testServiceDescriptor()
1960 public Descriptor getOutputType() { return outputType; } in getOutputType() method in Descriptors.MethodDescriptor2003 file.pool.lookupSymbol(proto.getOutputType(), this, in crossLink()2007 '\"' + proto.getOutputType() + "\" is not a message type."); in crossLink()
55 [context](uint32_t index) { return context->getOutputType(index); }); in validateOutputTypes()
54 OperandType getOutputType(uint32_t index) const override;113 OperandType OperationExecutionContext::getOutputType(uint32_t index) const { in getOutputType() function in android::nn::__anonec8350e20111::OperationExecutionContext
140 OperandType getOutputType(uint32_t index) const override;191 OperandType OperationValidationContext::getOutputType(uint32_t index) const { in getOutputType() function in android::nn::__anon8d54713c0111::OperationValidationContext