MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / SetTensorListOutput

Method SetTensorListOutput

tensorflow/compiler/tf2xla/xla_op_kernel.cc:517–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517void XlaOpKernelContext::SetTensorListOutput(int index,
518 const xla::XlaOp& handle) {
519 SetOutputExpression(index, XlaExpression::TensorList(handle));
520}
521
522void XlaOpKernelContext::SetResourceOutput(int index, XlaResource* resource) {
523 SetOutputExpression(index, XlaExpression::Resource(resource));

Callers 11

CompileFunctionalNodeMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80

Calls 1

TensorListClass · 0.50

Tested by

no test coverage detected