public protocol Module: EuclideanDifferentiable, KeyPathIterable
where
TangentVector: VectorProtocol & ElementaryFunctions & PointwiseMultiplicative & KeyPathIterable
স্তরের ইনপুট প্রকার।
ঘোষণা
associatedtype Input
স্তরের আউটপুট প্রকার।
ঘোষণা
associatedtype Output : Differentiable
প্রদত্ত ইনপুটে স্তর প্রয়োগ করে প্রাপ্ত টীকা ফেরত দেয়।
ঘোষণা
public func summary(input: Input) -> String
পরামিতি
input
লেয়ারে ইনপুট।
রিটার্ন ভ্যালু
XLA গ্রাফ থেকে সমস্ত সংগৃহীত টীকা।