Home
last modified time | relevance | path

Searched refs:ResultElementType (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/lib/random/
Drandom_distributions.h83 typedef Eigen::half ResultElementType; typedef
107 typedef bfloat16 ResultElementType; typedef
131 typedef float ResultElementType; typedef
155 typedef double ResultElementType; typedef
179 typedef int32 ResultElementType; typedef
214 typedef int64 ResultElementType; typedef
248 typedef typename Generator::ResultElementType ResultType;
249 typedef typename Generator::ResultElementType ResultElementType; typedef
336 typedef Eigen::half ResultElementType; typedef
363 typedef bfloat16 ResultElementType; typedef
[all …]
Dphilox_random_test.cc40 typedef PhiloxRandom::ResultElementType ResultElementType; typedef in tensorflow::random::__anon305595b30111::TrivialPhiloxDistribution
Dphilox_random_test_utils.h34 void FillRandoms(PhiloxRandom gen, typename Distribution::ResultElementType* p, in FillRandoms()
Drandom_distributions_test.cc48 typename Distribution::ResultElementType* p, in FillRandomsWithSingles()
309 using ResultElementType = uint32; typedef in tensorflow::random::__anon552513520111::MockGenerator
Dphilox_random.h106 using ResultElementType = uint32; variable
/external/tensorflow/tensorflow/core/kernels/
Drandom_op.h41 typename Distribution::ResultElementType* data, int64 size,
52 typename Distribution::ResultElementType* data, int64 size,
64 typename Distribution::ResultElementType* data, int64 size,
Dstateful_random_ops.cc30 typename Distribution::ResultElementType* output_data) { in operator ()()
47 typename Distribution::ResultElementType* output_data) { in UpdateVariableAndFill()
80 static_assert(std::is_same<PhiloxRandom::ResultElementType, uint32>::value, in UpdateVariableAndFill()
104 using T = typename Distribution::ResultElementType; in ComputeImpl()
Drandom_op.cc64 typedef typename Distribution::ResultElementType T;
79 typedef typename Distribution::ResultElementType T;
108 typedef typename Distribution::ResultElementType T;
156 typename Distribution::ResultElementType* data, int64 size, in operator ()()
194 typedef typename Distribution::ResultElementType T;
577 typedef typename Distribution::ResultElementType T;
624 typedef typename Distribution::ResultElementType T;
685 random::PhiloxRandom gen, typename Distribution::ResultElementType* data, in operator ()()
Drandom_op_gpu.cu.cc44 typename Distribution::ResultElementType* data, in FillPhiloxRandomKernelLaunch()
55 typename Distribution::ResultElementType* data, int64 size, in operator ()()
Dstateful_random_ops_gpu.cu.cc34 typename Distribution::ResultElementType* output_data) { in FillKernel()
58 typename Distribution::ResultElementType* output_data) { in operator ()()
Drandom_op_gpu.h33 typedef typename Distribution::ResultElementType T;
40 typedef typename Distribution::ResultElementType T;
Dstateful_random_ops_cpu_gpu.h92 typename Distribution::ResultElementType* output_data);
Dstateless_random_ops.cc107 typedef typename Distribution::ResultElementType T; in Fill()
/external/llvm/include/llvm/IR/
DInstructions.h831 Type *ResultElementType;
930 void setResultElementType(Type *Ty) { ResultElementType = Ty; }
933 assert(ResultElementType ==
935 return ResultElementType;
1063 ResultElementType(getIndexedType(PointeeType, IdxList)) {
1064 assert(ResultElementType ==
1076 ResultElementType(getIndexedType(PointeeType, IdxList)) {
1077 assert(ResultElementType ==
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstructions.h843 Type *ResultElementType;
941 void setResultElementType(Type *Ty) { ResultElementType = Ty; }
944 assert(ResultElementType ==
946 return ResultElementType;
1082 ResultElementType(getIndexedType(PointeeType, IdxList)) {
1083 assert(ResultElementType ==
1096 ResultElementType(getIndexedType(PointeeType, IdxList)) {
1097 assert(ResultElementType ==
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp1418 ResultElementType(GEPI.ResultElementType) { in GetElementPtrInst()
/external/llvm/lib/IR/
DInstructions.cpp1656 ResultElementType(GEPI.ResultElementType) { in GetElementPtrInst()