Lines Matching refs:test_wrapper
41 using Type = test_wrapper::Type;
42 using OperandType = test_wrapper::OperandType;
43 using Result = test_wrapper::Result;
870 test_wrapper::Compilation::createForDevice(&mModel, device); in initialize()
887 mExecution = std::make_unique<test_wrapper::Execution>(&mCompilation); in runInternal()
896 std::vector<const test_wrapper::Event*> dependencies; in runInternal()
897 test_wrapper::Event start; in runInternal()
901 start = test_wrapper::Event(inSyncFd.get()); in runInternal()
907 test_wrapper::Event finished; in runInternal()
920 test_wrapper::Model mModel;
921 test_wrapper::Compilation mCompilation;
922 std::unique_ptr<test_wrapper::Execution> mExecution;
923 test_wrapper::Memory mInputMemory, mOutputMemory;