TFETensorHandle
public class TFETensorHandle : _AnyTensorHandle
extension TFETensorHandle: Equatable
क्लास एक सी पॉइंटर को टेंसरहैंडल में लपेटता है। यह वर्ग TensorHandle का मालिक है और इसे नष्ट करने के लिए जिम्मेदार है।
घोषणा
public init(_owning base: CTensorHandle)
अंतर्निहित के आयामों की संख्या Tensor
।
घोषणा
public var rank: Int { get }
घोषणा
public var shape: TensorShape { get }
घोषणा
public var backend: Device.Backend { get }
घोषणा
public var valueDescription: String { get }
घोषणा
static func tfDataTypeAsString(_ cDataType: TF_DataType) -> String
यदि अंतर्निहित टेंसर बराबर हैं, तो सही है।
घोषणा
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 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":"अन्य"
}]