SqueezeV13

trait SqueezeV13 extends Operator
trait Operator
class Object
trait Matchable
class Any

Value members

Concrete methods

def SqueezeV13[@specialized T <: UByte | UShort | UInt | ULong | Byte | Short | Int | Long | BFloat16 | Float16 | Float | Double | String | Boolean | Complex[Float] | Complex[Double], Tt <: TensorTypeDenotation, Td <: TensorShapeDenotation, S <: Shape, Tt1 <: TensorTypeDenotation, Axes <: Indices](name: String, axes: Option[Axes], data: Tensor[T, (Tt, Td, S)])(using tt: ValueOf[Tt1], td: TensorShapeDenotationOf[KeepOrReduceDimDenotations[Td, Axes, false]], s: ShapeOf[KeepOrReduceDims[S, Axes, false]], i: IndicesOf[Axes]): Tensor[T, (Tt1, KeepOrReduceDimDenotations[Td, Axes, false], KeepOrReduceDims[S, Axes, false])]

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