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

Method Example

tensorflow/contrib/boosted_trees/lib/utils/example.h:112–112  ·  view source on GitHub ↗

Default constructor creates an empty example.

Source from the content-addressed store, hash-verified

110struct Example {
111 // Default constructor creates an empty example.
112 Example() : example_idx(-1) {}
113
114 // Example index.
115 int64 example_idx;

Calls

no outgoing calls