public protocol TensorOperation
Deklaracja
init(_ name: String, _ outputCount: Int)
Deklaracja
func updateAttribute(_ name: String, _ value: Bool)
Deklaracja
func updateAttribute(_ name: String, _ value: Int)
Deklaracja
func updateAttribute(_ name: String, _ value: Int32)
Deklaracja
func updateAttribute(_ name: String, _ value: Int64)
Deklaracja
func updateAttribute(_ name: String, _ value: Float)
Deklaracja
func updateAttribute(_ name: String, _ value: Double)
Deklaracja
func updateAttribute(_ name: String, _ value: String)
Deklaracja
func updateAttribute(_ name: String, _ value: [Bool])
Deklaracja
func updateAttribute(_ name: String, _ value: [Int])
Deklaracja
func updateAttribute(_ name: String, _ value: [Int32])
Deklaracja
func updateAttribute(_ name: String, _ value: [Int64])
Deklaracja
func updateAttribute(_ name: String, _ value: [Float])
Deklaracja
func updateAttribute(_ name: String, _ value: [Double])
Deklaracja
func updateAttribute(_ name: String, _ value: [String])