Home
last modified time | relevance | path

Searched defs:ResultType (Results 1 – 25 of 84) sorted by relevance

1234

/external/tensorflow/tensorflow/core/lib/random/
Drandom_distributions.h74 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 …]
Dphilox_random_test.cc39 typedef PhiloxRandom::ResultType ResultType; typedef in tensorflow::random::__anon028eeeef0111::TrivialPhiloxDistribution
/external/ComputeLibrary/tests/
DAssetsLibrary.h538 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/
Dstateless_random_gamma_op.h77 typedef typename Distribution::ResultType ResultType; typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.utility/view.interface/
Dview.interface.pass.cpp129 struct ResultType { struct
130 bool value;
131 constexpr operator bool() const { return value; } in operator bool()
/external/clang/lib/CodeGen/
DCGVTables.cpp84 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
DCGBuiltin.cpp74 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 …]
DCodeGenTypes.cpp354 llvm::Type *ResultType = nullptr; in ConvertFunctionType() local
395 llvm::Type *ResultType = nullptr; in ConvertType() local
DCGCXXABI.cpp189 RValue RV, QualType ResultType) { in EmitReturnFromThunk()
/external/gemmlowp/test/
Dbenchmark.cc173 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
Dbenchmark_all_sizes.cc117 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/
DRPCUtils.h461 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/
Dtf_cpurt.h88 using ResultType = tensorflow::tfrt_stub::FallbackTensor; member
Dtf_jitrt.h107 using ResultType = tfrt_stub::FallbackTensor; member
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp179 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/
Dtf_cpurt_executor.cc224 using ResultType = py::array; typedef
Dtf_jitrt_executor.cc167 using ResultType = py::array; typedef
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dlb_policy.h207 enum ResultType { enum
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp698 QualType ResultType = StaticResultType.substObjCTypeArgs( in getReturnTypeForMethod() local
838 QualType ResultType = in checkPostObjCMessage() local
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp183 Type *ResultType = in getOrInsertCVTA() local
/external/llvm/lib/IR/
DIRBuilder.cpp439 Type *ResultType, in CreateGCResult()
453 Type *ResultType, in CreateGCRelocate()
/external/angle/build/android/pylib/base/
Dbase_test_result.py18 class ResultType: class
/external/cronet/build/android/pylib/base/
Dbase_test_result.py18 class ResultType: class
/external/cronet/net/dns/
Ddns_test_util.h283 enum class ResultType { enum
/external/clang/test/SemaCXX/
Dtypo-correction.cpp382 enum ResultType { enum in class_member_typo_corrections::Result
402 enum ResultType { enum in class_member_typo_corrections::Figure

1234