DepthwiseConv2dNativeBackpropInput.Options
Organízate con las colecciones
Guarda y clasifica el contenido según tus preferencias.
Métodos heredados
De la clase java.lang.Object booleano | es igual (Objeto arg0) |
Clase final<?> | obtenerclase () |
En t | código hash () |
vacío final | notificar () |
vacío final | notificar a todos () |
Cadena | Encadenar () |
vacío final | esperar (arg0 largo, int arg1) |
vacío final | espera (largo arg0) |
vacío final | esperar () |
Métodos públicos
Parámetros
formato de datos | Especifique el formato de datos de los datos de entrada y salida. Con el formato predeterminado "NHWC", los datos se almacenan en el orden de: [lote, alto, ancho, canales]. Alternativamente, el formato podría ser "NCHW", el orden de almacenamiento de datos de: [lote, canales, alto, ancho]. |
---|
Parámetros
dilataciones | Tensor 1-D de longitud 4. El factor de dilatación para cada dimensión de "entrada". Si se establece en k > 1, se omitirán k-1 celdas entre cada elemento de filtro en esa dimensión. El orden de las dimensiones está determinado por el valor de `data_format`; consulte más arriba para obtener más detalles. Las dilataciones en las dimensiones de lote y profundidad deben ser 1. |
---|
A menos que se indique lo contrario, el contenido de esta página está sujeto a la licencia Reconocimiento 4.0 de Creative Commons y las muestras de código están sujetas a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio web de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-26 (UTC).
[null,null,["Última actualización: 2025-07-26 (UTC)."],[],[],null,["# DepthwiseConv2dNativeBackpropInput.Options\n\npublic static class **DepthwiseConv2dNativeBackpropInput.Options** \nOptional attributes for [DepthwiseConv2dNativeBackpropInput](/jvm/api_docs/java/org/tensorflow/op/nn/DepthwiseConv2dNativeBackpropInput) \n\n### Public Methods\n\n|----------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [DepthwiseConv2dNativeBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/DepthwiseConv2dNativeBackpropInput.Options) | [dataFormat](/jvm/api_docs/java/org/tensorflow/op/nn/DepthwiseConv2dNativeBackpropInput.Options#dataFormat(java.lang.String))(String dataFormat) |\n| [DepthwiseConv2dNativeBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/DepthwiseConv2dNativeBackpropInput.Options) | [dilations](/jvm/api_docs/java/org/tensorflow/op/nn/DepthwiseConv2dNativeBackpropInput.Options#dilations(java.util.List\u003cjava.lang.Long\u003e))(List\\\u003cLong\\\u003e dilations) |\n| [DepthwiseConv2dNativeBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/DepthwiseConv2dNativeBackpropInput.Options) | [explicitPaddings](/jvm/api_docs/java/org/tensorflow/op/nn/DepthwiseConv2dNativeBackpropInput.Options#explicitPaddings(java.util.List\u003cjava.lang.Long\u003e))(List\\\u003cLong\\\u003e explicitPaddings) |\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 [DepthwiseConv2dNativeBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/DepthwiseConv2dNativeBackpropInput.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, height, width, channels\\]. Alternatively, the format could be \"NCHW\", the data storage order of: \\[batch, channels, height, width\\]. |\n|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n\n#### public [DepthwiseConv2dNativeBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/DepthwiseConv2dNativeBackpropInput.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 [DepthwiseConv2dNativeBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/DepthwiseConv2dNativeBackpropInput.Options)\n**explicitPaddings**\n(List\\\u003cLong\\\u003e explicitPaddings)\n\n\u003cbr /\u003e"]]