Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_pass_pipeline.h116 static StatusOr<bool> RunHelper(HloPassInterface* pass, HloModule* module) { in RunHelper() function
121 static StatusOr<bool> RunHelper(HloPassInterface* pass, in RunHelper() function
Dhlo_pass_pipeline.cc128 StatusOr<bool> changed_status = RunHelper(invariant_checker.get(), hlo); in RunInvariantCheckers()
173 TF_ASSIGN_OR_RETURN(bool pass_changed, RunHelper(pass, hlo)); in RunPassesInternal()
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.h92 StatusOr<std::pair<ServiceExecutableRunOptions, StreamPool::Ptr>> RunHelper(
107 RunHelper(argument_shapes, run_options)); in AsyncCallAndBlockHostUntilDone()
Dlocal_client.cc119 LocalExecutable::RunHelper(const absl::Span<const Shape* const> argument_shapes, in RunHelper() function in xla::LocalExecutable
249 RunHelper(argument_shapes, run_options)); in RunAsync()
290 RunHelper(argument_host_shapes, run_options)); in RunAsync()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session.cc199 Status GrpcSession::RunHelper( in RunHelper() function in tensorflow::GrpcSession
292 return RunHelper(run_options, inputs, output_tensor_names, target_node_names, in Run()
346 return RunHelper(run_options, inputs, output_names, /* targets */ {}, outputs, in PRun()
Dgrpc_session.h132 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)));
/external/llvm-project/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp4784 …(RunHelper)(); // expected-warning {{calling function 'RunHelper' requires holding mutex 'M' excl… in Run()
4787 void RunHelper() EXCLUSIVE_LOCKS_REQUIRED(M);