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

  /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(int depth) {
92 void Compute(const KernelBase& kernel, const BlockParams& block_params,
95 ScopedProfilingLabel label("compute");
99 impl.Compute(depth);
  /external/v8/src/heap/
gc-idle-time-handler.cc 122 GCIdleTimeAction GCIdleTimeHandler::Compute(double idle_time_in_ms,
  /build/make/tools/releasetools/
blockimgdiff.py 315 def Compute(self, prefix):
569 # Compute the maximum blocks available for stash based on /cache size and
580 # Now go through all the commands. Compute the required stash size on the
    [all...]
  /external/googletest/googlemock/src/
gmock-matchers.cc 207 ElementMatcherPairs Compute() {
309 return MaxBipartiteMatchState(g).Compute();
  /external/v8/testing/gmock/src/
gmock-matchers.cc 207 ElementMatcherPairs Compute() {
309 return MaxBipartiteMatchState(g).Compute();
  /external/libtextclassifier/common/
feature-extractor.h 323 // or Compute() on that object.
327 // default implementation delegates to Compute(), adding a single value if
331 FeatureValue value = Compute(workspaces, object, args..., result);
338 virtual FeatureValue Compute(const WorkspaceSet &workspaces,
379 // Compute, since the nested functions may be of a different type.
511 FeatureValue Compute(const WorkspaceSet &workspaces, const OBJ &object,
516 return this->nested()[0]->Compute(workspaces, object, focus, args...,
552 FeatureValue Compute(const WorkspaceSet &workspaces, const OBJ &object,
556 return this->nested()[0]->Compute(workspaces, object, args..., result);
  /external/toolchain-utils/cros_utils/
tabulator.py 252 def Compute(self, cell, values, baseline_values):
253 """Compute the result given a list of values and baseline values.
296 def Compute(self, cell, values, baseline_values):
309 def Compute(self, cell, values, baseline_values):
329 f.Compute(tmp_cell)
557 def Compute(self, cell):
810 column.result.Compute(cell, values, baseline)
811 column.fmt.Compute(cell)
816 column.result.Compute(cell, values, baseline)
817 column.fmt.Compute(cell
    [all...]
  /external/googletest/googlemock/test/
gmock-matchers_test.cc     [all...]
  /external/v8/testing/gmock/test/
gmock-matchers_test.cc     [all...]
  /art/compiler/optimizing/
nodes.h 383 // Iterate over blocks to compute try block membership. Needs reverse post
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-workspaces/1.11.18/
aws-java-sdk-workspaces-1.11.18.jar 

Completed in 741 milliseconds