TFETensorHandle
public class TFETensorHandle : _AnyTensorHandle
extension TFETensorHandle: Equatable
Klasse, die einen C-Zeiger auf einen TensorHandle umschließt. Diese Klasse besitzt den TensorHandle und ist dafür verantwortlich, ihn zu zerstören.
Erklärung
public init(_owning base: CTensorHandle)
Die Anzahl der Dimensionen des zugrunde liegenden Tensor
.
Erklärung
public var rank: Int { get }
Die Form des zugrunde liegenden Tensor
.
Erklärung
public var shape: TensorShape { get }
Erklärung
public var backend: Device.Backend { get }
Erklärung
public var valueDescription: String { get }
Erklärung
static func tfDataTypeAsString(_ cDataType: TF_DataType) -> String
Gibt true zurück, wenn die zugrunde liegenden Tensoren gleich sind.
Erklärung
func elementsEqual(_ other: TFETensorHandle) -> Bool
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 2020-05-22 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Benötigte Informationen nicht gefunden"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Zu umständlich/zu viele Schritte"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Nicht mehr aktuell"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Problem mit der Übersetzung"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Problem mit Beispielen/Code"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Sonstiges"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Leicht verständlich"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Mein Problem wurde gelöst"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Sonstiges"
}]