Home
last modified time | relevance | path

Searched refs:BatchResult (Results 1 – 12 of 12) sorted by relevance

/external/deqp/executor/
DxeBatchResult.cpp76 BatchResult::BatchResult (void) in BatchResult() function in xe::BatchResult
80 BatchResult::~BatchResult (void) in ~BatchResult()
84 bool BatchResult::hasTestCaseResult (const char* casePath) const in hasTestCaseResult()
89 ConstTestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) const in getTestCaseResult()
96 TestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) in getTestCaseResult()
103 TestCaseResultPtr BatchResult::createTestCaseResult (const char* casePath) in createTestCaseResult()
DxeBatchResult.hpp103 class BatchResult class
106 BatchResult (void);
107 ~BatchResult (void);
123 BatchResult (const BatchResult& other);
124 BatchResult& operator= (const BatchResult& other);
DxeBatchExecutor.hpp54 BatchExecutorLogHandler (BatchResult* batchResult);
64 BatchResult* m_batchResult;
70 …fig, CommLink* commLink, const TestNode* root, const TestSet& testSet, BatchResult* batchResult, I…
114 BatchResult* m_batchResult;
DxeTestLogWriter.hpp40 void writeTestLog (const BatchResult& batchResult, std::ostream& stream);
41 void writeBatchResultToFile (const BatchResult& batchResult, const char* filename);
DxeBatchExecutor.cpp44 static inline bool isExecutedInBatch (const BatchResult* batchResult, const TestCase* testCase) in isExecutedInBatch()
60 …(TestSet& executeSet, const TestNode* root, const TestSet& testSet, const BatchResult* batchResult) in computeExecuteSet()
98 static int removeExecuted (TestSet& set, const TestNode* root, const BatchResult* batchResult) in removeExecuted()
124 BatchExecutorLogHandler::BatchExecutorLogHandler (BatchResult* batchResult) in BatchExecutorLogHandler()
157 …fig, CommLink* commLink, const TestNode* root, const TestSet& testSet, BatchResult* batchResult, I… in BatchExecutor()
DxeTestLogWriter.cpp111 void writeTestLog (const BatchResult& result, std::ostream& stream) in writeTestLog()
126 void writeBatchResultToFile (const BatchResult& result, const char* filename) in writeBatchResultToFile()
/external/tensorflow/tensorflow/core/kernels/data/
Dparallel_batch_dataset_op.cc195 std::shared_ptr<BatchResult> result; in GetNextInternal()
222 &BatchResult::mu) { result->output.clear(); }); in GetNextInternal()
288 struct BatchResult { struct in tensorflow::data::ParallelBatchDatasetOp::Dataset::Iterator
289 explicit BatchResult() in BatchResult() argument
306 const std::shared_ptr<BatchResult>& result) in CallCompleted()
318 const std::shared_ptr<BatchResult>& result) in CallBatching()
400 std::vector<std::shared_ptr<BatchResult>> new_calls; in RunnerThread()
427 batch_results_.push_back(std::make_shared<BatchResult>()); in RunnerThread()
441 batch_results_.push_back(std::make_shared<BatchResult>()); in ReadBatchResult()
442 std::shared_ptr<BatchResult> result = batch_results_.back(); in ReadBatchResult()
[all …]
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dmap_and_batch_dataset_op.cc233 std::shared_ptr<BatchResult> result; in GetNextInternal()
338 struct BatchResult { struct in tensorflow::data::experimental::MapAndBatchDatasetOp::Dataset::Iterator
339 explicit BatchResult(int64 batch_size) in BatchResult() argument
377 const std::shared_ptr<BatchResult>& result) in CallCompleted()
394 const std::shared_ptr<BatchResult>& result, int64 offset) in CallFunction()
499 const std::shared_ptr<BatchResult>& result, in EnsureOutputAllocated()
527 std::vector<std::pair<std::shared_ptr<BatchResult>, int64>> new_calls; in RunnerThread()
567 std::make_shared<BatchResult>(dataset()->batch_size_)); in RunnerThread()
593 std::make_shared<BatchResult>(dataset()->batch_size_)); in ReadBatchResult()
594 std::shared_ptr<BatchResult> result = batch_results_.back(); in ReadBatchResult()
[all …]
/external/deqp/executor/tools/
DxeMergeTestLogs.cpp64 LogHandler (xe::BatchResult* batchResult, deUint32 flags) in LogHandler()
119 xe::BatchResult* const m_batchResult;
123 static void readLogFile (xe::BatchResult* dstResult, const char* filename, deUint32 flags) in readLogFile()
150 xe::BatchResult batchResult; in mergeTestLogs()
DxeCommandLineExecutor.cpp356 BatchResultHandler (xe::BatchResult* batchResult) in BatchResultHandler()
384 xe::BatchResult* m_batchResult;
387 void readLogFile (xe::BatchResult* batchResult, const char* filename) in readLogFile()
409 …tSummary (const xe::TestNode* root, const xe::TestSet& testSet, const xe::BatchResult& batchResult) in printBatchResultSummary()
600 xe::BatchResult batchResult; in runExecutor()
/external/deqp/scripts/
Drun_nightly.py114 class BatchResult: class
133 …batchResult = BatchResult(batchResultName if batchResultName != None else os.path.basename(filenam…
336 curBatchResult = BatchResult("current")
/external/grpc-grpc/src/ruby/lib/grpc/generic/
Dactive_call.rb21 class BatchResult class in Struct