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

Function num_splits

tensorflow/lite/schema/schema_generated.h:5514–5516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5512 VT_NUM_SPLITS = 4
5513 };
5514 int32_t num_splits() const {
5515 return GetField<int32_t>(VT_NUM_SPLITS, 0);
5516 }
5517 bool Verify(flatbuffers::Verifier &verifier) const {
5518 return VerifyTableStart(verifier) &&
5519 VerifyField<int32_t>(verifier, VT_NUM_SPLITS) &&

Callers 12

AddSplitStatsMethod · 0.85
AddExampleMethod · 0.85
CheckPruneMethod · 0.85
CheckPruneHoeffdingMethod · 0.85
BestSplitMethod · 0.85
PackToProtoMethod · 0.85
UnPackToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected