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

Function is_variable

tensorflow/lite/schema/schema_generated.h:2847–2849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2845 return GetPointer<const QuantizationParameters *>(VT_QUANTIZATION);
2846 }
2847 bool is_variable() const {
2848 return GetField<uint8_t>(VT_IS_VARIABLE, 0) != 0;
2849 }
2850 bool Verify(flatbuffers::Verifier &verifier) const {
2851 return VerifyTableStart(verifier) &&
2852 VerifyOffset(verifier, VT_SHAPE) &&

Callers 1

UnPackToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected