Fix RandomShuffleQueue random seed when shared_name is provided.
Not providing both graph seed and op seed must use a random seed value according to set_random_seed(). Current behavior chooses a fixed seed value when op seed is not provided, and also ignores the graph seed. Change: 133440862
Loading
Please sign in to comment