Searched refs:indexMapping (Results 1 – 6 of 6) sorted by relevance
157 IntToString[] indexMapping() default { }; in indexMapping() method1722 final IntToString[] indexMapping = property.indexMapping();1723 final boolean hasIndexMapping = indexMapping.length > 0;1739 int mappingCount = indexMapping.length;1741 final IntToString mapped = indexMapping[k];
24409 @ViewDebug.ExportedProperty(category = "layout", indexMapping = {
960 const auto& indexMapping = mExecutionStep->getOutputIndexStepModelToMainModel(); in updateOutputShapes() local961 NN_RET_CHECK_LE(indexMapping.size(), from.size()); in updateOutputShapes()962 for (uint32_t i = 0, e = indexMapping.size(); i < e; i++) { in updateOutputShapes()963 uint32_t toIndex = indexMapping[i]; in updateOutputShapes()
1238 @ViewDebug.ExportedProperty(category = "layout", resolveId = true, indexMapping = {
52385 method public abstract android.view.ViewDebug.IntToString[] indexMapping() default {};
52529 method public abstract android.view.ViewDebug.IntToString[] indexMapping() default {};