Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.h271 class CallFrameInterface {
273 virtual ~CallFrameInterface() {} in ~CallFrameInterface()
300 class FunctionCallFrame : public CallFrameInterface {
826 CallFrameInterface* call_frame, DoneCallback done) = 0;
832 CallFrameInterface* call_frame) = 0;
Dop_kernel.h71 class CallFrameInterface; variable
684 CallFrameInterface* call_frame = nullptr;
1127 CallFrameInterface* call_frame() const { return params_->call_frame; } in call_frame()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc166 void Run(const Options& opts, Handle handle, CallFrameInterface* call_frame,
173 CallFrameInterface* frame) override;
240 CallFrameInterface* call_frame, in Run()
252 CallFrameInterface* call_frame) { in RunSync()
349 void Run(const Options& opts, Handle handle, CallFrameInterface* frame,
354 CallFrameInterface* call_frame) override;
452 CallFrameInterface* frame,
979 const FunctionLibraryRuntime::Options& run_opts, CallFrameInterface* frame, in ExecutorArgsFromOptions()
1172 CallFrameInterface* frame, in Run()
1291 CallFrameInterface* call_frame) { in RunSync()
Dexecutor.h99 CallFrameInterface* call_frame = nullptr;
Dprocess_function_library_runtime.h188 FunctionLibraryRuntime::Handle handle, CallFrameInterface* frame,
201 CallFrameInterface* frame) const;
Dfunction_threadpool_test.cc165 FunctionLibraryRuntime::Options opts, CallFrameInterface* frame, in Run()
Ddirect_session.h268 CallFrameInterface* call_frame, ExecutorsAndKeys* executors_and_keys,
Dprocess_function_library_runtime.cc1569 FunctionLibraryRuntime::Handle handle, CallFrameInterface* frame, in Run()
1629 FunctionLibraryRuntime::Handle handle, CallFrameInterface* frame) const { in RunSync()
Ddirect_session.cc497 CallFrameInterface* call_frame, ExecutorsAndKeys* executors_and_keys, in RunInternal()
1860 class DirectSession::RunCallableCallFrame : public CallFrameInterface {
Dexecutor.cc363 CallFrameInterface* call_frame_;
Dfunction_test.cc266 FunctionLibraryRuntime::Options opts, CallFrameInterface* frame, in Run()
440 class ConsumeArgumentCallFrame : public CallFrameInterface {
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h256 CallFrameInterface* call_frame() const { return context_->call_frame(); } in call_frame()
/external/tensorflow/tensorflow/core/kernels/data/
Dmap_defun_op.cc76 class MapDefunOp::MapFunctionCallFrame : public CallFrameInterface {
Dsingle_threaded_executor_test.cc84 Status Run(CallFrameInterface* call_frame) { in Run()
Dcaptured_function.cc276 class CallFrameBase : public CallFrameInterface {
/external/tensorflow/tensorflow/core/kernels/
Dfunctional_ops.cc448 class BodyFuncCallFrame : public CallFrameInterface {