HomeSort by relevance Sort by last modified time
    Searched refs:ResultElementType (Results 1 - 17 of 17) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
random_op.h 41 typename Distribution::ResultElementType* data, int64 size,
52 typename Distribution::ResultElementType* data, int64 size,
64 typename Distribution::ResultElementType* data, int64 size,
random_op_gpu.cu.cc 44 typename Distribution::ResultElementType* data,
55 typename Distribution::ResultElementType* data, int64 size,
stateful_random_ops_gpu.cu.cc 34 typename Distribution::ResultElementType* output_data) {
58 typename Distribution::ResultElementType* output_data) {
stateful_random_ops.cc 30 typename Distribution::ResultElementType* output_data) {
47 typename Distribution::ResultElementType* output_data) {
80 static_assert(std::is_same<PhiloxRandom::ResultElementType, uint32>::value,
81 "PhiloxRandom::ResultElementType must be uint32");
104 using T = typename Distribution::ResultElementType;
stateful_random_ops_cpu_gpu.h 92 typename Distribution::ResultElementType* output_data);
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,
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,
    [all...]
random_op_gpu.h 33 typedef typename Distribution::ResultElementType T;
40 typedef typename Distribution::ResultElementType T;
stateless_random_ops.cc 107 typedef typename Distribution::ResultElementType T;
  /external/tensorflow/tensorflow/core/lib/random/
philox_random_test.cc 40 typedef PhiloxRandom::ResultElementType ResultElementType;
philox_random_test_utils.h 34 void FillRandoms(PhiloxRandom gen, typename Distribution::ResultElementType* p,
random_distributions.h 83 typedef Eigen::half ResultElementType;
107 typedef bfloat16 ResultElementType;
131 typedef float ResultElementType;
155 typedef double ResultElementType;
179 typedef int32 ResultElementType;
214 typedef int64 ResultElementType;
248 typedef typename Generator::ResultElementType ResultType;
249 typedef typename Generator::ResultElementType ResultElementType;
336 typedef Eigen::half ResultElementType;
    [all...]
philox_random.h 106 using ResultElementType = uint32;
random_distributions_test.cc 48 typename Distribution::ResultElementType* p,
309 using ResultElementType = uint32;
  /external/llvm/include/llvm/IR/
Instructions.h 831 Type *ResultElementType;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h 843 Type *ResultElementType;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 236 milliseconds