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

Function combiner

tensorflow/lite/schema/schema_generated.h:5169–5171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5167 VT_COMBINER = 4
5168 };
5169 CombinerType combiner() const {
5170 return static_cast<CombinerType>(GetField<int8_t>(VT_COMBINER, 0));
5171 }
5172 bool Verify(flatbuffers::Verifier &verifier) const {
5173 return VerifyTableStart(verifier) &&
5174 VerifyField<int8_t>(verifier, VT_COMBINER) &&

Callers 4

expected_valueMethod · 0.85
UnPackToMethod · 0.85
XlaScatterFunction · 0.85
TorchScatterDenseFunction · 0.85

Calls

no outgoing calls

Tested by 1

expected_valueMethod · 0.68