Class SDVertexParams

    • Constructor Detail

      • SDVertexParams

        public SDVertexParams()
    • Method Detail

      • defineInputs

        public void defineInputs​(String... inputNames)
        Define the inputs to the DL4J SameDiff Vertex with specific names
        Parameters:
        inputNames - Names of the inputs. Number here also defines the number of vertex inputs
        See Also:
        defineInputs(int)
      • defineInputs

        public void defineInputs​(int numInputs)
        Define the inputs to the DL4J SameDiff vertex with generated names. Names will have format "input_0", "input_1", etc
        Parameters:
        numInputs - Number of inputs to the vertex.