/external/tensorflow/tensorflow/core/lib/random/ |
D | random_distributions.h | 83 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 …]
|
D | philox_random_test.cc | 40 typedef PhiloxRandom::ResultElementType ResultElementType; typedef in tensorflow::random::__anonf39039ea0111::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::__anone1a3f3a90111::MockGenerator
|
D | philox_random.h | 106 using ResultElementType = uint32; variable
|
/external/tensorflow/tensorflow/core/kernels/ |
D | random_op.h | 41 typename Distribution::ResultElementType* data, int64 size, 52 typename Distribution::ResultElementType* data, int64 size, 64 typename Distribution::ResultElementType* data, int64 size,
|
D | stateful_random_ops.cc | 30 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()
|
D | random_op.cc | 64 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 ()()
|
D | random_op_gpu.cu.cc | 44 typename Distribution::ResultElementType* data, in FillPhiloxRandomKernelLaunch() 55 typename Distribution::ResultElementType* data, int64 size, in operator ()()
|
D | stateful_random_ops_gpu.cu.cc | 34 typename Distribution::ResultElementType* output_data) { in FillKernel() 58 typename Distribution::ResultElementType* output_data) { in operator ()()
|
D | random_op_gpu.h | 33 typedef typename Distribution::ResultElementType T; 40 typedef typename Distribution::ResultElementType T;
|
D | stateful_random_ops_cpu_gpu.h | 92 typename Distribution::ResultElementType* output_data);
|
D | stateless_random_ops.cc | 107 typedef typename Distribution::ResultElementType T; in Fill()
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instructions.h | 843 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/ |
D | Instructions.cpp | 1418 ResultElementType(GEPI.ResultElementType) { in GetElementPtrInst()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 1656 ResultElementType(GEPI.ResultElementType) { in GetElementPtrInst()
|