classe finale pubblica QuantizedReshape
Riforma un tensore quantizzato secondo l'operazione Reshape op.
```
Costanti
| Corda | OP_NAME | Il nome di questa operazione, come noto al motore principale di TensorFlow |
Metodi pubblici
| statico <T estende TType > QuantizedReshape <T> | |
| Uscita <T> | produzione () |
| Uscita < TFloat32 > | uscitaMax () Questo valore viene copiato da input_max. |
| Uscita < TFloat32 > | uscitaMin () Questo valore viene copiato da input_min. |
Metodi ereditati
Costanti
Stringa finale statica pubblica OP_NAME
Il nome di questa operazione, come noto al motore principale di TensorFlow
Valore costante: "QuantizedReshape"
Metodi pubblici
public static QuantizedReshape <T> create ( scope scope, Operand <T> tensor, Operand <? extends TNumber > shape, Operand < TFloat32 > inputMin, Operand < TFloat32 > inputMax)
Metodo factory per creare una classe che racchiude una nuova operazione QuantizedReshape.
Parametri
| scopo | ambito attuale |
|---|---|
| forma | Definisce la forma del tensore di uscita. |
| ingressoMin | Il valore minimo dell'input. |
| ingressoMax | Il valore massimo dell'input. |
ritorna
- una nuova istanza di QuantizedReshape