Searched refs:CallFrameInterface (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | function.h | 258 class CallFrameInterface { 260 virtual ~CallFrameInterface() {} in ~CallFrameInterface() 275 class FunctionCallFrame : public CallFrameInterface { 647 CallFrameInterface* call_frame, DoneCallback done) = 0;
|
D | op_kernel.h | 68 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/ |
D | executor.h | 88 CallFrameInterface* call_frame = nullptr;
|
D | function.cc | 185 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()
|
D | function_threadpool_test.cc | 160 FunctionLibraryRuntime::Options opts, CallFrameInterface* frame, in Run()
|
D | direct_session.h | 246 CallFrameInterface* call_frame,
|
D | direct_session.cc | 463 CallFrameInterface* call_frame, in RunInternal() 1739 class DirectSession::RunCallableCallFrame : public CallFrameInterface {
|
D | executor.cc | 1260 CallFrameInterface* call_frame_;
|
D | function_test.cc | 258 FunctionLibraryRuntime::Options opts, CallFrameInterface* frame, in Run()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_kernel.h | 228 CallFrameInterface* call_frame() const { return context_->call_frame(); } in call_frame()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | map_defun_op.cc | 166 class MapFunctionCallFrame : public CallFrameInterface {
|
D | single_threaded_executor_test.cc | 82 Status Run(CallFrameInterface* call_frame) { in Run()
|
D | captured_function.cc | 164 class CallFrameBase : public CallFrameInterface {
|