Home
last modified time | relevance | path

Searched defs:to_int64 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DTracedOrdinal.h46 int64_t to_int64(T v) { in to_int64() function
51 int64_t to_int64(std::chrono::duration<Rep, Period> v) { in to_int64() function
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DUtilsQuantizedAsymm.h39 inline int64_t to_int64(int32_t val) in to_int64() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dmath_ops.py1167 def to_int64(x, name="ToInt64"): function