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

  /external/eigen/unsupported/test/
cxx11_tensor_morphing.cpp 261 auto slice4 = SliceEvaluator(tensor.slice(offsets, extents), DefaultDevice()); local
262 VERIFY_IS_EQUAL(slice4.dimensions().TotalSize(), 6);
265 VERIFY_IS_EQUAL(slice4.data()[i+3*j], tensor(i,2+j,3,4));
271 auto slice4 = SliceEvaluator(tensor.slice(offsets, extents), DefaultDevice()); local
272 VERIFY_IS_EQUAL(slice4.dimensions().TotalSize(), 22);
275 VERIFY_IS_EQUAL(slice4.data()[l+11*k], tensor(1,2,3+k,l));
  /external/tensorflow/tensorflow/compiler/xla/service/
algebraic_simplifier_test.cc 1839 HloInstruction* slice4 = builder.AddInstruction(HloInstruction::CreateSlice( local
    [all...]

Completed in 2176 milliseconds