Home
last modified time | relevance | path

Searched refs:results_ (Results 1 – 25 of 30) sorted by relevance

12

/external/webrtc/modules/desktop_capture/
Dfallback_desktop_capturer_wrapper_unittest.cc76 std::vector<std::pair<DesktopCapturer::Result, bool>> results_; member in webrtc::FallbackDesktopCapturerWrapperTest
105 results_.emplace_back(result, !!frame); in OnCaptureResult()
114 ASSERT_EQ(results_.size(), 1U); in TEST_F()
115 ASSERT_EQ(results_[0], in TEST_F()
130 ASSERT_EQ(results_.size(), 3U); in TEST_F()
132 ASSERT_EQ(results_[i], in TEST_F()
148 ASSERT_EQ(results_.size(), 3U); in TEST_F()
150 ASSERT_EQ(results_[i], in TEST_F()
171 ASSERT_EQ(results_.size(), 6U); in TEST_F()
173 ASSERT_EQ(results_[i], in TEST_F()
[all …]
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/
Drecognize_commands.h51 Result& front() { return results_[front_index_]; } in front()
57 return results_[back_index]; in back()
99 return results_[index]; in from_front()
105 Result results_[kMaxResults]; variable
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_performance_options.h37 results_.emplace_back(EachRunResult()); in MarkBenchmarkStart()
38 auto& current = results_.back(); in MarkBenchmarkStart()
45 auto& current = results_.back(); in OnBenchmarkEnd()
58 std::vector<EachRunResult> results_; variable
Dbenchmark_performance_options.cc91 std::sort(results_.begin(), results_.end(), EachRunStatsEntryComparator()); in OutputStats()
93 for (const auto& run_stats : results_) { in OutputStats()
Dbenchmark_test.cc169 for (const auto& result : results_) { in OutputStats()
/external/tensorflow/tensorflow/core/kernels/
Dstateless_random_gamma_op.h63 results_ = (*distribution_)(random); in operator()
68 return results_[remaining_numbers_]; in operator()
80 ResultType results_; variable
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcustom_call_thunk.cc37 results_(std::move(results)), in CustomCallThunk()
43 buffers.reserve(operands_.size() + results_.size()); in ExecuteOnStream()
45 {operands_, results_}) { in ExecuteOnStream()
Dcustom_call_thunk.h51 const std::vector<BufferAllocation::Slice> results_; variable
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Ddata_service_dataset_op.cc301 while ((results_.empty() || !results_.front().ready) && in GetNextInternal()
304 VLOG(3) << "Blocking in GetNext. results_.size():" << results_.size() in GetNextInternal()
306 << (!results_.empty() && results_.front().ready) in GetNextInternal()
320 if (results_.empty()) { in GetNextInternal()
325 skip = results_.front().skip; in GetNextInternal()
327 results_.pop(); in GetNextInternal()
331 *end_of_sequence = results_.front().end_of_sequence; in GetNextInternal()
333 out_tensors->swap(results_.front().element); in GetNextInternal()
335 results_.pop(); in GetNextInternal()
647 results_.emplace(); in RunWorkerThread()
[all …]
/external/tensorflow/tensorflow/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/
DBenchmarkViewController.mm75 std::string Results() { return results_; }
78 std::string results_;
105 results_ = stream.str();
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass.cc289 std::unordered_map<OutputTensor, int, OutputTensor::Hash> results_; member in tensorflow::__anona26b85820211::Encapsulator::Subgraph
442 return results_.at(OutputTensor(edge->src(), edge->src_output())); in GetResultIndexForEdge()
521 results_.emplace(OutputTensor(src_node, src_slot), results_.size()); in RecordResult()
585 std::vector<int> output_permutation(results_.size()); in BuildFunctionDef()
598 if (output_permutation.size() != results_.size()) { in BuildFunctionDef()
607 for (auto& result : results_) { in BuildFunctionDef()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest-spi.h108 const TestPartResultArray* const results_;
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-spi.h105 const TestPartResultArray* const results_;
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-spi.h109 const TestPartResultArray *const results_;
/external/mesa3d/src/gtest/include/gtest/
Dgtest-spi.h108 const TestPartResultArray* const results_;
/external/fmtlib/test/gtest/
Dgtest-spi.h104 const TestPartResultArray* const results_;
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/
Dgtest-spi.h104 const TestPartResultArray* const results_;
/external/googletest/googletest/include/gtest/
Dgtest-spi.h108 const TestPartResultArray* const results_;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-spi.h107 const TestPartResultArray* const results_;
/external/tensorflow/tensorflow/python/ops/
Dcollective_ops_test.py436 results_ = sess.run([c0, c1], feed_dict={in0: t0[1:], in1: t1[1:]})
443 self.assertAllClose(results_[0], expected_output_, rtol=1e-5, atol=1e-5)
444 self.assertAllClose(results_[1], expected_output_, rtol=1e-5, atol=1e-5)
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dshape_inference.cc421 return results_.find(port) != results_.end(); in ComputeInputsRequiredForOutput()
427 if (auto known_attr = results_[value_port]) return known_attr; in ComputeOutputComponent()
429 value_port, [this](const ValuePort& port) { return results_[port]; }); in ComputeOutputComponent()
440 results_[value_port] = value; in RecordValue()
601 ValuePortResultMap results_; member in mlir::TF::ShapeInference
1395 if (op->getNumResults() > 0 && results_[ValuePort(op->getResult(0))]) in TryToFold()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc648 : results_(results), in SingleFailureChecker()
657 EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_); in ~SingleFailureChecker()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest.cc674 : results_(results), in SingleFailureChecker()
683 EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_); in ~SingleFailureChecker()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc720 : results_(results), type_(type), substr_(substr) {} in SingleFailureChecker()
727 EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_); in ~SingleFailureChecker()
/external/fmtlib/test/
Dgmock-gtest-all.cc177 const TestPartResultArray* const results_; member in testing::internal::SingleFailureChecker
2102 : results_(results), type_(type), substr_(substr) {} in SingleFailureChecker()
2109 EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_); in ~SingleFailureChecker()

12