Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_pass_pipeline.h106 static StatusOr<bool> RunHelper(HloPassInterface* pass, HloModule* module) { in RunHelper() function
109 static StatusOr<bool> RunHelper(HloPassInterface* pass, in RunHelper() function
Dhlo_pass_pipeline.cc39 StatusOr<bool> changed_status = RunHelper(invariant_checker.get(), hlo); in RunInvariantCheckers()
69 TF_ASSIGN_OR_RETURN(bool pass_changed, RunHelper(pass, hlo)); in RunPassesInternal()
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc119 LocalExecutable::RunHelper(const absl::Span<const Shape* const> argument_shapes, in RunHelper() function in xla::LocalExecutable
180 RunHelper(argument_shapes, run_options)); in Run()
240 RunHelper(argument_shapes, run_options)); in RunAsync()
283 RunHelper(argument_host_shapes, run_options)); in RunAsync()
Dlocal_client.h85 StatusOr<std::pair<ServiceExecutableRunOptions, StreamPool::Ptr>> RunHelper(
/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)));