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

Function min

tensorflow/lite/schema/schema_generated.h:2675–2677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2673 VT_QUANTIZED_DIMENSION = 16
2674 };
2675 const flatbuffers::Vector<float> *min() const {
2676 return GetPointer<const flatbuffers::Vector<float> *>(VT_MIN);
2677 }
2678 const flatbuffers::Vector<float> *max() const {
2679 return GetPointer<const flatbuffers::Vector<float> *>(VT_MAX);
2680 }

Callers 15

VerifyFunction · 0.70
UnPackToMethod · 0.70
CommitMethod · 0.50
QuantizeActivationFunction · 0.50
QuantizeWeightsInt8Function · 0.50
QuantizeWeightsFloat16Function · 0.50
MinMaxClass · 0.50
RunMethod · 0.50

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.40
QuantizeFunction · 0.40
QuantizationParamsMethod · 0.40
ClampFunction · 0.40
TestQuantizedHardSwishFunction · 0.40
RunSafeCastTestsFunction · 0.40