Aprenda o que há de mais recente em aprendizado de máquina, IA generativa e muito mais no WiML Symposium 2023
Registre-se
IllegalRankException
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Exceção lançada quando uma operação não pode ser concluída devido à classificação da matriz de destino.
Métodos herdados
Da classe java.lang.Throwable vazio final sincronizado | addSuppressed (Throwable arg0) |
Throwable sincronizado | fillInStackTrace () |
Throwable sincronizado | getCause () |
Fragmento | getLocalizedMessage () |
Fragmento | getMessage () |
StackTraceElement [] | getStackTrace () |
Throwable final sincronizado [] | getSuppressed () |
Throwable sincronizado | initCause (arg0 lançável ) |
vazio | printStackTrace () |
vazio | printStackTrace (PrintWriter arg0) |
vazio | printStackTrace (PrintStream arg0) |
vazio | setStackTrace (StackTraceElement [] arg0) |
Fragmento | toString () |
Da classe java.lang.Object boleano | igual a (objeto arg0) |
aula final <?> | getClass () |
int | hashCode () |
vazio final | notificar () |
vazio final | notificar tudo () |
Fragmento | toString () |
vazio final | espera (long arg0, int arg1) |
vazio final | espera (long arg0) |
vazio final | espera () |
Construtores Públicos
public IllegalRankException (String mensagem)
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2021-04-01 UTC.
[null,null,["Última atualização 2021-04-01 UTC."],[],[],null,["# IllegalRankException\n\npublic class **IllegalRankException** \nException thrown when an operation cannot be completed because of the rank of the targeted array. \n\n### Public Constructors\n\n|---|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| | [IllegalRankException](/jvm/api_docs/java/org/tensorflow/ndarray/IllegalRankException#IllegalRankException(java.lang.String))(String message) |\n\n### Inherited Methods\n\nFrom class java.lang.Throwable \n\n|----------------------------------|-------------------------------------------|\n| synchronized final void | addSuppressed(Throwable arg0) |\n| synchronized Throwable | fillInStackTrace() |\n| synchronized Throwable | getCause() |\n| String | getLocalizedMessage() |\n| String | getMessage() |\n| StackTraceElement\\[\\] | getStackTrace() |\n| synchronized final Throwable\\[\\] | getSuppressed() |\n| synchronized Throwable | initCause(Throwable arg0) |\n| void | printStackTrace() |\n| void | printStackTrace(PrintWriter arg0) |\n| void | printStackTrace(PrintStream arg0) |\n| void | setStackTrace(StackTraceElement\\[\\] arg0) |\n| String | toString() |\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| boolean | equals(Object arg0) |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Constructors\n-------------------\n\n#### public\n**IllegalRankException**\n(String message)\n\n\u003cbr /\u003e"]]