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

Method release

tensorflow/compiler/xla/util.h:619–622  ·  view source on GitHub ↗

Releases the cleanup function instead of running it. Hint: use c.release()() to run early.

Source from the content-addressed store, hash-verified

617 // Releases the cleanup function instead of running it. Hint: use
618 // c.release()() to run early.
619 F release() {
620 released_ = true;
621 return std::move(f_);
622 }
623
624 bool is_released() const { return released_; }
625

Callers 15

gather_platform_infoFunction · 0.45
CreateWorkerMethod · 0.45
CreateWorkerServiceMethod · 0.45
TEST_FFunction · 0.45
QueueRunnersFunction · 0.45
GrpcVerbsServiceMethod · 0.45
AllocateArrayMethod · 0.45
RegisterPlatformMethod · 0.45

Calls

no outgoing calls

Tested by 10

TEST_FFunction · 0.36
TestRemoteExecuteFunction · 0.36
TEST_FFunction · 0.36