Home
last modified time | relevance | path

Searched refs:CallFrameInterface (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dfunction.h258 class CallFrameInterface {
260 virtual ~CallFrameInterface() {} in ~CallFrameInterface()
275 class FunctionCallFrame : public CallFrameInterface {
647 CallFrameInterface* call_frame, DoneCallback done) = 0;
Dop_kernel.h68 class CallFrameInterface; variable
666 CallFrameInterface* call_frame = nullptr;
1085 CallFrameInterface* call_frame() const { return params_->call_frame; } in call_frame()
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.h88 CallFrameInterface* call_frame = nullptr;
Dfunction.cc185 void Run(const Options& opts, Handle handle, CallFrameInterface* call_frame,
244 CallFrameInterface* call_frame, in Run()
333 void Run(const Options& opts, Handle handle, CallFrameInterface* frame,
418 CallFrameInterface* frame,
932 const FunctionLibraryRuntime::Options& run_opts, CallFrameInterface* frame, in ExecutorArgsFromOptions()
1116 CallFrameInterface* frame, in Run()
Dfunction_threadpool_test.cc160 FunctionLibraryRuntime::Options opts, CallFrameInterface* frame, in Run()
Ddirect_session.h246 CallFrameInterface* call_frame,
Ddirect_session.cc463 CallFrameInterface* call_frame, in RunInternal()
1739 class DirectSession::RunCallableCallFrame : public CallFrameInterface {
Dexecutor.cc1260 CallFrameInterface* call_frame_;
Dfunction_test.cc258 FunctionLibraryRuntime::Options opts, CallFrameInterface* frame, in Run()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h228 CallFrameInterface* call_frame() const { return context_->call_frame(); } in call_frame()
/external/tensorflow/tensorflow/core/kernels/data/
Dmap_defun_op.cc166 class MapFunctionCallFrame : public CallFrameInterface {
Dsingle_threaded_executor_test.cc82 Status Run(CallFrameInterface* call_frame) { in Run()
Dcaptured_function.cc164 class CallFrameBase : public CallFrameInterface {