Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dmatmul_utils.cc239 std::optional<int64_t> algorithm, int64_t compute_precision) { in For()
348 int64_t compute_precision = 0; // Default in For() local
459 se::blas::ComputePrecision compute_precision, in DoGemm()
615 int64_t compute_precision = 0; // Default in For() local
H A Dmatmul_utils.h107 int64_t compute_precision; member
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dmetrics_impl.py2210 def compute_precision(tp, fp, name): function
2292 def compute_precision(tp, fp, name): function