HomeSort by relevance Sort by last modified time
    Searched refs:call_frame (Results 1 - 18 of 18) sorted by null

  /external/tensorflow/tensorflow/core/kernels/data/
single_threaded_executor_test.cc 82 Status Run(CallFrameInterface* call_frame) {
84 args.call_frame = call_frame;
149 FunctionCallFrame call_frame({DT_FLOAT, DT_FLOAT}, {DT_FLOAT});
150 TF_ASSERT_OK(call_frame.SetArgs({V(1.0), V(1.0)}));
151 TF_ASSERT_OK(Run(&call_frame));
153 TF_ASSERT_OK(call_frame.ConsumeRetvals(&retvals, false));
176 FunctionCallFrame call_frame({DT_FLOAT}, {DT_FLOAT});
178 TF_ASSERT_OK(call_frame.SetArgs({V(1.0)}));
179 TF_ASSERT_OK(Run(&call_frame));
    [all...]
map_defun_op.cc 113 auto* call_frame = new MapFunctionCallFrame(compute_opts, this, i); variable
116 ctx->function_library()->Run(opts, func_handle_, call_frame,
117 [call_frame, refcounted, c_mgr, parent_mgr,
121 delete call_frame;
single_threaded_executor.cc 216 params.call_frame = args.call_frame;
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
retval_op.cc 48 auto frame = ctx->call_frame();
arg_op.cc 40 auto frame = ctx->call_frame();
  /external/tensorflow/tensorflow/core/common_runtime/
executor.h 72 // RunAsync() is provided a "call_frame", if the executor is used
88 CallFrameInterface* call_frame = nullptr; member in struct:tensorflow::Executor::Args
direct_session.cc 463 CallFrameInterface* call_frame,
528 args.call_frame = call_frame;
761 FunctionCallFrame call_frame(executors_and_keys->input_types,
775 const Status s = call_frame.SetArgs(feed_args);
788 TF_RETURN_IF_ERROR(RunInternal(step_id, run_options, &call_frame,
794 const Status s = call_frame.ConsumeRetvals(
    [all...]
direct_session.h 246 CallFrameInterface* call_frame,
function.cc 185 void Run(const Options& opts, Handle handle, CallFrameInterface* call_frame,
244 CallFrameInterface* call_frame,
246 base_flr_->Run(opts, handle, call_frame, std::move(done));
    [all...]
executor.cc     [all...]
function_test.cc 108 exec_args.call_frame = &frame;
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_op_kernel.h 227 // call_frame() returns the call frame for the function call.
228 CallFrameInterface* call_frame() const { return context_->call_frame(); } function in class:tensorflow::XlaOpKernelContext
  /external/tensorflow/tensorflow/core/kernels/
sendrecv_ops.cc 44 if (hostmem_sendrecv && ctx->call_frame() != nullptr) {
49 return FrameAndIter(reinterpret_cast<uint64>(ctx->call_frame()), 0);
function_ops.cc 44 auto frame = ctx->call_frame();
66 auto frame = ctx->call_frame();
  /external/tensorflow/tensorflow/core/framework/
op_kernel.h 666 CallFrameInterface* call_frame = nullptr; member in struct:tensorflow::OpKernelContext::Params
1085 CallFrameInterface* call_frame() const { return params_->call_frame; } function in class:tensorflow::OpKernelContext
    [all...]
function.h 647 CallFrameInterface* call_frame, DoneCallback done) = 0;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regint.h 731 } call_frame; member in union:_OnigStackType::__anon9284
regexec.c 675 stk->u.call_frame.ret_addr = (pat);\
963 (addr) = k->u.call_frame.ret_addr;\
    [all...]

Completed in 754 milliseconds