STenOptions

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

implicit class OwnedSyntaxOp(t: TensorOptions)

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

Returns an tensor option specifying CPU and double

Returns an tensor option specifying CPU and double

Returns an tensor option specifying CPU and double

Returns an tensor option specifying CPU and double

Returns an tensor option specifying CPU and float

Returns an tensor option specifying CPU and float

def fromScalarType[S : Sc](b: Byte): STenOptions

Returns an tensor option specifying CPU and dtype corresponding to the given byte

Returns an tensor option specifying CPU and dtype corresponding to the given byte

0 - byte, 1 - char 2 - short 3 - int 4 - long, 5 - half 6 - float, 7 - double, 8 - complex half 9 - complex float 10 - complex double 11 - bool 15 - bfloat16 12,13,14,16 - quantized ints

Returns an tensor option specifying CPU and long

Returns an tensor option specifying CPU and long

def owned(value: TensorOptions)(implicit scope: Scope): STenOptions

Implicits

Implicits

final implicit def OwnedSyntaxOp(t: TensorOptions): OwnedSyntaxOp