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

Method ~PartitionedCallOp

tensorflow/core/kernels/partitioned_function_ops.cc:75–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75PartitionedCallOp::~PartitionedCallOp() {
76 for (const auto& it : handles_) {
77 Status status = it.first->ReleaseHandle(it.second);
78 if (!status.ok()) {
79 LOG(INFO) << "Ignoring error while destructing PartitionedCallOp: "
80 << status.ToString();
81 }
82 }
83}
84
85void PartitionedCallOp::ComputeAsync(OpKernelContext* ctx, DoneCallback done) {
86 FunctionLibraryRuntime* lib = ctx->function_library();

Callers

nothing calls this directly

Calls 3

ReleaseHandleMethod · 0.45
okMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected