Home
last modified time | relevance | path

Searched defs:SetRetval (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_context.cc66 void XlaContext::SetRetval(int index, const XlaExpression& expression) { in SetRetval() function in tensorflow::XlaContext
/external/tensorflow/tensorflow/core/kernels/data/
Dmap_defun_op.cc114 Status SetRetval(int index, const Tensor& val) override { in SetRetval() function in tensorflow::data::MapDefunOp::MapFunctionCallFrame
Dcaptured_function.cc274 Status SetRetval(int index, const Tensor& val) override { in SetRetval() function in tensorflow::data::__anon173dfe950111::CallFrameBase
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc1878 Status SetRetval(int index, const Tensor& val) override { in SetRetval() function in tensorflow::DirectSession::RunCallableCallFrame
/external/tensorflow/tensorflow/core/framework/
Dfunction.cc1130 Status FunctionCallFrame::SetRetval(int index, const Tensor& val) { in SetRetval() function in tensorflow::FunctionCallFrame