/external/tensorflow/tensorflow/core/lib/random/ |
D | random_distributions.h | 80 typedef Eigen::half ResultElementType; typedef 104 typedef bfloat16 ResultElementType; typedef 128 typedef float ResultElementType; typedef 152 typedef double ResultElementType; typedef 176 typedef int32 ResultElementType; typedef 211 typedef int64 ResultElementType; typedef 253 typedef IntType ResultElementType; typedef 277 typedef IntType ResultElementType; typedef 312 typedef typename Generator::ResultElementType ResultType; 313 typedef typename Generator::ResultElementType ResultElementType; typedef [all …]
|
D | philox_random_test.cc | 40 typedef PhiloxRandom::ResultElementType ResultElementType; typedef in tensorflow::random::__anon997242510111::TrivialPhiloxDistribution
|
D | philox_random_test_utils.h | 34 void FillRandoms(PhiloxRandom gen, typename Distribution::ResultElementType* p, in FillRandoms()
|
D | random_distributions_test.cc | 48 typename Distribution::ResultElementType* p, in FillRandomsWithSingles() 309 using ResultElementType = uint32; typedef in tensorflow::random::__anonf269a2300111::MockGenerator
|
D | philox_random.h | 106 using ResultElementType = uint32; variable
|
/external/tensorflow/tensorflow/core/kernels/ |
D | stateless_random_gamma_op.h | 54 typedef typename Distribution::ResultElementType ResultElementType; typedef 61 ResultElementType operator()(random::PhiloxRandom* random) { in operator()
|
D | random_op_cpu.h | 62 typedef typename Distribution::ResultElementType T; 83 typedef typename Distribution::ResultElementType T; 112 typedef typename Distribution::ResultElementType T; 161 typename Distribution::ResultElementType* data, int64 size,
|
D | random_op.h | 45 typename Distribution::ResultElementType* data, int64 size, 56 typename Distribution::ResultElementType* data, int64 size,
|
D | random_op_gpu.h | 36 typedef typename Distribution::ResultElementType T; 44 typedef typename Distribution::ResultElementType T; 223 typename Distribution::ResultElementType* data, 235 typename Distribution::ResultElementType* data, int64 size,
|
D | stateful_random_ops_gpu.cu.cc | 42 typename Distribution::ResultElementType* __restrict__ output_data) { in FillKernel() 67 typename Distribution::ResultElementType* output_data) { in operator ()()
|
D | stateful_random_ops.cc | 34 typename Distribution::ResultElementType* output_data) in operator ()() 72 static_assert(std::is_same<PhiloxRandom::ResultElementType, uint32>::value, in CheckPhiloxState() 88 typename Distribution::ResultElementType* output_data) { in UpdateVariableAndFill() 131 using T = typename Distribution::ResultElementType; in StatefulRandomCompute()
|
D | stateful_random_ops_cpu_gpu.h | 98 typename Distribution::ResultElementType* output_data);
|
D | stateless_random_ops.cc | 109 typedef typename Distribution::ResultElementType T; in Fill()
|
D | stateless_random_ops_v2.cc | 111 typedef typename Distribution::ResultElementType T; in Fill()
|
D | random_op.cc | 66 typedef typename Distribution::ResultElementType T;
|
D | random_binomial_op.cc | 414 static_assert(std::is_same<PhiloxRandom::ResultElementType, uint32>::value, in Compute()
|
/external/llvm-project/llvm/test/LTO/X86/ |
D | type-mapping-bug4.ll | 57 ; * ResultElementType of getelementptr is incorrectly remapped to %class.CWBD*.
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 831 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/llvm-project/llvm/include/llvm/IR/ |
D | Instructions.h | 907 Type *ResultElementType; 1005 void setResultElementType(Type *Ty) { ResultElementType = Ty; } 1008 assert(ResultElementType == 1010 return ResultElementType; 1148 ResultElementType(getIndexedType(PointeeType, IdxList)) { 1149 assert(ResultElementType == 1162 ResultElementType(getIndexedType(PointeeType, IdxList)) { 1163 assert(ResultElementType ==
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instructions.h | 894 Type *ResultElementType; 992 void setResultElementType(Type *Ty) { ResultElementType = Ty; } 995 assert(ResultElementType == 997 return ResultElementType; 1128 ResultElementType(getIndexedType(PointeeType, IdxList)) { 1129 assert(ResultElementType == 1142 ResultElementType(getIndexedType(PointeeType, IdxList)) { 1143 assert(ResultElementType ==
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 1604 ResultElementType(GEPI.ResultElementType) { in GetElementPtrInst()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 1656 ResultElementType(GEPI.ResultElementType) { in GetElementPtrInst()
|
/external/llvm-project/llvm/lib/IR/ |
D | Instructions.cpp | 1692 ResultElementType(GEPI.ResultElementType) { in GetElementPtrInst()
|