Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtensor_list_ops.cc116 ctx->SetTensorListOutput(0, output_list); in Compile()
152 ctx->SetTensorListOutput(0, output_list); in Compile()
298 ctx->SetTensorListOutput(0, output_list); in Compile()
374 ctx->SetTensorListOutput(0, output_list); in Compile()
418 ctx->SetTensorListOutput(0, output_list); in Compile()
462 ctx->SetTensorListOutput(0, output_list); in Compile()
Darg_op.cc57 ctx->SetTensorListOutput(0, arg.handle()); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h181 void SetTensorListOutput(int index, const xla::XlaOp& handle);
Dxla_op_kernel.cc491 void XlaOpKernelContext::SetTensorListOutput(int index, in SetTensorListOutput() function in tensorflow::XlaOpKernelContext