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

Method ExecuteReplicatedKey

tensorflow/compiler/xrt/client/xrt_client.cc:583–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583XrtContext::ExecuteReplicatedKey::ExecuteReplicatedKey(
584 absl::Span<const int> input_arity, xla::DeviceAssignment device_assignment)
585 : input_arity(input_arity.begin(), input_arity.end()),
586 device_assignment(std::move(device_assignment)) {}
587
588bool XrtContext::ExecuteReplicatedKey::operator==(
589 const ExecuteReplicatedKey& other) const {

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected