Home
last modified time | relevance | path

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

/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DXmlUtilsTest.java45 InputStream mapInput = new ByteArrayInputStream(baos.toByteArray()); in testMapWithNullKeys() local
46 HashMap<String, ?> deserialized = XmlUtils.readMapXml(mapInput); in testMapWithNullKeys()
/frameworks/ml/nn/runtime/
DExecutionBuilder.h245 void mapInput(uint32_t builderIndex, uint32_t executorIndex) { in mapInput() function
DExecutionPlan.cpp345 auto mapInput = [&](uint32_t stepModelOperandIndex, uint32_t stepInputIndex) { in mapInputsAndOutputs() local
352 executor->mapInput(it->second, stepInputIndex); in mapInputsAndOutputs()
380 mapInput(mStepModelInputs[i].first, i); in mapInputsAndOutputs()