Home
last modified time | relevance | path

Searched refs:SetTensorListOutput (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtensor_list_ops.cc191 ctx->SetTensorListOutput(0, result); in Compile()
197 ctx->SetTensorListOutput(0, result); in Compile()
259 ctx->SetTensorListOutput(0, result); in Compile()
269 ctx->SetTensorListOutput(0, result); in Compile()
562 ctx->SetTensorListOutput(0, result); in Compile()
589 ctx->SetTensorListOutput(0, result); in Compile()
624 ctx->SetTensorListOutput(0, result); in Compile()
651 ctx->SetTensorListOutput(0, result); in Compile()
680 ctx->SetTensorListOutput(0, list_result); in Compile()
682 ctx->SetTensorListOutput(1, element_result); in Compile()
Didentity_op.cc31 ctx->SetTensorListOutput(i, ctx->Input(i)); in Compile()
Darg_op.cc65 ctx->SetTensorListOutput(0, arg.handle()); in Compile()
Daggregate_ops.cc78 ctx->SetTensorListOutput(0, sum); in Compile()
Dif_op.cc327 ctx->SetTensorListOutput(i, output_handle); in Compile()
Dcase_op.cc329 ctx->SetTensorListOutput(i, output_handle); in Compile()
Dshape_op.cc406 ctx->SetTensorListOutput(0, result); in Compile()
Dwhile_op.cc592 ctx->SetTensorListOutput(i, xla::GetTupleElement(while_result, i)); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h241 void SetTensorListOutput(int index, const xla::XlaOp& handle);
Dgraph_compiler.cc305 xla_op_context.SetTensorListOutput( in CompileFunctionalNode()
Dxla_op_kernel.cc658 void XlaOpKernelContext::SetTensorListOutput(int index, in SetTensorListOutput() function in tensorflow::XlaOpKernelContext