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

  /external/eigen/unsupported/test/
cxx11_tensor_morphing.cpp 283 auto slice5 = SliceEvaluator(tensor.slice(offsets, extents), DefaultDevice()); local
284 VERIFY_IS_EQUAL(slice5.dimensions().TotalSize(), 210);
290 VERIFY_IS_EQUAL(slice5.data()[slice_index], tensor(i,j,k,l+4));
298 auto slice5 = SliceEvaluator(tensor.slice(offsets, extents), DefaultDevice()); local
299 VERIFY_IS_EQUAL(slice5.dimensions().TotalSize(), 770);
305 VERIFY_IS_EQUAL(slice5.data()[slice_index], tensor(i+1,j,k,l));
  /external/tensorflow/tensorflow/compiler/xla/service/
algebraic_simplifier_test.cc 1844 HloInstruction* slice5 = builder.AddInstruction(HloInstruction::CreateSlice( local
    [all...]

Completed in 170 milliseconds