package
tensorflow
Type Members
-
case class
TensorflowModel(graph: Graph, inputs: Seq[(String, TensorType)], outputs: Seq[(String, TensorType)], nodes: Option[Seq[String]] = scala.None) extends Model with AutoCloseable with Product with Serializable
-
case class
TensorflowTransformer(uid: String = ..., shape: NodeShape, model: TensorflowModel) extends Transformer with Product with Serializable
-