RangeV11

trait RangeV11 extends Operator
trait Operator
class Object
trait Matchable
class Any

Value members

Concrete methods

def RangeV11[@specialized T <: Float | Double | Short | Int | Long : Numeric, Tt <: TensorTypeDenotation, Td <: TensorShapeDenotation, S <: Shape, Tt1 <: TensorTypeDenotation, Td1 <: TensorShapeDenotation, S1 <: Shape, Tt2 <: TensorTypeDenotation, Td2 <: TensorShapeDenotation, S2 <: Shape, Tt3 <: TensorTypeDenotation, Td3 <: TensorShapeDenotation, S3 <: Shape](name: String, start: Tensor[T, (Tt, Td, S)], limit: Tensor[T, (Tt1, Td1, S1)], delta: Tensor[T, (Tt2, Td2, S2)])(implicit evidence$75: Numeric[T], tt: ValueOf[Tt3], td: TensorShapeDenotationOf[Td3], s: ShapeOf[S3]): Tensor[T, (Tt3, Td3, S3)]

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