Searched defs:Run (Results 1 - 25 of 509) sorted by relevance

1234567891011>>

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_copy_insertion.cc30 StatusOr<bool> CpuCopyInsertion::Run(HloModule* module) { function in class:xla::CpuCopyInsertion
33 TF_ASSIGN_OR_RETURN(bool generic_changed, generic_copy_insertion.Run(module));
H A Dcpu_hlo_support_checker.cc25 StatusOr<bool> CpuHloSupportChecker::Run(HloModule* module) { function in class:xla::CpuHloSupportChecker
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_hlo_support_checker.cc25 StatusOr<bool> GpuHloSupportChecker::Run(HloModule* module) { function in class:xla::GpuHloSupportChecker
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dzero_sized_hlo_elimination.cc30 StatusOr<bool> ZeroSizedHloElimination::Run(HloModule* module) { function in class:xla::ZeroSizedHloElimination
H A Dhlo_subcomputation_unification.cc22 StatusOr<bool> HloSubcomputationUnification::Run(HloModule* module) { function in class:xla::HloSubcomputationUnification
H A Dhlo_constant_folding.cc37 StatusOr<bool> HloConstantFolding::Run(HloModule* module) { function in class:xla::HloConstantFolding
41 "HloConstantFolding::Run(), before:\n" + module->ToString());
87 XLA_VLOG_LINES(2, "HloConstantFolding::Run(), after:\n" + module->ToString());
H A Dhlo_dce.cc37 StatusOr<bool> HloDCE::Run(HloModule* module) { function in class:xla::HloDCE
H A Dtuple_simplifier.cc33 StatusOr<bool> TupleSimplifier::Run(HloModule* module) { function in class:xla::TupleSimplifier
/external/v8/src/crankshaft/
H A Dhydrogen-canonicalize.cc14 void HCanonicalizePhase::Run() { function in class:v8::internal::HCanonicalizePhase
H A Dhydrogen-dce.h19 void Run() { function in class:v8::internal::HDeadCodeEliminationPhase
H A Dhydrogen-sce.cc11 void HStackCheckEliminationPhase::Run() { function in class:v8::internal::HStackCheckEliminationPhase
/external/libbrillo/brillo/glib/
H A Dabstract_dbus_service.cc20 bool AbstractDbusService::Run() { function in class:brillo::dbus::AbstractDbusService
26 DLOG(INFO) << "Run() completed";
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
H A Ddrop_im2col_arrays.cc22 bool DropIm2colArrays::Run(Model* model, std::size_t op_index) { function in class:toco::DropIm2colArrays
H A Dremove_final_dequantize_op.cc28 bool RemoveFinalDequantizeOp::Run(Model* model, std::size_t op_index) { function in class:toco::RemoveFinalDequantizeOp
H A Dremove_tensorflow_identity.cc28 bool RemoveTensorFlowIdentity::Run(Model* model, std::size_t op_index) { function in class:toco::RemoveTensorFlowIdentity
H A Dremove_trivial_concatenation.cc28 bool RemoveTrivialConcatenation::Run(Model* model, std::size_t op_index) { function in class:toco::RemoveTrivialConcatenation
H A Dremove_unused_op.cc28 bool RemoveUnusedOp::Run(Model* model, std::size_t op_index) { function in class:toco::RemoveUnusedOp
H A Dresolve_mean_attributes.cc27 bool ResolveMeanAttributes::Run(Model* model, std::size_t op_index) { function in class:toco::ResolveMeanAttributes
H A Dresolve_squeeze_attributes.cc28 bool ResolveSqueezeAttributes::Run(Model* model, std::size_t op_index) { function in class:toco::ResolveSqueezeAttributes
H A Dresolve_tensorflow_merge.cc27 bool ResolveTensorFlowMerge::Run(Model* model, std::size_t op_index) { function in class:toco::ResolveTensorFlowMerge
H A Dconvert_trivial_addn_to_add.cc23 bool ConvertTrivialAddNToAdd::Run(Model* model, std::size_t op_index) { function in class:toco::ConvertTrivialAddNToAdd
/external/tensorflow/tensorflow/contrib/tensorboard/db/
H A Dschema.cc22 Status Run(Sqlite* db, const char* sql) { function in namespace:tensorflow::__anon26110
56 s.Update(Run(db, R"sql(
68 s.Update(Run(db, R"sql(
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(
158 // run_id: Optional ID of associated Run.
162 // tag_name: The tag field in summary.proto, unique across Run
[all...]
/external/v8/src/libplatform/
H A Dworker-thread.cc24 void WorkerThread::Run() { function in class:v8::platform::WorkerThread
26 task->Run();
/external/v8/tools/testrunner/local/
H A Dpool_unittest.py10 def Run(x): function
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)]):
/external/libbrillo/brillo/
H A Dbind_lambda.h23 // signatures and provides the RunType and Run() method required by
34 R Run(Args... args) { return lambda_(std::forward<Args>(args)...); } function in class:base::internal::LambdaAdapter
46 R Run(Args... args) { return lambda_(std::forward<Args>(args)...); } function in class:base::internal::LambdaAdapter

Completed in 553 milliseconds

1234567891011>>