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

  /external/eigen/unsupported/test/
cxx11_tensor_morphing.cpp 105 Tensor<float, 5, DataLayout> slice2(1,1,2,2,3);
108 slice2 = tensor.slice(indices2, sizes2);
112 VERIFY_IS_EQUAL(slice2(0,0,i,j,k), tensor(1,1,3+i,4+j,5+k));
241 auto slice2 = SliceEvaluator(tensor.slice(offsets, extents), DefaultDevice()); local
242 VERIFY_IS_EQUAL(slice2.dimensions().TotalSize(), 2);
243 VERIFY_IS_EQUAL(slice2.data()[0], tensor(1,2,3,4));
244 VERIFY_IS_EQUAL(slice2.data()[1], tensor(2,2,3,4));
247 auto slice2 = SliceEvaluator(tensor.slice(offsets, extents), DefaultDevice()); local
248 VERIFY_IS_EQUAL(slice2.dimensions().TotalSize(), 2);
249 VERIFY_IS_EQUAL(slice2.data()[0], tensor(1,2,3,4))
    [all...]
  /external/grpc-grpc/test/core/compression/
stream_compression_test.cc 202 grpc_slice slice2 = grpc_slice_buffer_take_first(&relay); local
204 grpc_slice_malloc(GRPC_SLICE_LENGTH(slice1) + GRPC_SLICE_LENGTH(slice2));
208 GRPC_SLICE_START_PTR(slice2), GRPC_SLICE_LENGTH(slice2));
210 grpc_slice_unref(slice2);
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle_test.cc 329 TensorSlice slice2 = TensorSlice::ParseOrDie("-:1,9"); local
335 TF_ASSERT_OK(writer.AddSlice("foo", kFullShape, slice2,
366 EXPECT_EQ(slice2.DebugString(), slices[1].DebugString());
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
algebraic_simplifier_test.cc 1829 HloInstruction* slice2 = builder.AddInstruction(HloInstruction::CreateSlice( local
    [all...]

Completed in 1047 milliseconds