Home
last modified time | relevance | path

Searched refs:call_frame (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dsingle_threaded_executor_test.cc82 Status Run(CallFrameInterface* call_frame) { in Run() argument
84 args.call_frame = call_frame; in Run()
149 FunctionCallFrame call_frame({DT_FLOAT, DT_FLOAT}, {DT_FLOAT}); in TEST_F() local
150 TF_ASSERT_OK(call_frame.SetArgs({V(1.0), V(1.0)})); in TEST_F()
151 TF_ASSERT_OK(Run(&call_frame)); in TEST_F()
153 TF_ASSERT_OK(call_frame.ConsumeRetvals(&retvals, false)); in TEST_F()
176 FunctionCallFrame call_frame({DT_FLOAT}, {DT_FLOAT}); in TEST_F() local
178 TF_ASSERT_OK(call_frame.SetArgs({V(1.0)})); in TEST_F()
179 TF_ASSERT_OK(Run(&call_frame)); in TEST_F()
181 TF_ASSERT_OK(call_frame.ConsumeRetvals(&retvals, false)); in TEST_F()
[all …]
Dmap_defun_op.cc113 auto* call_frame = new MapFunctionCallFrame(compute_opts, this, i); in ComputeAsync() local
116 ctx->function_library()->Run(opts, func_handle_, call_frame, in ComputeAsync()
117 [call_frame, refcounted, c_mgr, parent_mgr, in ComputeAsync()
121 delete call_frame; in ComputeAsync()
Dsingle_threaded_executor.cc216 params.call_frame = args.call_frame; in RunAsync()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h228 CallFrameInterface* call_frame() const { return context_->call_frame(); } in call_frame() function
/external/tensorflow/tensorflow/core/kernels/
Dsendrecv_ops.cc44 if (hostmem_sendrecv && ctx->call_frame() != nullptr) { in GetFrameAndIter()
49 return FrameAndIter(reinterpret_cast<uint64>(ctx->call_frame()), 0); in GetFrameAndIter()
Dfunction_ops.cc44 auto frame = ctx->call_frame(); in Compute()
66 auto frame = ctx->call_frame(); in Compute()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dretval_op.cc48 auto frame = ctx->call_frame(); in Compile()
Darg_op.cc40 auto frame = ctx->call_frame(); in Compile()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc463 CallFrameInterface* call_frame, in RunInternal() argument
528 args.call_frame = call_frame; in RunInternal()
761 FunctionCallFrame call_frame(executors_and_keys->input_types, in Run() local
775 const Status s = call_frame.SetArgs(feed_args); in Run()
788 TF_RETURN_IF_ERROR(RunInternal(step_id, run_options, &call_frame, in Run()
794 const Status s = call_frame.ConsumeRetvals( in Run()
1831 RunCallableCallFrame call_frame(this, executors_and_keys.get(), &feed_tensors, in RunCallable() local
1840 &call_frame, executors_and_keys.get(), run_metadata)); in RunCallable()
Dexecutor.h88 CallFrameInterface* call_frame = nullptr; member
Ddirect_session.h246 CallFrameInterface* call_frame,
Dfunction.cc185 void Run(const Options& opts, Handle handle, CallFrameInterface* call_frame,
244 CallFrameInterface* call_frame, in Run() argument
246 base_flr_->Run(opts, handle, call_frame, std::move(done)); in Run()
946 exec_args->call_frame = frame; in ExecutorArgsFromOptions()
Dexecutor.cc1393 call_frame_(args.call_frame), in ExecutorState()
1634 params.call_frame = call_frame_; in Process()
Dfunction_test.cc108 exec_args.call_frame = &frame; in Run()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2009-01-16-SchedulerBug.ll11 define fastcc %XXV* @bar(%CF* %call_frame, %XXV** %exception) nounwind {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2009-01-16-SchedulerBug.ll11 define fastcc %XXV* @bar(%CF* %call_frame, %XXV** %exception) nounwind {
/external/llvm/test/CodeGen/X86/
D2009-01-16-SchedulerBug.ll11 define fastcc %XXV* @bar(%CF* %call_frame, %XXV** %exception) nounwind {
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h666 CallFrameInterface* call_frame = nullptr; member
1085 CallFrameInterface* call_frame() const { return params_->call_frame; } in call_frame() function
Dfunction.h647 CallFrameInterface* call_frame, DoneCallback done) = 0;
/external/libchrome/third_party/jinja2/
Dcompiler.py1187 call_frame, macro_ref = self.macro_body(node, frame)
1189 self.macro_def(macro_ref, call_frame)