aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/random_op.h
blob: 7c7eed42276e6341a4e8af42941289f38f4c8f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef TENSORFLOW_KERNELS_RANDOM_OP_H_
#define TENSORFLOW_KERNELS_RANDOM_OP_H_

namespace tensorflow {

class OpKernelContext;

namespace functor {

template <typename Device, class Distribution>
struct FillPhiloxRandom;

}  // namespace functor
}  // namespace tensorflow

#endif  // TENSORFLOW_KERNELS_RANDOM_OP_H_