Home
last modified time | relevance | path

Searched refs:m_OutgoingCaptureFile (Results 1 – 8 of 8) sorted by relevance

/external/armnn/src/profiling/test/
DProfilingConnectionDumpToFileDecoratorTests.cpp83 options.m_OutgoingCaptureFile = ""; in BOOST_AUTO_TEST_CASE()
92 options.m_OutgoingCaptureFile = ""; in BOOST_AUTO_TEST_CASE()
103 options.m_OutgoingCaptureFile = ""; in BOOST_AUTO_TEST_CASE()
127 options.m_OutgoingCaptureFile = "/"; in BOOST_AUTO_TEST_CASE()
136 options.m_OutgoingCaptureFile = "/"; in BOOST_AUTO_TEST_CASE()
151 options.m_OutgoingCaptureFile = fileName.string(); in BOOST_AUTO_TEST_CASE()
161 std::vector<char> data = ReadDumpFile(options.m_OutgoingCaptureFile); in BOOST_AUTO_TEST_CASE()
DFileOnlyProfilingDecoratorTests.cpp171 options.m_ProfilingOptions.m_OutgoingCaptureFile = tempPath.string(); in BOOST_AUTO_TEST_CASE()
/external/armnn/src/profiling/
DProfilingConnectionDumpToFileDecorator.cpp55 if (!m_Options.m_OutgoingCaptureFile.empty()) in WritePacket()
81 … m_OutgoingDumpFileStream.open(m_Options.m_OutgoingCaptureFile, std::ios::out | std::ios::binary); in OpenOutgoingDumpFile()
138 Fail("Failed to open \"" + m_Options.m_OutgoingCaptureFile + "\" for writing"); in DumpOutgoingToFile()
DProfilingConnectionFactory.cpp35 …if ((!options.m_IncomingCaptureFile.empty() || !options.m_OutgoingCaptureFile.empty()) && !options… in GetProfilingConnection()
41 …else if ((!options.m_IncomingCaptureFile.empty() || !options.m_OutgoingCaptureFile.empty()) && opt… in GetProfilingConnection()
/external/armnn/include/armnn/
DIRuntime.hpp66 , m_OutgoingCaptureFile("") in ExternalProfilingOptions()
76 std::string m_OutgoingCaptureFile; member
/external/armnn/python/pyarmnn/test/
Dtest_runtime.py117 options.m_ProfilingOptions.m_OutgoingCaptureFile = "/tmp/outgoing.txt"
133 options.m_ProfilingOptions.m_OutgoingCaptureFile = "/tmp/outgoing.txt"
/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
Darmnn_runtime.i60 std::string m_OutgoingCaptureFile; member
/external/armnn/tests/ExecuteNetwork/
DExecuteNetworkProgramOptions.cpp316 … cxxopts::value<std::string>(m_RuntimeOptions.m_ProfilingOptions.m_OutgoingCaptureFile))