MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / FieldEntryNumeric

Method FieldEntryNumeric

include/dmlc/parameter.h:714–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712 : public FieldEntryBase<TEntry, DType> {
713 public:
714 FieldEntryNumeric()
715 : has_begin_(false), has_end_(false) {}
716 // implement set_range
717 virtual TEntry &set_range(DType begin, DType end) {
718 begin_ = begin; end_ = end;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected