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

Method Unregister

tensorflow/compiler/xla/client/client.cc:390–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390Status Client::Unregister(const GlobalData& data) {
391 UnregisterRequest request;
392 *request.add_data() = data.handle();
393 UnregisterResponse response;
394
395 VLOG(1) << "making unregister request";
396 Status s = stub_->Unregister(&request, &response);
397 VLOG(1) << "done with request";
398
399 return s;
400}
401
402StatusOr<std::vector<std::unique_ptr<GlobalData>>> Client::DeconstructTuple(
403 const GlobalData& data) {

Callers 3

ReleaseHandlesFunction · 0.45
TEST_FFunction · 0.45
XLA_TEST_FFunction · 0.45

Calls 2

add_dataMethod · 0.80
handleMethod · 0.45

Tested by 2

TEST_FFunction · 0.36
XLA_TEST_FFunction · 0.36