병합 가능
선언
@differentiable
static func concatenate(_ lhs: Self, _ rhs: Self) -> Self
두 값을 더하고 합을 생성합니다.
메모
개명
sum
에
+
따르는 경우 컴파일러 충돌 결과
Tensor
에
Mergeable
(SR-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":"기타"
}]