Lines Matching refs:test_wrapper
41 using Type = test_wrapper::Type;
42 using OperandType = test_wrapper::OperandType;
43 using Result = test_wrapper::Result;
868 test_wrapper::Compilation::createForDevice(&mModel, device); in initialize()
885 mExecution = std::make_unique<test_wrapper::Execution>(&mCompilation); in runInternal()
894 std::vector<const test_wrapper::Event*> dependencies; in runInternal()
895 test_wrapper::Event start; in runInternal()
899 start = test_wrapper::Event(inSyncFd.get()); in runInternal()
905 test_wrapper::Event finished; in runInternal()
918 test_wrapper::Model mModel;
919 test_wrapper::Compilation mCompilation;
920 std::unique_ptr<test_wrapper::Execution> mExecution;
921 test_wrapper::Memory mInputMemory, mOutputMemory;