Fix a key word typo in shuffle_dataset_op.
				
					
				
			PiperOrigin-RevId: 314771349 Change-Id: Iae93f7fdb7cb2ec0f51ba95f4fde354db4d5dfe8
This commit is contained in:
		
							parent
							
								
									1af42f028b
								
							
						
					
					
						commit
						ae82a6cb58
					
				@ -72,7 +72,7 @@ constexpr char kEpochNumRandomSamples[] = "epoch_num_random_samples";
 | 
			
		||||
constexpr char kShuffleDatasetV1[] = "ShuffleDataset";
 | 
			
		||||
constexpr char kShuffleDatasetV2[] = "ShuffleDatasetV2";
 | 
			
		||||
constexpr char kShuffleDatasetV3[] = "ShuffleDatasetV3";
 | 
			
		||||
constexpr char kShuffleAndRepeatDatasetV1[] = "ShuffleAndRepeatDatasetV1";
 | 
			
		||||
constexpr char kShuffleAndRepeatDatasetV1[] = "ShuffleAndRepeatDataset";
 | 
			
		||||
constexpr char kShuffleAndRepeatDatasetV2[] = "ShuffleAndRepeatDatasetV2";
 | 
			
		||||
 | 
			
		||||
ShuffleDatasetOpBase::ShuffleDatasetOpBase(OpKernelConstruction* ctx)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user