Home
last modified time | relevance | path

Searched refs:CallFrame (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/runtime/
Dexecutable.h59 struct CallFrame;
75 llvm::Error InitializeCallFrame(ArgumentsRef arguments, CallFrame* call_frame,
82 CallFrame* call_frame) const;
102 void Execute(CallFrame& call_frame, const ExecuteOpts& opts) const;
131 struct CallFrame { struct
Dexecutable.cc56 Executable::CallFrame* call_frame = nullptr;
189 CallFrame* call_frame, in InitializeCallFrame()
265 CallFrame call_frame; in Execute()
305 void Executable::Execute(CallFrame& call_frame, const ExecuteOpts& opts) const { in Execute()
327 CallFrame* call_frame) const { in ReturnResults()
/external/starlark-go/starlark/
Deval.go115 func (thread *Thread) CallFrame(depth int) CallFrame { func
125 frames := make([]CallFrame, len(thread.stack))
203 type CallStack []CallFrame
207 func (stack CallStack) At(i int) CallFrame { return stack[len(stack)-1-i] }
210 func (stack *CallStack) Pop() CallFrame {
239 type CallFrame struct { struct
244 func (fr *frame) asCallFrame() CallFrame {
245 return CallFrame{
Deval_test.go198 filename := filepath.Join(filepath.Dir(thread.CallFrame(0).Pos.Filename()), module)
436 caller := thread.CallFrame(1)
/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/
Dcwise_op_unary_benchmark.h129 Executable::CallFrame call_frame; in TestUnaryMlirBenchmark()
162 Executable::CallFrame call_frame; in RunUnaryMlirBenchmark()
Dbenchmark_mlir_function.cc140 Executable::CallFrame call_frame; in RunJitRtBenchmark()
Dmatmul_op_benchmark.h111 Executable::CallFrame call_frame; in RunMatMulMlirBenchmark()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc594 runtime::Executable::CallFrame call_frame; in ExecuteJitRt()