Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dsingle_threaded_executor_test.cc119 Status Run(CallFrameInterface* call_frame) { in Run()
145 FunctionCallFrame call_frame({DT_FLOAT}, {DT_FLOAT}); in TestContext() local
213 FunctionCallFrame call_frame({DT_FLOAT, DT_FLOAT}, {DT_FLOAT}); in TEST_F() local
241 FunctionCallFrame call_frame({DT_FLOAT}, {DT_FLOAT, DT_STRING}); in TEST_F() local
270 FunctionCallFrame call_frame({DT_FLOAT}, {DT_FLOAT}); in TEST_F() local
319 FunctionCallFrame call_frame({DT_FLOAT}, {DT_FLOAT}); in TEST_F() local
336 FunctionCallFrame call_frame({}, {}); in TEST_F() local
351 FunctionCallFrame call_frame({DT_FLOAT}, {DT_FLOAT}); in TEST_F() local
H A Dfunction.cc244 CallFrameInterface* call_frame, in Run()
256 CallFrameInterface* call_frame) { in RunSync()
1328 CallFrameInterface* call_frame) { in RunSync()
H A Ddirect_session.cc508 CallFrameInterface* call_frame, ExecutorsAndKeys* executors_and_keys, in RunInternal()
883 FunctionCallFrame call_frame(executors_and_keys->input_types, in Run() local
2001 RunCallableCallFrame call_frame(this, executors_and_keys.get(), in RunCallable() local
H A Dexecutor.h96 CallFrameInterface* call_frame = nullptr; member
/aosp_15_r20/external/libffi/src/s390/
H A Dffi.c63 struct call_frame struct
72 extern void FFI_HIDDEN ffi_call_SYSV(struct call_frame *, unsigned, void *, argument
/aosp_15_r20/external/libffi/src/x86/
H A Dffi.c217 struct call_frame struct
219 void *ebp; /* 0 */
220 void *retaddr; /* 4 */
221 void (*fn)(void); /* 8 */
222 int flags; /* 12 */
223 void *rvalue; /* 16 */
224 unsigned regs[3]; /* 20-28 */
/aosp_15_r20/external/libffi/src/arm/
H A Dffi.c337 struct call_frame struct
346 extern void ffi_call_SYSV (void *stack, struct call_frame *, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dexecutable.cc56 Executable::CallFrame* call_frame = nullptr; member
189 CallFrame* call_frame, in InitializeCallFrame()
265 CallFrame call_frame; in Execute() local
305 void Executable::Execute(CallFrame& call_frame, const ExecuteOpts& opts) const { in Execute()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/
H A Dcwise_op_unary_benchmark.h129 Executable::CallFrame call_frame; in TestUnaryMlirBenchmark() local
162 Executable::CallFrame call_frame; in RunUnaryMlirBenchmark() local
H A Dmatmul_op_benchmark.h111 Executable::CallFrame call_frame; in RunMatMulMlirBenchmark() local
H A Dbenchmark_mlir_function.cc140 Executable::CallFrame call_frame; in RunJitRtBenchmark() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_op_kernel.h306 CallFrameInterface* call_frame() const { return context_->call_frame(); } in call_frame() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dmap_defun_op.cc224 auto* call_frame = new MapFunctionCallFrame(compute_opts, this, i); in ComputeAsync() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel.h656 CallFrameInterface* call_frame = nullptr; member
1083 CallFrameInterface* call_frame() const { return params_->call_frame; } in call_frame() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dfunctional_ops.cc649 BodyFuncCallFrame call_frame(&args, &body_rets, loop_var_types); in DoComputeSync() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_executable.cc594 runtime::Executable::CallFrame call_frame; in ExecuteJitRt() local