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])