/external/tensorflow/tensorflow/core/kernels/data/ |
D | single_threaded_executor_test.cc | 82 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 …]
|
D | map_defun_op.cc | 113 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()
|
D | single_threaded_executor.cc | 216 params.call_frame = args.call_frame; in RunAsync()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_kernel.h | 228 CallFrameInterface* call_frame() const { return context_->call_frame(); } in call_frame() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sendrecv_ops.cc | 44 if (hostmem_sendrecv && ctx->call_frame() != nullptr) { in GetFrameAndIter() 49 return FrameAndIter(reinterpret_cast<uint64>(ctx->call_frame()), 0); in GetFrameAndIter()
|
D | function_ops.cc | 44 auto frame = ctx->call_frame(); in Compute() 66 auto frame = ctx->call_frame(); in Compute()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | retval_op.cc | 48 auto frame = ctx->call_frame(); in Compile()
|
D | arg_op.cc | 40 auto frame = ctx->call_frame(); in Compile()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session.cc | 463 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()
|
D | executor.h | 88 CallFrameInterface* call_frame = nullptr; member
|
D | direct_session.h | 246 CallFrameInterface* call_frame,
|
D | function.cc | 185 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()
|
D | executor.cc | 1393 call_frame_(args.call_frame), in ExecutorState() 1634 params.call_frame = call_frame_; in Process()
|
D | function_test.cc | 108 exec_args.call_frame = &frame; in Run()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-01-16-SchedulerBug.ll | 11 define fastcc %XXV* @bar(%CF* %call_frame, %XXV** %exception) nounwind {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2009-01-16-SchedulerBug.ll | 11 define fastcc %XXV* @bar(%CF* %call_frame, %XXV** %exception) nounwind {
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-01-16-SchedulerBug.ll | 11 define fastcc %XXV* @bar(%CF* %call_frame, %XXV** %exception) nounwind {
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.h | 666 CallFrameInterface* call_frame = nullptr; member 1085 CallFrameInterface* call_frame() const { return params_->call_frame; } in call_frame() function
|
D | function.h | 647 CallFrameInterface* call_frame, DoneCallback done) = 0;
|
/external/libchrome/third_party/jinja2/ |
D | compiler.py | 1187 call_frame, macro_ref = self.macro_body(node, frame) 1189 self.macro_def(macro_ref, call_frame)
|