Searched refs:single_rand_ (Results 1 – 4 of 4) sorted by relevance
61 single_rand_ = std::unique_ptr<random::PhiloxRandom>( in TensorDataSet()64 single_rand_ = std::unique_ptr<random::PhiloxRandom>( in TensorDataSet()69 new random::SimplePhilox(single_rand_.get())); in TensorDataSet()122 std::unique_ptr<random::PhiloxRandom> single_rand_; variable
126 single_rand_ = std::unique_ptr<random::PhiloxRandom>( in ClassificationStats()129 new random::SimplePhilox(single_rand_.get())); in ClassificationStats()
288 std::unique_ptr<random::PhiloxRandom> single_rand_; variable
100 single_rand_ = std::unique_ptr<random::PhiloxRandom>( in StochasticHardRoutingFunction()103 new random::SimplePhilox(single_rand_.get())); in StochasticHardRoutingFunction()186 std::unique_ptr<random::PhiloxRandom> single_rand_; member in tensorflow::StochasticHardRoutingFunction