extension UInt8: TensorFlowScalar
extension UInt8 : NumpyScalarCompatible
extension UInt8 : PythonConvertible, ConvertibleFromPython
extension UInt8: XLAScalarType
-
Declaration
public static var tensorFlowDataType: TensorDataType { get }
-
Declaration
public static let numpyScalarTypes: [PythonObject]
-
Declaration
public static var ctype: PythonObject { get }
-
Declaration
public init?(_ pythonObject: PythonObject)
-
Declaration
public var pythonObject: PythonObject { get }
-
Declaration
public var xlaScalarWrapper: XLAScalarWrapper { get }
-
Declaration
public static var xlaTensorScalarTypeRawValue: UInt32 { get }