Home
last modified time | relevance | path

Searched defs:real_type (Results 1 – 24 of 24) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dfast_gelu.cc32 auto real_type = tensor_type->element()->type_id(); in InferType() local
Dfast_gelu_grad.cc32 auto real_type = tensor_type->element()->type_id(); in InferType() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dgenerate_real.h71 using real_type = RealType; variable
Diostream_state_saver_test.cc289 using real_type = long double; in TEST() typedef
/third_party/protobuf/third_party/abseil-cpp/absl/random/internal/
Dgenerate_real.h71 using real_type = RealType; variable
/third_party/protobuf/third_party/abseil-cpp/absl/random/
Dbeta_distribution.h284 using real_type = in AlgorithmJoehnk() local
342 using real_type = in AlgorithmCheng() local
Dexponential_distribution.h126 using real_type = in operator() local
Duniform_real_distribution.h161 using real_type = in operator() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dexponential_distribution.h125 using real_type = in operator() local
Dbeta_distribution.h282 using real_type = in AlgorithmJoehnk() local
340 using real_type = in AlgorithmCheng() local
Duniform_real_distribution.h159 using real_type = in operator() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/arrays/
Dconcat_gpu_kernel.cc30 #define CONCAT_GPU_KERNEL_ATTR(input_type, real_type) \ argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dconcat_cpu_kernel.cc118 #define CONCAT_CPU_KERNEL_ATTR(input_type, real_type) \ argument
/third_party/libevdev/libevdev/
Dlibevdev-names.c113 int real_type; in libevdev_event_code_from_name_n() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Duniform_candidate_sampler.cc124 auto real_type = tensor_type->element(); in UCSInferType() local
/third_party/protobuf/src/google/protobuf/
Dextension_set_heavy.cc93 inline FieldDescriptor::Type real_type(FieldType type) { in real_type() function
Dextension_set.h944 auto real_type = static_cast<WireFormatLite::FieldType>(extension->type); in FindExtensionInfoFromFieldNumber() local
Dextension_set.cc44 inline WireFormatLite::FieldType real_type(FieldType type) { in real_type() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dabstract_object.h114 static AObject *MakeAObject(Type real_type) { return MakeAObject(real_type, nullptr, nullptr); } in MakeAObject()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dprogram_specialize.cc1465 const auto &real_type = fallback::GetRealType<AbstractBase, Type>(old_input_abs); in UpdateInputsUserData() local
1469 const auto &real_type = fallback::GetRealShape<AbstractBase, BaseShape>(old_input_abs); in UpdateInputsUserData() local
Dprim.cc3282 const auto &real_type = fallback::GetRealType<AnfNode, Type>(node); in EvalPrim() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/
Dframework_utils.cc83 …reateKernelTensor(const abstract::AbstractBasePtr &cur_abstract, const TypeId &real_type, size_t i… in CreateKernelTensor()
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dcheck_convert_utils.cc997 auto real_type = type; in CheckTensorSubClass() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/c_api/src/
Dnode.cc462 auto real_type = in_type; in CustomOpInferType() local