| /external/tensorflow/tensorflow/core/lib/random/ |
| D | random_distributions.h | 74 typedef Array<Eigen::half, kResultElementCount> ResultType; typedef 98 typedef Array<bfloat16, kResultElementCount> ResultType; typedef 122 typedef Array<float, kResultElementCount> ResultType; typedef 146 typedef Array<double, kResultElementCount> ResultType; typedef 170 typedef Array<int32, kResultElementCount> ResultType; typedef 205 typedef Array<int64_t, kResultElementCount> ResultType; typedef 247 typedef Array<IntType, kResultElementCount> ResultType; typedef 271 typedef Array<IntType, kResultElementCount> ResultType; typedef 307 typedef typename Generator::ResultElementType ResultType; typedef 391 typedef Array<Eigen::half, kResultElementCount> ResultType; typedef [all …]
|
| D | philox_random_test.cc | 39 typedef PhiloxRandom::ResultType ResultType; typedef in tensorflow::random::__anon028eeeef0111::TrivialPhiloxDistribution
|
| /external/ComputeLibrary/tests/ |
| D | AssetsLibrary.h | 538 using ResultType = typename DistributionType::result_type; in fill_boxes() local 575 using ResultType = typename std::remove_reference<D>::type::result_type; in fill() local 624 using ResultType = typename std::remove_reference<D>::type::result_type; in fill() local 664 using ResultType = typename std::remove_reference<D>::type::result_type; in fill() local
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | stateless_random_gamma_op.h | 77 typedef typename Distribution::ResultType ResultType; typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.utility/view.interface/ |
| D | view.interface.pass.cpp | 129 struct ResultType { struct 130 bool value; 131 constexpr operator bool() const { return value; } in operator bool()
|
| /external/clang/lib/CodeGen/ |
| D | CGVTables.cpp | 84 QualType ResultType, RValue RV, in PerformReturnAdjustment() 149 QualType ResultType = FPT->getReturnType(); in GenerateVarArgsThunk() local 218 QualType ResultType = CGM.getCXXABI().HasThisReturn(GD) in StartThunk() local 310 QualType ResultType = CGM.getCXXABI().HasThisReturn(CurGD) in EmitCallAndReturnForThunk() local
|
| D | CGBuiltin.cpp | 74 QualType T, llvm::Type *ResultType) { in EmitFromInt() 621 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 638 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 655 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 676 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 692 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 3326 llvm::Type *ResultType = CGF.ConvertType(E->getType()); in EmitCommonNeonSISDBuiltinExpr() local 3754 llvm::Type *ResultType = ConvertType(E->getType()); in EmitCommonNeonBuiltinExpr() local 7479 llvm::Type *ResultType = ConvertType(E->getType()); in EmitPPCBuiltinExpr() local 7490 llvm::Type *ResultType = ConvertType(E->getType()); in EmitPPCBuiltinExpr() local [all …]
|
| D | CodeGenTypes.cpp | 354 llvm::Type *ResultType = nullptr; in ConvertFunctionType() local 395 llvm::Type *ResultType = nullptr; in ConvertType() local
|
| D | CGCXXABI.cpp | 189 RValue RV, QualType ResultType) { in EmitReturnFromThunk()
|
| /external/gemmlowp/test/ |
| D | benchmark.cc | 173 typedef Matrix<std::uint8_t, MapOrder::ColMajor> ResultType; in benchmark() typedef 217 typedef Matrix<std::uint8_t, MapOrder::ColMajor> ResultType; in benchmark_gemm_sizes() typedef
|
| D | benchmark_all_sizes.cc | 117 typedef Matrix<std::uint8_t, MapOrder::ColMajor> ResultType; in benchmark_8bit() typedef 169 typedef Matrix<std::int32_t, MapOrder::ColMajor> ResultType; in benchmark_8bit_to_32bit() typedef
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
| D | RPCUtils.h | 461 using ResultType = Expected<ResultT>; variable 468 using ResultType = Error; variable 475 using ResultType = Error; variable 482 using ResultType = Error; variable 1515 using ResultType = typename detail::ResultTraits<AltRetT>::ErrorReturnType; in callB() local
|
| /external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/ |
| D | tf_cpurt.h | 88 using ResultType = tensorflow::tfrt_stub::FallbackTensor; member
|
| D | tf_jitrt.h | 107 using ResultType = tfrt_stub::FallbackTensor; member
|
| /external/clang/lib/Sema/ |
| D | CodeCompleteConsumer.cpp | 179 CodeCompletionString::Chunk::CreateResultType(const char *ResultType) { in CreateResultType() 362 void CodeCompletionBuilder::AddResultTypeChunk(const char *ResultType) { in AddResultTypeChunk()
|
| /external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/python_binding/ |
| D | tf_cpurt_executor.cc | 224 using ResultType = py::array; typedef
|
| D | tf_jitrt_executor.cc | 167 using ResultType = py::array; typedef
|
| /external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
| D | lb_policy.h | 207 enum ResultType { enum
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | DynamicTypePropagation.cpp | 698 QualType ResultType = StaticResultType.substObjCTypeArgs( in getReturnTypeForMethod() local 838 QualType ResultType = in checkPostObjCMessage() local
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXGenericToNVVM.cpp | 183 Type *ResultType = in getOrInsertCVTA() local
|
| /external/llvm/lib/IR/ |
| D | IRBuilder.cpp | 439 Type *ResultType, in CreateGCResult() 453 Type *ResultType, in CreateGCRelocate()
|
| /external/angle/build/android/pylib/base/ |
| D | base_test_result.py | 18 class ResultType: class
|
| /external/cronet/build/android/pylib/base/ |
| D | base_test_result.py | 18 class ResultType: class
|
| /external/cronet/net/dns/ |
| D | dns_test_util.h | 283 enum class ResultType { enum
|
| /external/clang/test/SemaCXX/ |
| D | typo-correction.cpp | 382 enum ResultType { enum in class_member_typo_corrections::Result 402 enum ResultType { enum in class_member_typo_corrections::Figure
|