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

  /external/tensorflow/tensorflow/core/kernels/
split_op.cc 186 Eigen::DSizes<Eigen::DenseIndex, 3> slice_indices;
189 slice_indices[j] =
199 result_shaped = input_reshaped.slice(slice_indices, slice_sizes);
204 slice_indices, slice_sizes); local
337 Eigen::DSizes<Eigen::DenseIndex, 3> slice_indices;
340 slice_indices[j] = indices[j];
349 slice_indices, slice_sizes);
batch_util.cc 159 Eigen::DSizes<Eigen::DenseIndex, NDIMS + 1> slice_indices; local
160 slice_indices[0] = index;
166 parent_t.slice(slice_indices, slice_size) = element_t.reshape(slice_size);
padding_fifo_queue.cc 323 Eigen::DSizes<Eigen::DenseIndex, NDIMS + 1> slice_indices; local
324 slice_indices[0] = index;
330 parent_t.slice(slice_indices, slice_size) = element_t.reshape(slice_size);
  /external/python/cpython3/Lib/test/
test_slice.py 26 def slice_indices(slice, length): function
148 expected = slice_indices(slice, length)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
sliceobject.c 253 slice_indices(PySliceObject* self, PyObject* len) function
288 {"indices", (PyCFunction)slice_indices,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
sliceobject.c 252 slice_indices(PySliceObject* self, PyObject* len) function
287 {"indices", (PyCFunction)slice_indices,
  /external/python/cpython2/Objects/
sliceobject.c 255 slice_indices(PySliceObject* self, PyObject* len) function
290 {"indices", (PyCFunction)slice_indices,
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
reverse_sequence_op.cc 119 // slice_indices is the offset of the start of the reversed sequence in
121 auto slice_indices = body_builder->DynamicUpdateSlice( variable
137 auto slice = body_builder->DynamicSlice(output, slice_indices,
  /external/python/cpython3/Objects/
sliceobject.c 513 slice_indices(PySliceObject* self, PyObject* len) function
556 {"indices", (PyCFunction)slice_indices,
  /external/python/cpython3/Modules/
_testbuffer.c 1924 slice_indices(PyObject *self, PyObject *args) function
    [all...]

Completed in 920 milliseconds