Home
last modified time | relevance | path

Searched refs:run_executor (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc116 TF_ASSIGN_OR_RETURN(se::StreamExecutor * run_executor, in ValidateExecutionOptions()
126 run_executor->GetDeviceDescription().name()); in ValidateExecutionOptions()
/external/v8/src/builtins/
Dbuiltins-promise-gen.cc837 if_targetismodified(this, Label::kDeferred), run_executor(this), in TF_BUILTIN() local
873 GotoIfNot(is_debug_active, &run_executor); in TF_BUILTIN()
875 Goto(&run_executor); in TF_BUILTIN()
878 BIND(&run_executor); in TF_BUILTIN()