Home
last modified time | relevance | path

Searched refs:RunInternal (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_domain_isolator.cc28 StatusOr<bool> RunInternal(HloModule* module, in RunInternal() function
71 return RunInternal(module, &creator); in Run()
/external/tensorflow/tensorflow/core/common_runtime/
Dlower_while_op.cc70 return helper.RunInternal(); in Run()
81 Status RunInternal();
210 Status LowerWhileHelper::RunInternal() { in RunInternal() function in tensorflow::__anon29a522e20111::LowerWhileHelper
Ddirect_session.h266 ::tensorflow::Status RunInternal(
Dprocess_function_library_runtime.h391 void RunInternal(const FunctionLibraryRuntime::Options& opts,
Dprocess_function_library_runtime.cc1194 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
Ddirect_session.cc495 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()