Home
last modified time | relevance | path

Searched refs:RunHelper (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_pass_pipeline.h96 static StatusOr<bool> RunHelper(HloPassInterface* pass, HloModule* module) { in RunHelper() function
99 static StatusOr<bool> RunHelper(HloPassInterface* pass, in RunHelper() function
Dhlo_pass_pipeline.cc39 StatusOr<bool> changed_status = RunHelper(invariant_checker.get(), hlo); in RunInvariantCheckers()
65 TF_ASSIGN_OR_RETURN(bool pass_changed, RunHelper(pass, hlo)); in RunPassesInternal()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session.cc182 Status GrpcSession::RunHelper( in RunHelper() function in tensorflow::GrpcSession
275 return RunHelper(run_options, inputs, output_tensor_names, target_node_names, in Run()
329 return RunHelper(run_options, inputs, output_names, /* targets */ {}, outputs, in PRun()
Dgrpc_session.h126 Status RunHelper(const RunOptions& run_options,
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp4386 …(RunHelper)(); // expected-warning {{calling function 'RunHelper' requires holding mutex 'M' excl… in Run()
4389 void RunHelper() __attribute__((exclusive_locks_required(M)));