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