public final class ShuffleAndRepeatDatasetV2
Classi annidate
classe | ShuffleAndRepeatDatasetV2.Options | Attributi facoltativi per ShuffleAndRepeatDatasetV2 |
Metodi pubblici
Output <Object> | asOutput () Restituisce la maniglia simbolica di un tensore. |
static ShuffleAndRepeatDatasetV2 | create ( Scope scope, Operand <?> inputDataset, Operand <Long> bufferSize, Operand <Long> seed, Operand <Long> seed2, Operand <Long> count, Operand <?> seedGenerator, List <Class <? >> outputTypes, Elenca < Shape > outputShapes, Options ... options) Metodo Factory per creare una classe che racchiude una nuova operazione ShuffleAndRepeatDatasetV2. |
Uscita <?> | maniglia () |
static ShuffleAndRepeatDatasetV2.Options | reshuffleEachIteration (Boolean reshuffleEachIteration) |
Metodi ereditati
Metodi pubblici
output pubblico <Object> asOutput ()
Restituisce la maniglia simbolica di un tensore.
Gli input per le operazioni TensorFlow sono output di un'altra operazione TensorFlow. Questo metodo viene utilizzato per ottenere un handle simbolico che rappresenta il calcolo dell'input.
public static ShuffleAndRepeatDatasetV2 create ( Scope scope, Operand <?> inputDataset, Operand <Long> bufferSize, Operand <Long> seed, Operand <Long> seed2, Operand <Long> count, Operand <?> seedGenerator, List <Class <?> > outputTypes, List < Shape > outputShapes, Opzioni ... opzioni)
Metodo di fabbrica per creare una classe che racchiude una nuova operazione ShuffleAndRepeatDatasetV2.
Parametri
scopo | ambito attuale |
---|---|
opzioni | trasporta valori di attributi opzionali |
ritorna
- una nuova istanza di ShuffleAndRepeatDatasetV2