Home
last modified time | relevance | path

Searched defs:to_double (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A Dconvert.c277 static bool to_double(zval *php_val, double *dbl) { in to_double() function
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Dconvert.c277 static bool to_double(zval *php_val, double *dbl) { in to_double() function
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_nn.py3738 def to_double(x): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dmath_ops.py1087 def to_double(x, name="ToDouble"): function