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

Method SetResourceOutput

tensorflow/compiler/tf2xla/xla_op_kernel.cc:522–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522void XlaOpKernelContext::SetResourceOutput(int index, XlaResource* resource) {
523 SetOutputExpression(index, XlaExpression::Resource(resource));
524}
525
526Status XlaOpKernelContext::GetResourceInput(int index, XlaResource** resource) {
527 const XlaExpression* expression =

Callers 4

CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80

Calls 1

ResourceClass · 0.50

Tested by

no test coverage detected