Home
last modified time | relevance | path

Searched refs:getOutputType (Results 1 – 11 of 11) sorted by relevance

/frameworks/ml/nn/common/operations/
DQuantize.cpp70 const OperandType outputType = context->getOutputType(kOutputTensor); in validate()
103 << " output type: " << toString(context->getOutputType(kOutputTensor)) in execute()
DDequantize.cpp82 const OperandType outputType = context->getOutputType(kOutputTensor); in validate()
111 const OperandType outputType = context->getOutputType(kOutputTensor); in execute()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DCodedOutputStreamTest.java59 OutputType getOutputType(); in getOutputType() method
82 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.OutputStreamCoder
107 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.ArrayCoder
145 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.NioHeapCoder
183 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.NioDirectCoder
605 assertEqualBytes(coder.getOutputType(), new byte[]{3, 'a', 'b', 'c'}, coder.toByteArray());
DDescriptorsTest.java345 fooMethod.getOutputType()); in testServiceDescriptor()
353 barMethod.getOutputType()); in testServiceDescriptor()
/frameworks/ml/nn/common/include/
DOperationsUtils.h80 virtual OperandType getOutputType(uint32_t index) const = 0;
96 virtual OperandType getOutputType(uint32_t index) const = 0;
/frameworks/ml/nn/runtime/test/fibonacci_extension/
DFibonacciDriver.cpp121 if (context->getOutputType(kOutputTensor) == OperandType::TENSOR_FLOAT32) { in execute()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDescriptorsTest.java335 fooMethod.getOutputType()); in testServiceDescriptor()
343 barMethod.getOutputType()); in testServiceDescriptor()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1960 public Descriptor getOutputType() { return outputType; } in getOutputType() method in Descriptors.MethodDescriptor
2003 file.pool.lookupSymbol(proto.getOutputType(), this, in crossLink()
2007 '\"' + proto.getOutputType() + "\" is not a message type."); in crossLink()
/frameworks/ml/nn/common/
DOperationsUtils.cpp55 [context](uint32_t index) { return context->getOutputType(index); }); in validateOutputTypes()
DCpuExecutor.cpp54 OperandType getOutputType(uint32_t index) const override;
113 OperandType OperationExecutionContext::getOutputType(uint32_t index) const { in getOutputType() function in android::nn::__anonec8350e20111::OperationExecutionContext
DUtils.cpp140 OperandType getOutputType(uint32_t index) const override;
191 OperandType OperationValidationContext::getOutputType(uint32_t index) const { in getOutputType() function in android::nn::__anon8d54713c0111::OperationValidationContext