Class

ml.combust.mleap.tensorflow

TensorflowModel

Related Doc: package tensorflow

Permalink

case class TensorflowModel(graph: Option[Graph] = None, session: Option[Session] = None, inputs: Seq[(String, TensorType)], outputs: Seq[(String, TensorType)], nodes: Option[Seq[String]] = None, graphBytes: Array[Byte]) extends Model with AutoCloseable with Product with Serializable

Created by hollinwilkins on 1/12/17.

Linear Supertypes
Serializable, Serializable, Product, Equals, AutoCloseable, Model, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TensorflowModel
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AutoCloseable
  7. Model
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TensorflowModel(graph: Option[Graph] = None, session: Option[Session] = None, inputs: Seq[(String, TensorType)], outputs: Seq[(String, TensorType)], nodes: Option[Seq[String]] = None, graphBytes: Array[Byte])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(values: Tensor[_]*): Seq[Any]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit

    Permalink
    Definition Classes
    TensorflowModel → AutoCloseable
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Definition Classes
    TensorflowModel → AnyRef
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. var graph: Option[Graph]

    Permalink
  12. val graphBytes: Array[Byte]

    Permalink
  13. def inputSchema: StructType

    Permalink
    Definition Classes
    TensorflowModel → Model
  14. val inputs: Seq[(String, TensorType)]

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. val nodes: Option[Seq[String]]

    Permalink
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def outputSchema: StructType

    Permalink
    Definition Classes
    TensorflowModel → Model
  21. val outputs: Seq[(String, TensorType)]

    Permalink
  22. var session: Option[Session]

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AutoCloseable

Inherited from Model

Inherited from AnyRef

Inherited from Any

Ungrouped