HomeSort by relevance Sort by last modified time
    Searched defs:BatchResult (Results 1 - 5 of 5) sorted by null

  /external/deqp/executor/
xeBatchResult.cpp 74 // BatchResult
76 BatchResult::BatchResult (void)
80 BatchResult::~BatchResult (void)
84 bool BatchResult::hasTestCaseResult (const char* casePath) const
89 ConstTestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) const
96 TestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath)
103 TestCaseResultPtr BatchResult::createTestCaseResult (const char* casePath)
xeBatchResult.hpp 102 class BatchResult
105 BatchResult (void);
106 ~BatchResult (void);
122 BatchResult (const BatchResult& other);
123 BatchResult& operator= (const BatchResult& other);
  /external/grpc-grpc/src/ruby/lib/grpc/generic/
active_call.rb 20 # BatchResult is the struct returned by calls to call#start_batch.
21 class BatchResult
  /external/deqp/scripts/
run_nightly.py 114 class BatchResult:
133 batchResult = BatchResult(batchResultName if batchResultName != None else os.path.basename(filename))
134 batchResult.results = readTestCaseResultsFromCSV(filename)
135 return batchResult
160 for batchResult in batchResults:
161 for result in batchResult.results:
170 def genResultMap (batchResult):
172 for result in batchResult.results:
218 for batchResult in batchResults
    [all...]
  /external/tensorflow/tensorflow/core/kernels/data/experimental/
map_and_batch_dataset_op.cc 294 std::shared_ptr<BatchResult> result;
356 // BatchResult encapsulates the output batch, as well as ancillary
358 struct BatchResult {
359 explicit BatchResult(int64 batch_size) {
396 const std::shared_ptr<BatchResult>& result)
412 const std::shared_ptr<BatchResult>& result,
525 const std::shared_ptr<BatchResult>& result,
550 const std::shared_ptr<BatchResult>& result,
598 std::vector<std::pair<std::shared_ptr<BatchResult>, int64>> new_calls;
638 std::make_shared<BatchResult>(dataset()->batch_size_))
    [all...]

Completed in 1463 milliseconds