एकत्रित करने लायक
मूल्यों के साथ एक प्रकार जो अलग-अलग बाइनरी ऑपरेशंस का समर्थन करता है।
द्वारा प्रयुक्त BidirectionalRecurrentLayer
मर्ज कार्यों के लिए एक सामान्य आवश्यकता के रूप में।
घोषणा
@differentiable
static func concatenate(_ lhs: Self, _ rhs: Self) -> Self
दो मान जोड़ता है और उनका योग बनाता है।
ध्यान दें
नाम बदलने
sum
करने के लिए
+
एक संकलक दुर्घटना में परिणाम जब अनुरूप
Tensor
को
Mergeable
(एसआर-13229)।
घोषणा
@differentiable
static func sum(_ lhs: Self, _ rhs: Self) -> Self
घोषणा
@differentiable
static func average(_ lhs: Self, _ rhs: Self) -> Self
दो मानों को गुणा करता है।
घोषणा
@differentiable
static func multiply(_ lhs: Self, _ rhs: Self) -> Self
घोषणा
@differentiable
static func stack(_ lhs: Self, _ rhs: Self) -> Self
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-09-28 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"वह जानकारी मौजूद नहीं है जो मुझे चाहिए"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"बहुत मुश्किल है / बहुत सारे चरण हैं"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"पुराना"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"अनुवाद से जुड़ी समस्या"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"सैंपल / कोड से जुड़ी समस्या"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"अन्य"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"समझने में आसान है"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"मेरी समस्या हल हो गई"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"अन्य"
}]