Searched refs:RunHelper (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_pass_pipeline.h | 116 static StatusOr<bool> RunHelper(HloPassInterface* pass, HloModule* module) { in RunHelper() function 121 static StatusOr<bool> RunHelper(HloPassInterface* pass, in RunHelper() function
|
D | hlo_pass_pipeline.cc | 128 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/ |
D | local_client.h | 92 StatusOr<std::pair<ServiceExecutableRunOptions, StreamPool::Ptr>> RunHelper( 107 RunHelper(argument_shapes, run_options)); in AsyncCallAndBlockHostUntilDone()
|
D | local_client.cc | 119 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/ |
D | grpc_session.cc | 199 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()
|
D | grpc_session.h | 132 Status RunHelper(const RunOptions& run_options,
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 4386 …(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/ |
D | warn-thread-safety-analysis.cpp | 4784 …(RunHelper)(); // expected-warning {{calling function 'RunHelper' requires holding mutex 'M' excl… in Run() 4787 void RunHelper() EXCLUSIVE_LOCKS_REQUIRED(M);
|