Conv2dBackpropInput.Options
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Métodos herdados
Da classe java.lang.Object boleano | é igual (objeto arg0) |
aula final<?> | getClass () |
interno | código hash () |
vazio final | notificar () |
vazio final | notificar todos () |
Corda | para sequenciar () |
vazio final | espere (long arg0, int arg1) |
vazio final | espere (arg0 longo) |
vazio final | espere () |
Métodos Públicos
Parâmetros
formato de dados | Especifique o formato dos dados de entrada e saída. Com o formato padrão "NHWC", os dados são armazenados na ordem de: [lote, in_height, in_width, in_channels]. Alternativamente, o formato pode ser "NCHW", a ordem de armazenamento de dados de: [lote, in_channels, in_height, in_width]. |
---|
Parâmetros
dilatações | Tensor 1-D de comprimento 4. O fator de dilatação para cada dimensão de `entrada`. Se definido como k > 1, haverá k-1 células ignoradas entre cada elemento de filtro nessa dimensão. A ordem das dimensões é determinada pelo valor de `data_format`, veja detalhes acima. As dilatações nas dimensões do lote e profundidade devem ser 1. |
---|
Parâmetros
explícitoPaddings | Se `padding` for `"EXPLICIT"`, a lista de valores de preenchimento explícitos. Para a i-ésima dimensão, a quantidade de preenchimento inserida antes e depois da dimensão é `explicit_paddings[2 * i]` e `explicit_paddings[2 * i + 1]`, respectivamente. Se `padding` não for `"EXPLICIT"`, `explicit_paddings` deve estar vazio. |
---|
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 2025-07-26 UTC.
[null,null,["Última atualização 2025-07-26 UTC."],[],[],null,["# Conv2dBackpropInput.Options\n\npublic static class **Conv2dBackpropInput.Options** \nOptional attributes for [Conv2dBackpropInput](/jvm/api_docs/java/org/tensorflow/op/nn/Conv2dBackpropInput) \n\n### Public Methods\n\n|----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Conv2dBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv2dBackpropInput.Options) | [dataFormat](/jvm/api_docs/java/org/tensorflow/op/nn/Conv2dBackpropInput.Options#dataFormat(java.lang.String))(String dataFormat) |\n| [Conv2dBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv2dBackpropInput.Options) | [dilations](/jvm/api_docs/java/org/tensorflow/op/nn/Conv2dBackpropInput.Options#dilations(java.util.List\u003cjava.lang.Long\u003e))(List\\\u003cLong\\\u003e dilations) |\n| [Conv2dBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv2dBackpropInput.Options) | [explicitPaddings](/jvm/api_docs/java/org/tensorflow/op/nn/Conv2dBackpropInput.Options#explicitPaddings(java.util.List\u003cjava.lang.Long\u003e))(List\\\u003cLong\\\u003e explicitPaddings) |\n| [Conv2dBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv2dBackpropInput.Options) | [useCudnnOnGpu](/jvm/api_docs/java/org/tensorflow/op/nn/Conv2dBackpropInput.Options#useCudnnOnGpu(java.lang.Boolean))(Boolean useCudnnOnGpu) |\n\n### Inherited Methods\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 Methods\n--------------\n\n#### public [Conv2dBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv2dBackpropInput.Options)\n**dataFormat**\n(String dataFormat)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| dataFormat | Specify the data format of the input and output data. With the default format \"NHWC\", the data is stored in the order of: \\[batch, in_height, in_width, in_channels\\]. Alternatively, the format could be \"NCHW\", the data storage order of: \\[batch, in_channels, in_height, in_width\\]. |\n|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n\n#### public [Conv2dBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv2dBackpropInput.Options)\n**dilations**\n(List\\\u003cLong\\\u003e dilations)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| dilations | 1-D tensor of length 4. The dilation factor for each dimension of \\`input\\`. If set to k \\\u003e 1, there will be k-1 skipped cells between each filter element on that dimension. The dimension order is determined by the value of \\`data_format\\`, see above for details. Dilations in the batch and depth dimensions must be 1. |\n|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n\n#### public [Conv2dBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv2dBackpropInput.Options)\n**explicitPaddings**\n(List\\\u003cLong\\\u003e explicitPaddings)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| explicitPaddings | If \\`padding\\` is \\`\"EXPLICIT\"\\`, the list of explicit padding amounts. For the ith dimension, the amount of padding inserted before and after the dimension is \\`explicit_paddings\\[2 \\* i\\]\\` and \\`explicit_paddings\\[2 \\* i + 1\\]\\`, respectively. If \\`padding\\` is not \\`\"EXPLICIT\"\\`, \\`explicit_paddings\\` must be empty. |\n|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n\n#### public [Conv2dBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv2dBackpropInput.Options)\n**useCudnnOnGpu**\n(Boolean useCudnnOnGpu)\n\n\u003cbr /\u003e"]]