Overview
Get Started
User Guide
Examples & Tutorials
Large Models & LLM
Edge & Mobile
Deployment & Operations
Security & Compliance
Developer Guide
Reference
Bases: object
object
Compare two metric values. Metric values do not have to be numbers.
a – first metric value
b – second metric value
Returns: negative number if a < b; 0 if a == b; positive number if a > b.