ShuffleAndRepeatDatasetV2

classe finale pubblica ShuffleAndRepeatDatasetV2

Classi nidificate

classe ShuffleAndRepeatDatasetV2.Options Attributi facoltativi per ShuffleAndRepeatDatasetV2

Metodi pubblici

Uscita <Oggetto>
comeuscita ()
Restituisce la maniglia simbolica di un tensore.
ShuffleAndRepeatDatasetV2 statico
create ( Scope scope, Operando <?> inputDataset, Operando <Long> bufferSize, Operando <Long> seed, Operando <Long> seed2, Operando <Long> count, Operando <?> seedGenerator, List<Class<?>> outputTypes, Elenco< Forma > outputForme, Opzioni... opzioni)
Metodo factory per creare una classe che racchiude una nuova operazione ShuffleAndRepeatDatasetV2.
Uscita <?>
ShuffleAndRepeatDatasetV2.Options statico
reshuffleEachIteration (reshuffleEachIteration booleano)

Metodi ereditati

Metodi pubblici

output pubblico <Oggetto> 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, Operando <?> inputDataset, Operando <Long> bufferSize, Operando <Long> seed, Operando <Long> seed2, Operando <Long> count, Operando <?> seedGenerator, List<Class<?> > outputTypes, List< Shape > outputShapes, Opzioni... opzioni)

Metodo factory 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

Output pubblico <?> handle ()

public static ShuffleAndRepeatDatasetV2.Options reshuffleEachIteration (reshuffleEachIteration booleano)