Home
last modified time | relevance | path

Searched refs:single_rand_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dinput_data.h61 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
Dgrow_stats.cc126 single_rand_ = std::unique_ptr<random::PhiloxRandom>( in ClassificationStats()
129 new random::SimplePhilox(single_rand_.get())); in ClassificationStats()
Dgrow_stats.h288 std::unique_ptr<random::PhiloxRandom> single_rand_; variable
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/core/ops/
Dstochastic_hard_routing_function_op.cc100 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