Home
last modified time | relevance | path

Searched refs:real_lit (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc170 Literal real_lit(floating_point_shape); in PopulateWithComplexData() local
173 PopulateWithFloatingPointData<InnerFloatT>(&real_lit, engine, no_duplicates, in PopulateWithComplexData()
178 absl::Span<const InnerFloatT> real_data = real_lit.data<InnerFloatT>(); in PopulateWithComplexData()
182 for (int i = 0; i < real_lit.data<InnerFloatT>().size(); i++) { in PopulateWithComplexData()