STenOptions

lamp.STenOptions$
See theSTenOptions companion class
object STenOptions

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

implicit class OwnedSyntaxOp(t: TensorOptions)

Attributes

Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def b: STenOptions

Returns an tensor option specifying CPU and double

Returns an tensor option specifying CPU and double

Attributes

Returns an tensor option specifying CPU and double

Returns an tensor option specifying CPU and double

Attributes

def d: STenOptions

Returns an tensor option specifying CPU and double

Returns an tensor option specifying CPU and double

Attributes

def f: STenOptions

Returns an tensor option specifying CPU and float

Returns an tensor option specifying CPU and float

Attributes

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

Attributes

def i: STenOptions

Returns an tensor option specifying CPU and long

Returns an tensor option specifying CPU and long

Attributes

def l: STenOptions

Returns an tensor option specifying CPU and long

Returns an tensor option specifying CPU and long

Attributes

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

Returns an tensor option specifying CPU and long

Returns an tensor option specifying CPU and long

Attributes

Concrete fields

val deviceTypeCpu: Byte
val deviceTypeCuda: Byte
val deviceTypeMps: Byte

Implicits

Implicits

final implicit def OwnedSyntaxOp(t: TensorOptions): OwnedSyntaxOp