Home
last modified time | relevance | path

Searched refs:execution_output (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc279 xla::StatusOr<xla::ExecutionOutput> execution_output; in Compute() local
281 execution_output = in Compute()
284 execution_output = in Compute()
287 OP_REQUIRES(ctx, execution_output.ok(), execution_output.status()); in Compute()
293 ctx, compilation_result, execution_output->ConsumeResult(), in Compute()
515 xla::StatusOr<xla::ExecutionOutput> execution_output; in Compute() local
517 execution_output = in Compute()
520 execution_output = closure.executable()->RunAsync( in Compute()
523 OP_REQUIRES(ctx, execution_output.ok(), execution_output.status()); in Compute()
542 ctx, closure.compilation_result(), execution_output->ConsumeResult(), in Compute()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compile_on_demand_op.cc90 xla::ExecutionOutput execution_output = run_result.ConsumeValueOrDie(); in Run() local
96 ctx, result, execution_output.ConsumeResult(), in Run()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.cc1783 ExecutionOutput& execution_output = result_buffer_or_status.ValueOrDie(); in EnqueueExecution() local
1792 execution_output.ConsumeToBeReleased(); in EnqueueExecution()