Conozca lo último en aprendizaje automático, IA generativa y más en el
Simposio WiML 2023.
Conv3dBackpropInput.Options
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Métodos heredados
De la clase java.lang.Object booleano | equals (Object arg0) |
Clase final <?> | getClass () |
En t | hashCode () |
vacío final | notificar () |
vacío final | notifyAll () |
Cuerda | toString () |
vacío final | espera (tiempo arg0, arg1 int) |
vacío final | espera (arg0 largo) |
vacío final | wait () |
Métodos públicos
Parámetros
formato de datos | El formato de datos de los datos de entrada y salida. Con el formato predeterminado "NDHWC", los datos se almacenan en el orden de: [batch, in_depth, in_height, in_width, in_channels]. Alternativamente, el formato podría ser "NCDHW", el orden de almacenamiento de datos es: [batch, in_channels, in_depth, in_height, in_width]. |
---|
Parámetros
dilataciones | Tensor 1-D de longitud 5. El factor de dilatación para cada dimensión de "entrada". Si se establece en k> 1, habrá k-1 celdas omitidas 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 el lote y las dimensiones de profundidad deben ser 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-11-29 (UTC)
[null,null,["Última actualización: 2021-11-29 (UTC)"],[],[],null,["# Conv3dBackpropInput.Options\n\npublic static class **Conv3dBackpropInput.Options** \nOptional attributes for [Conv3dBackpropInput](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3dBackpropInput) \n\n### Public Methods\n\n|----------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Conv3dBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3dBackpropInput.Options) | [dataFormat](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3dBackpropInput.Options#dataFormat(java.lang.String))(String dataFormat) |\n| [Conv3dBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3dBackpropInput.Options) | [dilations](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3dBackpropInput.Options#dilations(java.util.List\u003cjava.lang.Long\u003e))(List\\\u003cLong\\\u003e dilations) |\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 [Conv3dBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3dBackpropInput.Options)\n**dataFormat**\n(String dataFormat)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| dataFormat | The data format of the input and output data. With the default format \"NDHWC\", the data is stored in the order of: \\[batch, in_depth, in_height, in_width, in_channels\\]. Alternatively, the format could be \"NCDHW\", the data storage order is: \\[batch, in_channels, in_depth, in_height, in_width\\]. |\n|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n\n#### public [Conv3dBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3dBackpropInput.Options)\n**dilations**\n(List\\\u003cLong\\\u003e dilations)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| dilations | 1-D tensor of length 5. 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|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|"]]