Home
last modified time | relevance | path

Searched refs:exec_args (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc240 Executor::Args* exec_args, Item* item, DoneCallback done);
670 Executor::Args* exec_args, in RunRemote() argument
672 DCHECK(exec_args->call_frame == nullptr); in RunRemote()
679 delete exec_args; in RunRemote()
687 delete exec_args; in RunRemote()
695 exec_args->call_frame = frame; in RunRemote()
698 delete exec_args; in RunRemote()
713 exec_args](const Status& status) { in RunRemote()
721 delete exec_args; in RunRemote()
726 *exec_args, [item, frame, rets, done, source_device, target_device, in RunRemote()
[all …]
Dfunction_test.cc99 Executor::Args exec_args; in Run() local
100 exec_args.call_frame = &frame; in Run()
101 exec_args.runner = test::function::FunctionTestSchedClosure; in Run()
102 TF_CHECK_OK(exec_->Run(exec_args)); in Run()
/external/llvm/bindings/go/llvm/
Dexecutionengine_test.go91 exec_args := []GenericValue{NewGenericValueFromInt(Int32Type(), 10, false)}
92 exec_res := engine.RunFunction(fac, exec_args)
/external/v8/src/
Dd8-posix.cc263 const ExecArgs& exec_args) { in ExecSubprocess() argument
270 execvp(exec_args.arg0(), exec_args.arg_array()); in ExecSubprocess()
493 ExecArgs exec_args; in System() local
494 if (!exec_args.Init(args.GetIsolate(), args[0], command_args)) { in System()
515 ExecSubprocess(exec_error_fds, stdout_fds, exec_args); in System()