Home
last modified time | relevance | path

Searched refs:mapInput (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DXmlUtilsTest.java44 InputStream mapInput = new ByteArrayInputStream(baos.toByteArray()); in testMapWithNullKeys() local
45 HashMap<String, ?> deserialized = XmlUtils.readMapXml(mapInput); in testMapWithNullKeys()
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionBuilder.h352 void mapInput(uint32_t builderIndex, uint32_t executorIndex) { in mapInput() function
H A DExecutionPlan.cpp559 auto mapInput = [&](uint32_t stepModelOperandIndex, uint32_t stepInputIndex) { in mapInputsAndOutputs() local
571 executor->mapInput(it->second, stepInputIndex); in mapInputsAndOutputs()
608 mapInput(mStepModelInputs[i].first, i); in mapInputsAndOutputs()