/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() 150 FunctionCallFrame call_frame({DT_FLOAT, DT_FLOAT}, {DT_FLOAT}); in TEST_F() local 151 TF_ASSERT_OK(call_frame.SetArgs({V(1.0), V(2.0)})); in TEST_F() 152 TF_ASSERT_OK(Run(&call_frame)); in TEST_F() 154 TF_ASSERT_OK(call_frame.ConsumeRetvals(&retvals, false)); in TEST_F() 177 FunctionCallFrame call_frame({DT_FLOAT}, {DT_FLOAT}); in TEST_F() local 179 TF_ASSERT_OK(call_frame.SetArgs({V(1.0)})); in TEST_F() 180 TF_ASSERT_OK(Run(&call_frame)); in TEST_F() 182 TF_ASSERT_OK(call_frame.ConsumeRetvals(&retvals, false)); in TEST_F() [all …]
|
D | single_threaded_executor.cc | 251 params.call_frame = args.call_frame; in Run() 273 args.call_frame ? args.call_frame->num_args() : 0; in Run() 288 TF_CHECK_OK(args.call_frame->GetArg(i, &arg)); in Run()
|
D | map_defun_op.cc | 212 auto* call_frame = new MapFunctionCallFrame(compute_opts, this, i); in ComputeAsync() local 216 opts, func_handle_, call_frame, in ComputeAsync() 217 [call_frame, refcounted, c_mgr](const Status& func_status) { in ComputeAsync() 219 delete call_frame; in ComputeAsync()
|
D | dataset_test_base.cc | 458 exec_args.call_frame = &frame; in RunFunction()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_kernel.h | 244 CallFrameInterface* call_frame() const { return context_->call_frame(); } in call_frame() function
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | retval_op.cc | 50 auto frame = ctx->call_frame(); in Compile()
|
D | arg_op.cc | 40 auto frame = ctx->call_frame(); in Compile()
|
/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 | 45 auto frame = ctx->call_frame(); in Compute() 67 auto frame = ctx->call_frame(); in Compute()
|
/external/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/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session.cc | 494 CallFrameInterface* call_frame, ExecutorsAndKeys* executors_and_keys, in RunInternal() argument 631 args.call_frame = call_frame; in RunInternal() 852 FunctionCallFrame call_frame(executors_and_keys->input_types, in Run() local 866 const Status s = call_frame.SetArgs(feed_args); in Run() 879 TF_RETURN_IF_ERROR(RunInternal(step_id, run_options, &call_frame, in Run() 886 const Status s = call_frame.ConsumeRetvals( in Run() 1954 RunCallableCallFrame call_frame(this, executors_and_keys.get(), &feed_tensors, in RunCallable() local 1962 step_id, executors_and_keys->callable_options.run_options(), &call_frame, in RunCallable()
|
D | executor.h | 93 CallFrameInterface* call_frame = nullptr; member
|
D | direct_session.h | 268 CallFrameInterface* call_frame, ExecutorsAndKeys* executors_and_keys,
|
D | function.cc | 187 void Run(const Options& opts, Handle handle, CallFrameInterface* call_frame, 254 CallFrameInterface* call_frame, in Run() argument 256 base_flr_->Run(opts, handle, call_frame, std::move(done)); in Run() 1012 exec_args->call_frame = frame; in ExecutorArgsFromOptions()
|
D | executor.cc | 1466 call_frame_(args.call_frame), in ExecutorState() 1721 params.call_frame = call_frame_; in Process()
|
D | function_test.cc | 115 exec_args.call_frame = &frame; in Run()
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.h | 717 CallFrameInterface* call_frame = nullptr; member 1137 CallFrameInterface* call_frame() const { return params_->call_frame; } in call_frame() function
|
D | function.h | 723 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)
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_event_mgr_test.cc | 437 params->call_frame = nullptr; in PrepOpKernel()
|