Home
last modified time | relevance | path

Searched defs:to_float (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringExtras.h199 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
211 inline bool to_float(const Twine &T, float &Num) { in to_float() function
215 inline bool to_float(const Twine &T, double &Num) { in to_float() function
219 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
/external/pytorch/torch/ao/nn/qat/modules/
Dembedding_ops.py109 def to_float(self): member in Embedding
233 def to_float(self): member in EmbeddingBag
Dlinear.py88 def to_float(self): member in Linear
Dconv.py94 def to_float(self): member in _ConvNd
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DStringExtras.h272 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
284 inline bool to_float(const Twine &T, float &Num) { in to_float() function
288 inline bool to_float(const Twine &T, double &Num) { in to_float() function
292 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
/external/pytorch/torch/ao/nn/intrinsic/qat/modules/
Dlinear_relu.py43 def to_float(self): member in LinearReLU
Dlinear_fused.py181 def to_float(self): member in LinearBn1d
Dconv_fused.py394 def to_float(self): member in _ConvBnNd
/external/executorch/examples/models/llama/experimental/
Dsubclass.py114 def to_float( function
/external/autotest/client/cros/audio/
Daudio_helper.py582 def to_float(samples): function
/external/pytorch/test/cpp/tensorexpr/
Dtest_aten.cpp25 ExprHandle to_float = Cast::make(kFloat, load_a); in TEST() local
52 ExprHandle to_float = Sub::make(0, load_a); in TEST() local
79 ExprHandle to_float = Sub::make(0, load_a); in TEST() local
/external/OpenCL-CTS/test_conformance/subgroups/
Dsubgroup_common_templates.h267 static float to_float(subgroups::cl_half x) { return cl_half_to_float(x.data); } in to_float() function
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py1047 def to_float(x, name="ToFloat"): function
/external/harfbuzz_ng/src/
Dhb-open-type.hh238 float to_float (float offset = 0) const { return ((int32_t) Type::v + offset) / shift; } in to_float() function
/external/skia/tests/
DSkRasterPipelineTest.cpp2215 static int to_float(int a) { return sk_bit_cast<int>((float)a); } in to_float() function
/external/pytorch/torch/testing/_internal/
Dcommon_methods_invocations.py806 def to_float(start, end, step): function