ArrayFeatureExtractorV1

trait Operator
class Object
trait Matchable
class Any

Value members

Concrete methods

def ArrayFeatureExtractorV1[@specialized T <: Float | Double | Long | Int | String : Numeric, Tt <: TensorTypeDenotation, Td <: TensorShapeDenotation, S <: Shape, Tt1 <: TensorTypeDenotation, Td1 <: TensorShapeDenotation, S1 <: Shape, Tt2 <: TensorTypeDenotation, Td2 <: TensorShapeDenotation, S2 <: Shape](name: String, X: Tensor[T, (Tt, Td, S)], Y: Tensor[Long, (Tt1, Td1, S1)])(implicit evidence$77: Numeric[T], tt: ValueOf[Tt2], td: TensorShapeDenotationOf[Td2], s: ShapeOf[S2]): Tensor[T, (Tt2, Td2, S2)]

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