Home
last modified time | relevance | path

Searched refs:sliced (Results 1 – 25 of 43) sorted by relevance

12

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_FMT.c391 format.type, format.fmt.sliced.service_set, in do_get_formats()
393 format.fmt.sliced.io_size, in do_get_formats()
394 format.fmt.sliced.reserved[0], in do_get_formats()
395 format.fmt.sliced.reserved[1] in do_get_formats()
397 if (sizeof(format.fmt.sliced) < in do_get_formats()
401 for (j = sizeof(format.fmt.sliced); in do_get_formats()
411 CU_ASSERT_EQUAL(format.fmt.sliced.service_lines[0][0], in do_get_formats()
436 CU_ASSERT_EQUAL(format.fmt.sliced.service_lines[1][0], in do_get_formats()
462 CU_ASSERT_EQUAL(format.fmt.sliced.reserved[0], 0); in do_get_formats()
463 CU_ASSERT_EQUAL(format.fmt.sliced.reserved[1], 0); in do_get_formats()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dops_util_test.cc332 Tensor sliced; in TEST_F()
333 CHECK(sliced.CopyFrom(t.Slice(start, end), TensorShape({end - start}))); in TEST_F()
334 EXPECT_EQ(sliced.IsAligned(), true); in TEST_F()
346 Tensor sliced; in TEST_F() local
347 CHECK(sliced.CopyFrom(t.Slice(start, end), TensorShape({end - start}))); in TEST_F()
348 EXPECT_EQ(sliced.IsAligned(), false); in TEST_F()
370 Tensor sliced; in TEST_F()
371 CHECK(sliced.CopyFrom(t.Slice(start, end), TensorShape({1, inner_dim_size}))); in TEST_F()
372 EXPECT_EQ(sliced.IsAligned(), true); in TEST_F()
386 Tensor sliced; in TEST_F() local
[all …]
Deigen_mkldnn_contraction_kernel_test.cc84 Scalar sliced = slice_dst.coeff(i); in TEST() local
85 EXPECT_EQ(packed, sliced); in TEST()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SparseSliceGrad.pbtxt7 the non-empty values of the sliced `SparseTensor`.
25 2-D. The `indices` of the sliced `SparseTensor`.
37 the sliced `SparseTensor`, and outputs the gradients w.r.t.
Dapi_def_StridedSliceAssign.pbtxt3 summary: "Assign `value` to the sliced l-value reference of `ref`."
Dapi_def_ResourceStridedSliceAssign.pbtxt3 summary: "Assign `value` to the sliced l-value reference of `ref`."
Dapi_def_TPUEmbeddingActivations.pbtxt32 This op simply returns its first input, which is assumed to have been sliced
Dapi_def_StridedSlice.pbtxt53 specify the sliced range for every dimension. For example for a 4-dimensional
/external/strace/tests/
Dioctl_v4l2.c146 f->fmt.sliced.service_set = V4L2_SLICED_VPS; in init_v4l2_format()
147 f->fmt.sliced.io_size = 0xd897925a; in init_v4l2_format()
149 i < ARRAY_SIZE(f->fmt.sliced.service_lines[0]); in init_v4l2_format()
151 f->fmt.sliced.service_lines[0][i] = 0xc38e | i; in init_v4l2_format()
152 f->fmt.sliced.service_lines[1][i] = 0x3abb | i; in init_v4l2_format()
317 f->fmt.sliced.io_size); in dprint_ioctl_v4l2()
319 i < ARRAY_SIZE(f->fmt.sliced.service_lines); in dprint_ioctl_v4l2()
325 j < ARRAY_SIZE(f->fmt.sliced.service_lines[0]); in dprint_ioctl_v4l2()
330 f->fmt.sliced.service_lines[i][j]); in dprint_ioctl_v4l2()
/external/strace/tests-m32/
Dioctl_v4l2.c146 f->fmt.sliced.service_set = V4L2_SLICED_VPS; in init_v4l2_format()
147 f->fmt.sliced.io_size = 0xd897925a; in init_v4l2_format()
149 i < ARRAY_SIZE(f->fmt.sliced.service_lines[0]); in init_v4l2_format()
151 f->fmt.sliced.service_lines[0][i] = 0xc38e | i; in init_v4l2_format()
152 f->fmt.sliced.service_lines[1][i] = 0x3abb | i; in init_v4l2_format()
317 f->fmt.sliced.io_size); in dprint_ioctl_v4l2()
319 i < ARRAY_SIZE(f->fmt.sliced.service_lines); in dprint_ioctl_v4l2()
325 j < ARRAY_SIZE(f->fmt.sliced.service_lines[0]); in dprint_ioctl_v4l2()
330 f->fmt.sliced.service_lines[i][j]); in dprint_ioctl_v4l2()
/external/strace/tests-mx32/
Dioctl_v4l2.c146 f->fmt.sliced.service_set = V4L2_SLICED_VPS; in init_v4l2_format()
147 f->fmt.sliced.io_size = 0xd897925a; in init_v4l2_format()
149 i < ARRAY_SIZE(f->fmt.sliced.service_lines[0]); in init_v4l2_format()
151 f->fmt.sliced.service_lines[0][i] = 0xc38e | i; in init_v4l2_format()
152 f->fmt.sliced.service_lines[1][i] = 0x3abb | i; in init_v4l2_format()
317 f->fmt.sliced.io_size); in dprint_ioctl_v4l2()
319 i < ARRAY_SIZE(f->fmt.sliced.service_lines); in dprint_ioctl_v4l2()
325 j < ARRAY_SIZE(f->fmt.sliced.service_lines[0]); in dprint_ioctl_v4l2()
330 f->fmt.sliced.service_lines[i][j]); in dprint_ioctl_v4l2()
/external/tensorflow/tensorflow/python/debug/cli/
Ddebugger_cli_common_test.py788 sliced = self._original.slice(0, 1)
790 self.assertEqual(["Roses are red"], sliced.lines)
791 self.assertEqual({0: [(0, 5, "red")]}, sliced.font_attr_segs)
797 }, sliced.annotations)
799 self.assertEqual(1, sliced.num_lines())
802 sliced = self._original.slice(1, 2)
804 self.assertEqual(["Violets are blue"], sliced.lines)
807 self.assertEqual({0: [(0, 7, "blue")]}, sliced.font_attr_segs)
811 }, sliced.annotations)
813 self.assertEqual(1, sliced.num_lines())
/external/guava/guava-tests/test/com/google/common/io/
DByteSourceTester.java88 ByteSourceFactory sliced = SourceSinkFactories.asSlicedByteSourceFactory(factory, off, len); in suiteForBytes() local
89 suite.addTest(suiteForBytes(sliced, bytes, name + ".slice[int, int]", in suiteForBytes()
/external/strace/
Dv4l2.c305 printxval(v4l2_sliced_flags, f->fmt.sliced.service_set, in print_v4l2_format_fmt()
308 f->fmt.sliced.io_size); in print_v4l2_format_fmt()
309 for (i = 0; i < ARRAY_SIZE(f->fmt.sliced.service_lines); i++) { in print_v4l2_format_fmt()
314 j < ARRAY_SIZE(f->fmt.sliced.service_lines[0]); in print_v4l2_format_fmt()
319 f->fmt.sliced.service_lines[i][j]); in print_v4l2_format_fmt()
/external/tensorflow/tensorflow/contrib/recurrent/python/ops/
Dfunctional_rnn.py215 sliced = math_ops.multiply(last_idx_for_bcast, state_var)
216 last_var = math_ops.reduce_sum(sliced, 0)
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner_test.cc480 auto sliced = ops::Slice(root, shape, ones, ones); in TEST_F() local
484 .Input(sliced.node()) in TEST_F()
491 TF_ASSERT_OK(m.AddNode(sliced.node())); in TEST_F()
514 auto sliced = ops::Slice(root, shape, ones, ones); in TEST_F() local
518 .Input(sliced.node()) in TEST_F()
525 TF_ASSERT_OK(m.AddNode(sliced.node())); in TEST_F()
547 auto sliced = ops::Slice(root, shape, ones, ones); in TEST_F() local
551 .Input(sliced.node()) in TEST_F()
558 TF_ASSERT_OK(m.AddNode(sliced.node())); in TEST_F()
/external/python/cpython3/Objects/
Dmemoryobject.c2389 PyMemoryViewObject *sliced; in memory_subscript() local
2391 sliced = (PyMemoryViewObject *)mbuf_add_view(self->mbuf, view); in memory_subscript()
2392 if (sliced == NULL) in memory_subscript()
2395 if (init_slice(&sliced->view, key, 0) < 0) { in memory_subscript()
2396 Py_DECREF(sliced); in memory_subscript()
2399 init_len(&sliced->view); in memory_subscript()
2400 init_flags(sliced); in memory_subscript()
2402 return (PyObject *)sliced; in memory_subscript()
/external/tensorflow/tensorflow/python/kernel_tests/
Dtensor_array_ops_test.py934 sliced = array_ops.slice(
936 sliced = array_ops.squeeze(sliced)
937 out = sliced + var + state
938 state += sliced
/external/python/cpython3/Lib/test/
Dtest_buffer.py767 lst=-1, sliced=False, cast=False): argument
806 if not (sliced and suboffsets):
934 if not (sliced and suboffsets):
945 def verify_getbuf(self, orig_ex, ex, req, sliced=False): argument
993 lst=lst, sliced=sliced)
1066 sliced=True)
1068 sliced=True)
1712 sliced = multislice(lst, slices)
1725 self.assertEqual(ndsliced.tolist(), sliced)
1747 sliced = multislice(lst, slices)
[all …]
/external/boringssl/ios-arm/crypto/fipsmodule/
Dbsaes-armv7.S32 @ Bit-sliced AES for ARM NEON
1367 add r12, #96 @ size of bit-sliced key schedule
/external/boringssl/linux-arm/crypto/fipsmodule/
Dbsaes-armv7.S33 @ Bit-sliced AES for ARM NEON
1358 add r12, #96 @ size of bit-sliced key schedule
/external/python/cpython3/Doc/tutorial/
Dintroduction.rst281 omitted second index defaults to the size of the string being sliced. ::
387 indexed and sliced::
/external/icu/icu4c/source/samples/ufortune/resources/
Droot.txt86 "A [golf] ball sliced or hooked into the rough shall be lifted and
/external/python/cpython2/Doc/tutorial/
Dintroduction.rst281 omitted second index defaults to the size of the string being sliced. ::
481 indexed and sliced::
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dgpu.md226 On GPU, tensor data is sliced into 4-channels. Thus, a computation on a tensor

12