org.tensorflow.types.family
Stay organized with collections
Save and categorize content based on your preferences.
Interfaces used to group tensor types in families that define a particular domain of data.
Some operations enforces that only operands of a type from a given family can be passed
in argument. For example, if an operation only allows numeric operands, such operands must be
bound to the TNumber
interface.
All tensor types is bound to TType
, which lays at
the root of the family hierarchy.
Interfaces
TFloating |
Common interface for all floating point tensors. |
TIntegral |
Common interface for all integral numeric tensors. |
TNumber |
Common interface for all numeric tensors. |
TType |
Common interface for all typed tensors. |
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-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[]]