morpheus.pipeline.pass_thru_type_mixin.PassThruTypeMixin

class PassThruTypeMixin[source]

Bases: abc.ABC

Mixin intented to be added to stages which receive and emit the same type. The stage may receive multiple types or typing.Any, and who’s output type is inferred from the output types of the parent stages.

Methods

compute_schema
Previous morpheus.pipeline.pass_thru_type_mixin
Next morpheus.pipeline.pipeline
© Copyright 2024, NVIDIA. Last updated on Apr 25, 2024.