Mark the `SerializeSparseOp<Variant>` kernel as inexpensive.
Since this op only performs a constant amount of work, and typically executes in a few microseconds, it should be profitable to execute this op inline, rather than scheduling it on a remote thread. PiperOrigin-RevId: 186522885
Loading
Please sign in to comment