object TensorflowWrapper extends Serializable

Companion object

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TensorflowWrapper
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val InitAllTableOP: String
  5. val SaveConstOP: String
  6. val SaveControlDependenciesOP: String
  7. val SaveRestoreAllOP: String
  8. val SavedModelPB: String
  9. val TFVarsSuffix: String
  10. val VariablesIdxValue: String
  11. val VariablesKey: String
  12. val VariablesPathValue: String
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def extractVariablesSavedModel(session: Session): Variables
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def read(file: String, zipped: Boolean = true, useBundle: Boolean = false, tags: Array[String] = Array.empty[String], initAllTables: Boolean = false, savedSignatures: Option[Map[String, String]] = None): (TensorflowWrapper, Option[Map[String, String]])

    Read method to create tmp folder, unpack archive and read file as SavedModelBundle

    Read method to create tmp folder, unpack archive and read file as SavedModelBundle

    file

    : the file to read

    zipped

    : boolean flag to know if compression is applied

    useBundle

    : whether to use the SaveModelBundle object to parse the TF saved model

    tags

    : tags to retrieve on the model bundle

    initAllTables

    : boolean flag whether to retrieve the TF init operation

    returns

    Returns a greeting based on the name field.

  26. def readChkPoints(file: String, zipped: Boolean = true, tags: Array[String] = Array.empty[String], initAllTables: Boolean = false): TensorflowWrapper
  27. def readGraph(graphFile: String): Graph

    Utility method to load a Graph from path

  28. def readWithSP(file: String, zipped: Boolean = true, useBundle: Boolean = false, tags: Array[String] = Array.empty[String], initAllTables: Boolean = false, loadSP: Boolean = false): TensorflowWrapper
  29. def readZippedSavedModel(rootDir: String = "", fileName: String = "", tags: Array[String] = Array.empty[String], initAllTables: Boolean = false): TensorflowWrapper
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. def withSafeSavedModelBundleLoader(tags: Array[String], savedModelDir: String): SavedModelBundle

    Utility method to load the TF saved model bundle

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped