Searched refs:RunInternal (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_domain_isolator.cc | 28 StatusOr<bool> RunInternal(HloModule* module, in RunInternal() function 71 return RunInternal(module, &creator); in Run()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | lower_while_op.cc | 70 return helper.RunInternal(); in Run() 81 Status RunInternal(); 210 Status LowerWhileHelper::RunInternal() { in RunInternal() function in tensorflow::__anon29a522e20111::LowerWhileHelper
|
D | direct_session.h | 266 ::tensorflow::Status RunInternal(
|
D | process_function_library_runtime.h | 391 void RunInternal(const FunctionLibraryRuntime::Options& opts,
|
D | process_function_library_runtime.cc | 1194 RunInternal(opts_copy, handle, comp_args.args, comp_rets, cleanup_items, in RunMultiDevice() 1469 RunInternal(new_opts, handle, local_args, function_rets, cleanup_items, in Run() 1473 void ProcessFunctionLibraryRuntime::RunInternal( in RunInternal() function in tensorflow::ProcessFunctionLibraryRuntime
|
D | direct_session.cc | 495 Status DirectSession::RunInternal( in RunInternal() function in tensorflow::DirectSession 893 TF_RETURN_IF_ERROR(RunInternal(step_id, run_options, &call_frame, in Run() 1991 TF_RETURN_IF_ERROR(RunInternal( in RunCallable()
|