Searched refs:CallFrameInterface (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | function.h | 271 class CallFrameInterface { 273 virtual ~CallFrameInterface() {} in ~CallFrameInterface() 300 class FunctionCallFrame : public CallFrameInterface { 826 CallFrameInterface* call_frame, DoneCallback done) = 0; 832 CallFrameInterface* call_frame) = 0;
|
D | op_kernel.h | 71 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/ |
D | function.cc | 166 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()
|
D | executor.h | 99 CallFrameInterface* call_frame = nullptr;
|
D | process_function_library_runtime.h | 188 FunctionLibraryRuntime::Handle handle, CallFrameInterface* frame, 201 CallFrameInterface* frame) const;
|
D | function_threadpool_test.cc | 165 FunctionLibraryRuntime::Options opts, CallFrameInterface* frame, in Run()
|
D | direct_session.h | 268 CallFrameInterface* call_frame, ExecutorsAndKeys* executors_and_keys,
|
D | process_function_library_runtime.cc | 1569 FunctionLibraryRuntime::Handle handle, CallFrameInterface* frame, in Run() 1629 FunctionLibraryRuntime::Handle handle, CallFrameInterface* frame) const { in RunSync()
|
D | direct_session.cc | 497 CallFrameInterface* call_frame, ExecutorsAndKeys* executors_and_keys, in RunInternal() 1860 class DirectSession::RunCallableCallFrame : public CallFrameInterface {
|
D | executor.cc | 363 CallFrameInterface* call_frame_;
|
D | function_test.cc | 266 FunctionLibraryRuntime::Options opts, CallFrameInterface* frame, in Run() 440 class ConsumeArgumentCallFrame : public CallFrameInterface {
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_kernel.h | 256 CallFrameInterface* call_frame() const { return context_->call_frame(); } in call_frame()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | map_defun_op.cc | 76 class MapDefunOp::MapFunctionCallFrame : public CallFrameInterface {
|
D | single_threaded_executor_test.cc | 84 Status Run(CallFrameInterface* call_frame) { in Run()
|
D | captured_function.cc | 276 class CallFrameBase : public CallFrameInterface {
|
/external/tensorflow/tensorflow/core/kernels/ |
D | functional_ops.cc | 448 class BodyFuncCallFrame : public CallFrameInterface {
|