Home
last modified time | relevance | path

Searched refs:m_Method (Results 1 – 21 of 21) sorted by relevance

/external/armnn/src/backends/cl/workloads/
DClResizeWorkload.cpp34 ConvertResizeMethodToAclInterpolationPolicy(descriptor.m_Method); in ClResizeWorkloadValidate()
70 ConvertResizeMethodToAclInterpolationPolicy(descriptor.m_Parameters.m_Method); in ClResizeWorkload()
/external/armnn/src/backends/neon/workloads/
DNeonResizeWorkload.cpp34 ConvertResizeMethodToAclInterpolationPolicy(descriptor.m_Method); in NeonResizeWorkloadValidate()
72 ConvertResizeMethodToAclInterpolationPolicy(descriptor.m_Parameters.m_Method); in NeonResizeWorkload()
/external/armnn/delegate/classic/src/
DResize.hpp100 desc.m_Method = armnn::ResizeMethod::Bilinear; in VisitResizeOperator()
113 desc.m_Method = armnn::ResizeMethod::NearestNeighbor; in VisitResizeOperator()
/external/armnn/src/backends/reference/workloads/
DRefResizeWorkload.cpp48 m_Data.m_Parameters.m_Method, in Execute()
/external/armnn/src/backends/backendsCommon/test/
DResizeEndToEndTestImpl.hpp103 descriptor.m_Method = resizeMethod; in ResizeEndToEnd()
/external/armnn/include/armnn/
DDescriptors.hpp957 , m_Method(ResizeMethod::NearestNeighbor) in ResizeDescriptor()
967 m_Method == rhs.m_Method && in operator ==()
979 ResizeMethod m_Method; member
/external/lzma/CPP/7zip/UI/GUI/
DCompressDialog.cpp471 m_Method.Attach(GetItem(IDC_COMPRESS_METHOD)); in OnInit()
1629 m_Method.ResetContent(); in SetMethod2()
1693 const int itemIndex = (int)ComboBox_AddStringAscii(m_Method, s); in SetMethod2()
1694 m_Method.SetItemData(itemIndex, writtenMethodId); in SetMethod2()
1697 m_Method.SetCurSel(itemIndex); in SetMethod2()
1702 m_Method.SetCurSel(itemIndex); in SetMethod2()
1756 if (m_Method.GetCount() <= 0) in GetMethodID_RAW()
1758 return (int)(Int32)(UInt32)m_Method.GetItemData_of_CurSel(); in GetMethodID_RAW()
1773 if (m_Method.GetCount() < 1) in GetMethodSpec()
DCompressDialog.h156 NWindows::NControl::CComboBox m_Method; variable
/external/armnn/python/pyarmnn/test/
Dtest_descriptors.py319 assert desc.m_Method == ann.ResizeMethod_NearestNeighbor
327 assert desc.m_Method == ann.ResizeMethod_NearestNeighbor
/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
Darmnn_descriptors.i870 ResizeMethod m_Method; member
/external/armnn/src/armnn/
DSerializeLayerParameters.cpp431 fn("ResizeMethod", GetResizeMethodAsCString(desc.m_Method)); in Serialize()
/external/android-nn-driver/1.0/
DHalPolicy.cpp696 desc.m_Method = armnn::ResizeMethod::Bilinear; in ConvertResizeBilinear()
/external/armnn/src/armnn/test/
DOptimizerTests.cpp592 desc.m_Method = ResizeMethod::Bilinear; in CreateResizeBilinearGraph()
/external/armnn/src/armnnSerializer/test/
DSerializerTests.cpp2303 desc.m_Method = armnn::ResizeMethod::NearestNeighbor;
2351 CHECK(layerDescriptor.m_Method == armnn::ResizeMethod::Bilinear); in ExecuteStrategy()
2375 desc.m_Method = armnn::ResizeMethod::Bilinear;
/external/armnn/src/backends/backendsCommon/test/layerTests/
DResizeTestImpl.cpp113 descriptor.m_Parameters.m_Method = params.m_ResizeMethod; in ResizeTestImpl()
/external/armnn/src/armnnDeserializer/
DDeserializer.cpp2718 descriptor.m_Method = ToResizeMethod(flatBufferDescriptor->method()); in ParseResize()
2751 descriptor.m_Method = armnn::ResizeMethod::Bilinear; in ParseResizeBilinear()
/external/armnn/src/armnnSerializer/
DSerializer.cpp1026 GetFlatBufferResizeMethod(resizeDescriptor.m_Method), in SerializeResizeLayer()
/external/armnn/src/armnnTestUtils/
DCreateWorkload.hpp1788 resizeDesc.m_Method = ResizeMethod::Bilinear; in CreateResizeBilinearWorkloadTest()
/external/android-nn-driver/
DConversionUtils_1_2.hpp2164 descriptor.m_Method = resizeMethod; in ConvertResize()
/external/armnn/shim/sl/canonical/
DConverter.cpp4933 descriptor.m_Method = resizeMethod; in ConvertResize()
/external/armnn/src/armnnTfLiteParser/
DTfLiteParser.cpp3171 desc.m_Method = resizeMethod; in ParseResize()