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

  /external/ceres-solver/internal/ceres/
covariance.cc 48 bool Covariance::Compute(
51 return impl_->Compute(covariance_blocks, problem->problem_impl_.get());
covariance_impl.cc 89 bool CovarianceImpl::Compute(const CovarianceBlocks& covariance_blocks,
104 << "Covariance::GetCovarianceBlock called before Covariance::Compute";
106 << "Covariance::GetCovarianceBlock called when Covariance::Compute "
266 // Compute the number of rows. Map each parameter block to the
279 // Compute the number of non-zeros in the covariance matrix. Along
469 // Compute a Q-less QR factorization of the Jacobian. Since we are
606 // Compute the squared inverse of the singular values. Truncate the
697 // Compute the inverse column permutation used by QR factorization.
  /external/gemmlowp/internal/
compute.h 15 // compute.h: the central stage of the Gemm computation, operates
17 // to compute a block of the product.
51 void Compute() {
90 void Compute(const KernelBase& kernel, const BlockParams& block_params,
93 ScopedProfilingLabel label("compute");
97 impl.Compute();
  /external/v8/src/heap/
gc-idle-time-handler.cc 155 GCIdleTimeAction GCIdleTimeHandler::Compute(double idle_time_in_ms,
  /external/gmock/src/
gmock-matchers.cc 207 ElementMatcherPairs Compute() {
309 return MaxBipartiteMatchState(g).Compute();
  /build/tools/releasetools/
blockimgdiff.py 300 def Compute(self, prefix):
633 # Compute the maximum blocks available for stash based on /cache size and
642 # Now go through all the commands. Compute the required stash size on the
    [all...]
  /external/gmock/test/
gmock-matchers_test.cc     [all...]
  /art/compiler/optimizing/
nodes.h 350 // Iterate over blocks to compute try block membership. Needs reverse post
    [all...]

Completed in 141 milliseconds