Interface MultiOutputAdapter<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​BatchOutput> adapt​(T input, java.util.List<java.lang.String> outputNames, io.vertx.ext.web.RoutingContext routingContext)
      Deprecated.
      Adapt a pair of INDArray and the output names, with the array input ordered by the output name
      java.util.List<java.lang.Class<? extends OutputAdapter<?>>> outputAdapterTypes()
      Deprecated.
      Returns a map of the strings by output name to the OutputAdapter for each output
    • Method Detail

      • adapt

        java.util.Map<java.lang.String,​BatchOutput> adapt​(T input,
                                                                java.util.List<java.lang.String> outputNames,
                                                                io.vertx.ext.web.RoutingContext routingContext)
        Deprecated.
        Adapt a pair of INDArray and the output names, with the array input ordered by the output name
        Parameters:
        input - the arrays to adapt
        outputNames - the output names to adapt
        routingContext - routing context
        Returns:
        Adapted inputs
      • outputAdapterTypes

        java.util.List<java.lang.Class<? extends OutputAdapter<?>>> outputAdapterTypes()
        Deprecated.
        Returns a map of the strings by output name to the OutputAdapter for each output
        Returns:
        the output adapter types for this multi output adapter