Class GoogLeNet.Builder

  • Enclosing class:
    GoogLeNet

    public static final class GoogLeNet.Builder
    extends java.lang.Object
    The Builder to construct a GoogLeNet object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ai.djl.nn.Block build()
      Builds a GoogLeNet block.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • build

        public ai.djl.nn.Block build()
        Builds a GoogLeNet block.
        Returns:
        the GoogLeNet block