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

Function details

tensorflow/lite/schema/schema_generated.h:2690–2692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2688 return static_cast<QuantizationDetails>(GetField<uint8_t>(VT_DETAILS_TYPE, 0));
2689 }
2690 const void *details() const {
2691 return GetPointer<const void *>(VT_DETAILS);
2692 }
2693 template<typename T> const T *details_as() const;
2694 const CustomQuantization *details_as_CustomQuantization() const {
2695 return details_type() == QuantizationDetails_CustomQuantization ? static_cast<const CustomQuantization *>(details()) : nullptr;

Callers 3

VerifyFunction · 0.85
UnPackToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected