Searched defs:call_frame (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | single_threaded_executor_test.cc | 82 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
|
D | map_defun_op.cc | 113 auto* call_frame = new MapFunctionCallFrame(compute_opts, this, i); in ComputeAsync() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_kernel.h | 228 CallFrameInterface* call_frame() const { return context_->call_frame(); } in call_frame() function
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | executor.h | 88 CallFrameInterface* call_frame = nullptr; member
|
D | direct_session.cc | 463 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
|
D | function.cc | 244 CallFrameInterface* call_frame, in Run()
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.h | 666 CallFrameInterface* call_frame = nullptr; member 1085 CallFrameInterface* call_frame() const { return params_->call_frame; } in call_frame() function
|