HomeSort by relevance Sort by last modified time
    Searched defs:dest_array (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/test/
cxx11_tensor_assign.cpp 205 TensorFixedSize<int, Sizes<5> > dest_array; local
207 dest_array.setRandom();
209 dest_data = dest_array.data();
210 dest_array = orig_array;
212 VERIFY_IS_EQUAL(dest_array.data(), dest_data);
214 VERIFY_IS_EQUAL(dest_array(i), orig_array(i));
  /art/compiler/
image_writer.cc 2178 auto* dest_array = down_cast<mirror::PointerArray*>(dst); local
    [all...]

Completed in 634 milliseconds