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.cc436 void XlaOpKernelContext::SetOutputExpression(int index, in SetOutputExpression() function in tensorflow::XlaOpKernelContext
482 SetOutputExpression( in SetOutput()
488 SetOutputExpression(index, XlaExpression::Constant(constant)); in SetConstantOutput()
493 SetOutputExpression(index, XlaExpression::TensorList(handle)); in SetTensorListOutput()
497 SetOutputExpression(index, XlaExpression::Resource(resource)); in SetResourceOutput()
Dxla_op_kernel.h178 void SetOutputExpression(int index, const XlaExpression& expression);
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Darg_op.cc59 ctx->SetOutputExpression(0, arg); in Compile()