Home
last modified time | relevance | path

Searched defs:call_frame (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dsingle_threaded_executor_test.cc82 Status Run(CallFrameInterface* call_frame) { in Run()
149 FunctionCallFrame call_frame({DT_FLOAT, DT_FLOAT}, {DT_FLOAT}); in TEST_F() local
176 FunctionCallFrame call_frame({DT_FLOAT}, {DT_FLOAT}); in TEST_F() local
225 FunctionCallFrame call_frame({DT_FLOAT}, {DT_FLOAT}); in TEST_F() local
242 FunctionCallFrame call_frame({}, {}); in TEST_F() local
Dmap_defun_op.cc113 auto* call_frame = new MapFunctionCallFrame(compute_opts, this, i); in ComputeAsync() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h228 CallFrameInterface* call_frame() const { return context_->call_frame(); } in call_frame() function
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.h88 CallFrameInterface* call_frame = nullptr; member
Ddirect_session.cc463 CallFrameInterface* call_frame, in RunInternal()
761 FunctionCallFrame call_frame(executors_and_keys->input_types, in Run() local
1831 RunCallableCallFrame call_frame(this, executors_and_keys.get(), &feed_tensors, in RunCallable() local
Dfunction.cc244 CallFrameInterface* call_frame, in Run()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h666 CallFrameInterface* call_frame = nullptr; member
1085 CallFrameInterface* call_frame() const { return params_->call_frame; } in call_frame() function