HomeSort by relevance Sort by last modified time
    Searched refs:Run (Results 1 - 25 of 2158) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/summary/
schema.cc 22 Status Run(Sqlite* db, const char* sql) {
56 s.Update(Run(db, R"sql(
68 s.Update(Run(db, R"sql(
88 // wall time around when tf.Session.run finished. In the new
91 // by adding the monotonic run duration to Run.started_time.
105 s.Update(Run(db, R"sql(
117 s.Update(Run(db, R"sql(
139 s.Update(Run(db, R"sql(
148 s.Update(Run(db, R"sql
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/
increase_dynamism_for_auto_jit_pass.h 52 Status Run(const GraphOptimizationPassOptions& options) override;
partially_decluster_pass.h 30 Status Run(const GraphOptimizationPassOptions& options) override;
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_performance_test.h 26 static int64_t Run(int runtime_ms, int lossrate, double drift_factor);
  /external/libchrome/base/
barrier_closure.cc 20 void Run();
31 void BarrierInfo::Run() {
34 std::move(done_closure_).Run();
44 std::move(done_closure).Run();
47 &BarrierInfo::Run,
  /external/google-benchmark/src/
benchmark_runner.h 36 std::vector<BenchmarkReporter::Run> non_aggregates;
37 std::vector<BenchmarkReporter::Run> aggregates_only;
45 std::vector<BenchmarkReporter::Run>* complexity_reports);
benchmark_api_internal.cc 6 State BenchmarkInstance::Run(
10 benchmark->Run(st);
complexity.h 30 std::vector<BenchmarkReporter::Run> ComputeBigO(
31 const std::vector<BenchmarkReporter::Run>& reports);
statistics.h 28 std::vector<BenchmarkReporter::Run> ComputeStats(
29 const std::vector<BenchmarkReporter::Run>& reports);
  /external/libcxx/utils/google-benchmark/src/
benchmark_runner.h 36 std::vector<BenchmarkReporter::Run> non_aggregates;
37 std::vector<BenchmarkReporter::Run> aggregates_only;
45 std::vector<BenchmarkReporter::Run>* complexity_reports);
  /external/webrtc/webrtc/modules/audio_coding/test/
TestAllCodecs.cc 82 // Only run mono for all test cases.
163 Run(channel_a_to_b_);
165 Run(channel_a_to_b_);
167 Run(channel_a_to_b_);
169 Run(channel_a_to_b_);
171 Run(channel_a_to_b_);
173 Run(channel_a_to_b_);
184 Run(channel_a_to_b_);
186 Run(channel_a_to_b_);
188 Run(channel_a_to_b_)
    [all...]
  /external/libvpx/libvpx/test/
bench.h 14 // Number of iterations used to compute median run time.
24 virtual void Run() = 0;
  /external/pdfium/testing/tools/
run_javascript_tests.py 12 return runner.Run()
  /external/tensorflow/tensorflow/compiler/xla/service/
conditional_simplifier.h 31 StatusOr<bool> Run(HloModule* module) override;
dynamic_padder.h 39 StatusOr<bool> Run(HloModule* module) override;
flatten_call_graph.h 35 StatusOr<bool> Run(HloModule* module) override;
hlo_constant_folding.h 30 // Run constant folding operations on the given module. Returns whether the
32 StatusOr<bool> Run(HloModule* module) override;
hlo_get_dimension_size_rewriter.h 33 StatusOr<bool> Run(HloModule* module) override;
hlo_subcomputation_unification.h 31 StatusOr<bool> Run(HloModule* module) override;
reshape_mover.h 31 StatusOr<bool> Run(HloModule* module) override;
sort_simplifier.h 30 StatusOr<bool> Run(HloModule* module) override;
zero_sized_hlo_elimination.h 26 StatusOr<bool> Run(HloModule* module) override;
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_copy_insertion.h 37 StatusOr<bool> Run(HloModule* module) override;
  /external/v8/src/compiler/
store-store-elimination.h 18 static void Run(JSGraph* js_graph, Zone* temp_zone);
  /external/webrtc/webrtc/test/
run_all_unittests.cc 15 return test_suite.Run();

Completed in 1472 milliseconds

1 2 3 4 5 6 7 8 91011>>