Home
last modified time | relevance | path

Searched refs:getInputInfo (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/
H A DCpuExecutor.cpp97 const RunTimeOperandInfo* getInputInfo(uint32_t index) const;
107 const RunTimeOperandInfo* OperationExecutionContext::getInputInfo(uint32_t index) const { in getInputInfo() function in android::nn::__anon6fdaa8540110::OperationExecutionContext
123 return getInputInfo(index)->type; in getInputType()
127 return getInputInfo(index)->shape(); in getInputShape()
131 return getInputInfo(index)->buffer; in getInputBuffer()
135 return getInputInfo(index)->extraParams; in getInputExtraParams()
249 return getInputInfo(index)->lifetime == Operand::LifeTime::NO_VALUE; in isOmittedInput()
271 for (uint32_t j = 0; j < getInputInfo(i)->dimensions.size(); j++) { in checkNoZeroSizedInput()
272 NN_RET_CHECK_NE(getInputInfo(i)->dimensions[j], 0) in checkNoZeroSizedInput()
/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DMultiResolutionStreamConfigurationMap.java226 public @NonNull Collection<MultiResolutionStreamInfo> getInputInfo(@Format int format) { in getInputInfo() method in MultiResolutionStreamConfigurationMap
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionBuilder.h133 const ModelArgumentInfo& getInputInfo(uint32_t index) const { return mInputs[index]; } in getInputInfo() function
H A DExecutionPlan.cpp1474 const ModelArgumentInfo& info = controller->mExecutionBuilder->getInputInfo(it->second); in getBuffer()
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java1530 configMap.getInputInfo(inputFormat); in checkInputConfiguration()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt18727 … java.util.Collection<android.hardware.camera2.params.MultiResolutionStreamInfo> getInputInfo(int);