Aviso: esta API está obsoleta e será removida em uma versão futura do TensorFlow depois que a substituição estiver estável.
DataType
Representa o tipo de elementos num Tensor
como um enum.
Métodos herdados
Da classe java.lang.Enum final int | |
int | compareTo (arg0 Object) |
final booleano | equals (arg0 Object) |
última Class < DataType > | getDeclaringClass () |
final int | hashCode () |
corda final | nome () |
final int | ordinal () |
Fragmento | toString () |
static <T extends Enum <T>> T | valueOf (Class <T> arg0, String arg1) |
Da classe java.lang.Object boleano | equals (arg0 Object) |
aula final <?> | getClass () |
int | hashCode () |
vazio final | notificar () |
vazio final | notifyAll () |
Fragmento | toString () |
vazio final | wait (longa arg0, int arg1) |
vazio final | wait (arg0 de comprimento) |
vazio final | wait () |
Da interface java.lang.Comparable Valores Enum
public static final, DataType BOOL
public static final, DataType DUPLO
Ponto flutuante de dupla precisão de 64 bits.
public static FLOAT DataType finais
Ponto flutuante de precisão única de 32 bits.
public static final, DataType INT32
Número inteiro assinado de 32 bits.
public static final, DataType INT64
Inteiro assinado de 64 bits.
STRING DataType public static final
Uma sequência de bytes.
O TensorFlow usa o tipo STRING para uma sequência arbitrária de bytes.
public static final, DataType UINT8
Número inteiro sem sinal de 8 bits.
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-11 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Não contém as informações de que eu preciso"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Muito complicado / etapas demais"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Desatualizado"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Problema na tradução"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Problema com as amostras / o código"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Outro"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Fácil de entender"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Meu problema foi resolvido"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Outro"
}]