MCPcopy Create free account
hub / github.com/deepspeedai/DeepSpeed / hasParam

Method hasParam

csrc/includes/deepcompile.h:554–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552 }
553
554 bool hasParam(long ds_id) const { return hasKey(has_acc_grad_, ds_id); }
555
556protected:
557 c10::intrusive_ptr<c10d::ProcessGroup> process_group_;

Callers

nothing calls this directly

Calls 1

hasKeyFunction · 0.85

Tested by

no test coverage detected