ExecutionObserverRegistry

Registry maintaining execution observers and providing helper methods to broadcast events.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun clear()
Link copied to clipboard
fun <R> notifyOp(context: ExecutionContext, opName: String, inputs: List<Tensor<*, *>>, block: () -> R): R
Link copied to clipboard
fun notifyTensorMaterialized(context: ExecutionContext, tensor: Tensor<*, *>)
Link copied to clipboard
Link copied to clipboard