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

  /external/tensorflow/tensorflow/core/kernels/
split_lib_cpu.cc 31 const Eigen::DSizes<Eigen::DenseIndex, 3>& slice_indices,
34 output = input.slice(slice_indices, slice_sizes);
36 output.device(d) = input.slice(slice_indices, slice_sizes);
50 const Eigen::DSizes<Eigen::DenseIndex, 3>& slice_indices,
52 output.device(d) = input.slice(slice_indices, slice_sizes);
split_lib.h 30 const Eigen::DSizes<Eigen::DenseIndex, 2>& slice_indices,
38 const Eigen::DSizes<Eigen::DenseIndex, 3>& slice_indices,
47 const Eigen::DSizes<Eigen::DenseIndex, 3>& slice_indices,
57 const Eigen::DSizes<Eigen::DenseIndex, 3>& slice_indices,
slice_op.h 31 const Eigen::DSizes<Eigen::DenseIndex, NDIMS>& slice_indices,
38 indices[i] = slice_indices[i];
46 output.device(d) = input.slice(slice_indices, slice_sizes);
split_lib_gpu.cu.cc 36 const Eigen::DSizes<Eigen::DenseIndex, 3>& slice_indices,
38 To32Bit(output).device(d) = To32Bit(input).slice(slice_indices, slice_sizes);
45 const Eigen::DSizes<Eigen::DenseIndex, 2>& slice_indices,
47 To32Bit(output).device(d) = To32Bit(input).slice(slice_indices, slice_sizes);
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);
topk_op_gpu.cu.cc 520 const Eigen::DSizes<Eigen::DenseIndex, 2> slice_indices{0, 0};
523 To32Bit(temp_indices.matrix<int32>()).slice(slice_indices, slice_sizes);
525 To32Bit(temp_values.matrix<T>()).slice(slice_indices, slice_sizes);
batch_kernels.cc 160 Eigen::DSizes<Eigen::DenseIndex, 3> slice_indices{0, position, 0};
163 output_shaped, input_reshaped, slice_indices,
    [all...]
  /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,
  /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/python/cpython3/Lib/test/
test_slice.py 26 def slice_indices(slice, length): function
148 expected = slice_indices(slice, length)
test_buffer.py 550 _, _, _, control = slice_indices(s, listlen)
594 _, _, _, slicelen = slice_indices(s_small, small)
    [all...]
  /external/python/cpython3/Objects/
sliceobject.c 513 slice_indices(PySliceObject* self, PyObject* len) function
556 {"indices", (PyCFunction)slice_indices,
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_instruction_fusion_test.cc 495 1, ShapeUtil::MakeShape(U32, {3}), "slice_indices")),
  /external/python/cpython3/Modules/
_testbuffer.c 1924 slice_indices(PyObject *self, PyObject *args) function
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
algebraic_simplifier_test.cc     [all...]
  /prebuilts/python/linux-x86/2.7.5/bin/
python 
python2 
python2.7 

Completed in 444 milliseconds