Conozca lo último en aprendizaje automático, IA generativa y más en el
Simposio WiML 2023.
SpecializedType
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
For identifying the underlying type of a variant. For variants, the types
listed here are a subset of the types in the variant type registry,
corresponding to commonly used variants which must occasionally be
special-cased.
Protobuf enum
tensorflow.SpecializedType Métodos heredados
De la clase java.lang.Enum | int final | |
| En t | compareTo (Objeto arg0) |
| booleano final | es igual a (Objeto arg0) |
| Clase final < SpecializedType > | getDeclaringClass () |
| int final | hashCode () |
| cadena final | nombre () |
| int final | ordinal () |
| Cuerda | toString () |
| estática <T extiende Enum <T>> T | valueOf (Clase <T> arg0, String arg1) |
De la clase java.lang.Object | booleano | es igual a (Objeto arg0) |
| Clase final <?> | getClass () |
| En t | hashCode () |
| vacío final | notificar () |
| vacío final | notificar a todos () |
| Cuerda | toString () |
| vacío final | esperar (largo arg0, int arg1) |
| vacío final | espera (largo arg0) |
| vacío final | esperar () |
Desde la interfaz java.lang.Comparable Valores de enumeración
public static final SpecializedType ST_INVALID
Invalid/unknown specialized type.
ST_INVALID = 0;
public static final SpecializedType ST_TENSOR_LIST
"tensorflow::TensorList" in the variant type registry.
ST_TENSOR_LIST = 1;
public static final SpecializedType UNRECOGNIZED
Constantes
public static final int ST_INVALID_VALUE
Invalid/unknown specialized type.
ST_INVALID = 0; Valor constante: 0
public static final int ST_TENSOR_LIST_VALUE
"tensorflow::TensorList" in the variant type registry.
ST_TENSOR_LIST = 1; Valor constante: 1
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2021-04-01 (UTC)
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2021-04-01 (UTC)"],[],[]]