public protocol TensorOperation
คำประกาศ
init(_ name: String, _ outputCount: Int)
คำประกาศ
func updateAttribute(_ name: String, _ value: Bool)
คำประกาศ
func updateAttribute(_ name: String, _ value: Int)
คำประกาศ
func updateAttribute(_ name: String, _ value: Int32)
คำประกาศ
func updateAttribute(_ name: String, _ value: Int64)
คำประกาศ
func updateAttribute(_ name: String, _ value: Float)
คำประกาศ
func updateAttribute(_ name: String, _ value: Double)
คำประกาศ
func updateAttribute(_ name: String, _ value: String)
คำประกาศ
func updateAttribute(_ name: String, _ value: [Bool])
คำประกาศ
func updateAttribute(_ name: String, _ value: [Int])
คำประกาศ
func updateAttribute(_ name: String, _ value: [Int32])
คำประกาศ
func updateAttribute(_ name: String, _ value: [Int64])
คำประกาศ
func updateAttribute(_ name: String, _ value: [Float])
คำประกาศ
func updateAttribute(_ name: String, _ value: [Double])
คำประกาศ
func updateAttribute(_ name: String, _ value: [String])