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

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_hlo_support_checker.cc 25 StatusOr<bool> CpuHloSupportChecker::Run(HloModule* module) {
cpu_copy_insertion.cc 30 StatusOr<bool> CpuCopyInsertion::Run(HloModule* module) {
33 TF_ASSIGN_OR_RETURN(bool generic_changed, generic_copy_insertion.Run(module));
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_hlo_support_checker.cc 25 StatusOr<bool> GpuHloSupportChecker::Run(HloModule* module) {
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_subcomputation_unification.cc 22 StatusOr<bool> HloSubcomputationUnification::Run(HloModule* module) {
zero_sized_hlo_elimination.cc 30 StatusOr<bool> ZeroSizedHloElimination::Run(HloModule* module) {
hlo_constant_folding.cc 37 StatusOr<bool> HloConstantFolding::Run(HloModule* module) {
41 "HloConstantFolding::Run(), before:\n" + module->ToString());
87 XLA_VLOG_LINES(2, "HloConstantFolding::Run(), after:\n" + module->ToString());
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
drop_im2col_arrays.cc 22 bool DropIm2colArrays::Run(Model* model, std::size_t op_index) {
remove_tensorflow_identity.cc 28 bool RemoveTensorFlowIdentity::Run(Model* model, std::size_t op_index) {
remove_trivial_concatenation.cc 28 bool RemoveTrivialConcatenation::Run(Model* model, std::size_t op_index) {
resolve_mean_attributes.cc 27 bool ResolveMeanAttributes::Run(Model* model, std::size_t op_index) {
resolve_squeeze_attributes.cc 28 bool ResolveSqueezeAttributes::Run(Model* model, std::size_t op_index) {
resolve_tensorflow_merge.cc 27 bool ResolveTensorFlowMerge::Run(Model* model, std::size_t op_index) {
remove_final_dequantize_op.cc 28 bool RemoveFinalDequantizeOp::Run(Model* model, std::size_t op_index) {
remove_unused_op.cc 28 bool RemoveUnusedOp::Run(Model* model, std::size_t op_index) {
  /prebuilts/go/darwin-x86/misc/swig/callback/
callback.go 9 func (p *GoCallback) Run() string {
10 return "GoCallback.Run"
  /prebuilts/go/linux-x86/misc/swig/callback/
callback.go 9 func (p *GoCallback) Run() string {
10 return "GoCallback.Run"
  /system/update_engine/scripts/update_payload/
block_tracer.py 13 tracer.Run(...)
97 def Run(self, block, skip, trace_out_file, is_kernel):
  /test/framework/harnesses/host_controller/command_processor/
command_copy.py 37 def Run(self, arg_line):
command_info.py 35 def Run(self, arg_line):
  /external/autotest/server/cros/ap_configurators/
fetch_prebuilt_pyauto.py 6 """Fetch prebuilt binaries to run PyAuto.
36 """Util class to fetch prebuilt binaries to run PyAuto."""
130 def Run(self):
214 sys.exit(FetchPrebuilt().Run())
  /external/libbrillo/brillo/glib/
abstract_dbus_service.cc 20 bool AbstractDbusService::Run() {
22 LOG(ERROR) << "No run loop. Call Initialize before use.";
26 DLOG(INFO) << "Run() completed";
  /external/tensorflow/tensorflow/contrib/tensorboard/db/
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/v8/src/crankshaft/
hydrogen-canonicalize.cc 14 void HCanonicalizePhase::Run() {
hydrogen-dce.h 19 void Run() {
  /external/v8/tools/testrunner/local/
pool_unittest.py 10 def Run(x):
19 for result in pool.imap_unordered(Run, [[x] for x in range(0, 10)]):
27 for result in pool.imap_unordered(Run, [[x] for x in range(0, 12)]):
37 for result in pool.imap_unordered(Run, [[x] for x in range(0, 10)]):

Completed in 1038 milliseconds

1 2 3 4 5 6 7 8 91011>>