Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.cc603 void XlaOpKernelContext::SetOutputExpression(int index, in SetOutputExpression() function in tensorflow::XlaOpKernelContext
649 SetOutputExpression( in SetOutput()
655 SetOutputExpression(index, XlaExpression::Constant(constant)); in SetConstantOutput()
660 SetOutputExpression(index, XlaExpression::TensorList(handle)); in SetTensorListOutput()
664 SetOutputExpression(index, XlaExpression::Resource(resource)); in SetResourceOutput()
Dxla_op_kernel.h238 void SetOutputExpression(int index, const XlaExpression& expression);
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Darg_op.cc104 ctx->SetOutputExpression(0, arg); in Compile()