FeatureVectorizerV1

trait Operator
class Object
trait Matchable
class Any

Value members

Concrete methods

def FeatureVectorizerV1[@specialized T1 <: Int | Long | Float | Double : Numeric, Tt <: TensorTypeDenotation, Td <: TensorShapeDenotation, S <: Dimension #: Dimension #: SNil, Tt1 <: TensorTypeDenotation, Td1 <: TensorShapeDenotation, S1 <: Dimension #: Dimension #: SNil](name: String, inputdimensions: Option[Array[Int]], X: Seq[Tensor[T1, (Tt, Td, S)]])(implicit evidence$81: Numeric[T1], tt: ValueOf[Tt1], td: TensorShapeDenotationOf[Td1], s: ShapeOf[S1]): Tensor[Float, (Tt1, Td1, S1)]

Inherited methods

def callOp[T <: Supported, Tt <: TensorTypeDenotation, Td <: TensorShapeDenotation, S <: Shape](name: String, opName: String, inputs: Tuple, attrs: Map[String, Any])(using tt: ValueOf[Tt], td: TensorShapeDenotationOf[Td], s: ShapeOf[S]): Tensor[T, (Tt, Td, S)]
Inherited from:
Operator