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.java36 InputStream mapInput = new ByteArrayInputStream(baos.toByteArray()); in testMapWithNullKeys() local
37 HashMap<String, ?> deserialized = XmlUtils.readMapXml(mapInput); in testMapWithNullKeys()
/frameworks/ml/nn/runtime/
DExecutionBuilder.h133 void mapInput(uint32_t builderIndex, uint32_t executorIndex) { in mapInput() function
DExecutionPlan.cpp271 stepExecutor->mapInput(mInputIndexSubModelToFromModel[i], i); in mapInputsAndOutputs()