Lines Matching refs:dataLayoutIndexed
456 armnnUtils::DataLayoutIndexed dataLayoutIndexed(desc.m_DataLayout); in ConvertConv2d_1_2() local
457 unsigned int widthIndex = dataLayoutIndexed.GetWidthIndex(); in ConvertConv2d_1_2()
458 unsigned int heightIndex = dataLayoutIndexed.GetHeightIndex(); in ConvertConv2d_1_2()
589 armnnUtils::DataLayoutIndexed dataLayoutIndexed(desc.m_DataLayout); in ConvertDepthwiseConv2d_1_2() local
590 unsigned int widthIndex = dataLayoutIndexed.GetWidthIndex(); in ConvertDepthwiseConv2d_1_2()
591 unsigned int heightIndex = dataLayoutIndexed.GetHeightIndex(); in ConvertDepthwiseConv2d_1_2()
1038 armnnUtils::DataLayoutIndexed dataLayoutIndexed(dataLayout); in ConvertGroupedConv2d() local
1039 const unsigned int channelsIndex = dataLayoutIndexed.GetChannelsIndex(); in ConvertGroupedConv2d()
1040 const unsigned int heightIndex = dataLayoutIndexed.GetHeightIndex(); in ConvertGroupedConv2d()
1041 const unsigned int widthIndex = dataLayoutIndexed.GetWidthIndex(); in ConvertGroupedConv2d()
2215 armnnUtils::DataLayoutIndexed dataLayoutIndexed(descriptor.m_DataLayout); in ConvertResize() local
2217 float width = inputShape[dataLayoutIndexed.GetWidthIndex()]; in ConvertResize()
2218 float height = inputShape[dataLayoutIndexed.GetHeightIndex()]; in ConvertResize()
2235 armnnUtils::DataLayoutIndexed dataLayoutIndexed(descriptor.m_DataLayout); in ConvertResize() local
2237 Half width = static_cast<Half>(inputShape[dataLayoutIndexed.GetWidthIndex()]); in ConvertResize()
2238 Half height = static_cast<Half>(inputShape[dataLayoutIndexed.GetHeightIndex()]); in ConvertResize()
2936 armnnUtils::DataLayoutIndexed dataLayoutIndexed(desc.m_DataLayout); in ConvertTransposeConv2d() local
2937 unsigned int widthIndex = dataLayoutIndexed.GetWidthIndex(); in ConvertTransposeConv2d()
2938 unsigned int heightIndex = dataLayoutIndexed.GetHeightIndex(); in ConvertTransposeConv2d()