/external/tensorflow/tensorflow/python/kernel_tests/ |
D | scatter_ops_test.py | 35 def _NumpyAdd(ref, indices, updates): argument 42 def _NumpyAddScalar(ref, indices, update): argument 47 def _NumpySub(ref, indices, updates): argument 52 def _NumpySubScalar(ref, indices, update): argument 57 def _NumpyMul(ref, indices, updates): argument 62 def _NumpyMulScalar(ref, indices, update): argument 67 def _NumpyDiv(ref, indices, updates): argument 72 def _NumpyDivScalar(ref, indices, update): argument 77 def _NumpyMin(ref, indices, updates): argument 82 def _NumpyMinScalar(ref, indices, update): argument [all …]
|
/external/tensorflow/tensorflow/python/ops/ |
D | state_ops.py | 387 def scatter_update(ref, indices, updates, use_locking=True, name=None): argument 441 def scatter_nd_update(ref, indices, updates, use_locking=True, name=None): argument 503 def scatter_add(ref, indices, updates, use_locking=False, name=None): argument 555 def scatter_nd_add(ref, indices, updates, use_locking=False, name=None): argument 618 def scatter_sub(ref, indices, updates, use_locking=False, name=None): argument 672 def scatter_nd_sub(ref, indices, updates, use_locking=False, name=None): argument 736 def scatter_mul(ref, indices, updates, use_locking=False, name=None): argument 788 def scatter_div(ref, indices, updates, use_locking=False, name=None): argument 840 def scatter_max(ref, indices, updates, use_locking=False, name=None): argument 895 def scatter_min(ref, indices, updates, use_locking=False, name=None): argument [all …]
|
/external/angle/src/tests/gl_tests/ |
D | LineLoopTest.cpp | 148 static const GLubyte indices[] = {0, 7, 6, 9, 8, 0}; in TEST_P() local 157 static const GLushort indices[] = {0, 7, 6, 9, 8, 0}; in TEST_P() local 171 static const GLuint indices[] = {0, 7, 6, 9, 8, 0}; in TEST_P() local 180 static const GLubyte indices[] = {0, 7, 6, 9, 8, 0}; in TEST_P() local 194 static const GLushort indices[] = {0, 7, 6, 9, 8, 0}; in TEST_P() local 213 static const GLuint indices[] = {0, 7, 6, 9, 8, 0}; in TEST_P() local 231 static const GLubyte indices[] = {0, 7, 6, 9, 8, 0}; in TEST_P() local 258 static const GLushort indices[] = {0, 7, 6, 9, 8, 0}; in TEST_P() local 290 static const GLuint indices[] = {0, 7, 6, 9, 8, 0}; in TEST_P() local 488 const void *indices, in runTest() [all …]
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_batch_gather_op_test.py | 149 def testRaggedBatchGather(self, descr, params, indices, expected): argument 352 self, descr, params, indices, expected, indices_ragged_rank=None, argument 414 self, descr, params, indices, expected, default_value): argument 435 self, params, indices, default_value, error): argument 462 self, descr, params, indices, default_value, error, ragged_rank=None, argument 529 indices, argument
|
D | ragged_gather_ops.py | 37 indices, argument 114 def _gather(params, indices, axis, batch_dims): argument 176 def _batch_gather(params, indices, axis, batch_dims): argument 258 def _axis_gather(params, indices, axis): argument 330 def gather_nd(params, indices, batch_dims=0, name=None): argument
|
D | ragged_batch_gather_with_default_op.py | 39 indices, argument 144 def _get_pad_shape(params, indices, row_splits_dtype): argument
|
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLGatherKernel.cpp | 37 inline Status validate_arguments(const ITensorInfo *input, const ITensorInfo *indices, const ITenso… in validate_arguments() 59 std::pair<Status, Window> validate_and_configure_window(ITensorInfo *input, ITensorInfo *indices, I… in validate_and_configure_window() 81 void CLGatherKernel::configure(const ICLTensor *input, const ICLTensor *indices, ICLTensor *output,… in configure() 86 …onst CLCompileContext &compile_context, const ICLTensor *input, const ICLTensor *indices, ICLTenso… in configure() 112 Status CLGatherKernel::validate(const ITensorInfo *input, const ITensorInfo *indices, const ITensor… in validate()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorRef.h | 227 array<Index, 2> indices; in operator() local 235 array<Index, 3> indices; in operator() local 244 array<Index, 4> indices; in operator() local 254 array<Index, 5> indices; in operator() local 265 array<Index, 2> indices; in coeffRef() local 273 array<Index, 3> indices; in coeffRef() local 282 array<Index, 4> indices; in operator() local 292 array<Index, 5> indices; in coeffRef() local 303 EIGEN_STRONG_INLINE const Scalar coeff(const array<Index, NumIndices>& indices) const in coeff() 321 EIGEN_STRONG_INLINE Scalar& coeffRef(const array<Index, NumIndices>& indices) in coeffRef()
|
/external/webrtc/rtc_tools/frame_analyzer/ |
D | video_temporal_aligner_unittest.cc | 45 const std::vector<size_t> indices = in TEST_F() local 54 const std::vector<size_t> indices = {2, 2, 2, 2}; in TEST_F() local 66 std::vector<size_t> indices; in TEST_F() local 81 std::vector<size_t> indices; in TEST_F() local 107 std::vector<size_t> indices; in TEST_F() local
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | gather_nd.cc | 38 const TfLiteTensor* indices; in Prepare() local 105 TfLiteStatus GatherNd(const TfLiteTensor* params, const TfLiteTensor* indices, in GatherNd() 116 const TfLiteTensor* indices, TfLiteTensor* output) { in GatherNdString() 125 const TfLiteTensor* indices, TfLiteTensor* output) { in EvalGatherNd() 163 const TfLiteTensor* indices; in Eval() local
|
D | sparse_to_dense.cc | 52 const TfLiteTensor* indices, in CheckDimensionsMatch() 86 const TfLiteTensor* indices, in GetIndicesVector() 146 const TfLiteTensor* indices; in Prepare() local 202 const TfLiteTensor* indices; in SparseToDenseImpl() local 239 const TfLiteTensor* indices) { in EvalForIndexType() 257 const TfLiteTensor* indices; in Eval() local
|
D | scatter_nd.cc | 50 TfLiteStatus CheckShapes(TfLiteContext* context, const RuntimeShape& indices, in CheckShapes() 77 const TfLiteTensor* indices; in Prepare() local 129 TfLiteStatus ScatterNd(const TfLiteTensor* indices, const TfLiteTensor* updates, in ScatterNd() 139 TfLiteStatus EvalScatterNd(TfLiteContext* context, const TfLiteTensor* indices, in EvalScatterNd() 171 const TfLiteTensor* indices; in Eval() local
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | segment_reduction_ops_test.py | 35 def _segmentReduction(self, op, data, indices, num_segments): argument 44 def _unsortedSegmentSum(self, data, indices, num_segments): argument 48 def _unsortedSegmentProd(self, data, indices, num_segments): argument 52 def _unsortedSegmentMin(self, data, indices, num_segments): argument 56 def _unsortedSegmentMax(self, data, indices, num_segments): argument
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeVertexArrayApiTests.cpp | 537 GLbyte indices[1] = {0}; in draw_elements() local 612 GLbyte indices[1] = {0}; in draw_elements_invalid_program() local 651 GLbyte indices[1] = {0}; in draw_elements_incomplete_primitive() local 733 GLuint indices[1] = {0}; in draw_elements_base_vertex() local 768 GLuint indices[1] = {0}; in draw_elements_base_vertex_primitive_mode_mismatch() local 902 GLbyte indices[1] = {0}; in draw_elements_instanced() local 981 GLbyte indices[1] = {0}; in draw_elements_instanced_invalid_program() local 1025 GLbyte indices[1] = {0}; in draw_elements_instanced_incomplete_primitive() local 1106 GLbyte indices[1] = {0}; in draw_elements_instanced_base_vertex() local 1152 GLuint indices[1] = {0}; in draw_elements_instanced_base_vertex_primitive_mode_mismatch() local [all …]
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLGather.cpp | 32 void CLGather::configure(const ICLTensor *input, const ICLTensor *indices, ICLTensor *output, int a… in configure() 37 …onst CLCompileContext &compile_context, const ICLTensor *input, const ICLTensor *indices, ICLTenso… in configure() 44 Status CLGather::validate(const ITensorInfo *input, const ITensorInfo *indices, const ITensorInfo *… in validate()
|
D | CLMaxUnpoolingLayer.cpp | 44 void CLMaxUnpoolingLayer::configure(ICLTensor *input, ICLTensor *indices, ICLTensor *output, const … in configure() 49 …nfigure(const CLCompileContext &compile_context, ICLTensor *input, ICLTensor *indices, ICLTensor *… in configure() 57 Status CLMaxUnpoolingLayer::validate(const ITensorInfo *input, const ITensorInfo *indices, const IT… in validate()
|
D | CLPoolingLayer.cpp | 34 …nfigure(ICLTensor *input, ICLTensor *output, const PoolingLayerInfo &pool_info, ICLTensor *indices) in configure() 39 …ontext, ICLTensor *input, ICLTensor *output, const PoolingLayerInfo &pool_info, ICLTensor *indices) in configure() 89 …o *input, const ITensorInfo *output, const PoolingLayerInfo &pool_info, const ITensorInfo *indices) in validate()
|
/external/ComputeLibrary/src/core/NEON/kernels/ |
D | NEMaxUnpoolingLayerKernel.cpp | 42 …o *input, const ITensorInfo *output, const PoolingLayerInfo &pool_info, const ITensorInfo *indices) in validate_arguments() 76 void NEMaxUnpoolingLayerKernel::configure(const ITensor *input, const ITensor *indices, ITensor *ou… in configure() 114 Iterator indices(_indices, window); in unpooling2() local 126 Status NEMaxUnpoolingLayerKernel::validate(const ITensorInfo *input, const ITensorInfo *indices, co… in validate()
|
D | NEGatherKernel.cpp | 49 void validate_indices(const ITensor *indices) in validate_indices() 57 Status validate_arguments(const ITensorInfo *input, const ITensorInfo *indices, const ITensorInfo *… in validate_arguments() 135 void NEGatherKernel::configure(const ITensor *input, const ITensor *indices, ITensor *output, int a… in configure() 192 Status NEGatherKernel::validate(const ITensorInfo *input, const ITensorInfo *indices, const ITensor… in validate()
|
/external/skia/src/core/ |
D | SkVertState.cpp | 23 const uint16_t* indices = state->fIndices; in TrianglesX() local 53 const uint16_t* indices = state->fIndices; in TriangleStripX() local 83 const uint16_t* indices = state->fIndices; in TriangleFanX() local
|
/external/python/cpython3/Lib/idlelib/ |
D | parenmatch.py | 96 def finish_paren_event(self, indices): argument 120 def create_tag_opener(self, indices): argument 125 def create_tag_parens(self, indices): argument 134 def create_tag_expression(self, indices): argument
|
/external/proguard/src/proguard/gui/ |
D | ListPanel.java | 227 protected void moveElementsAt(int[] indices, int offset) in moveElementsAt() 246 protected void insertElementsAt(Object[] elements, int[] indices) in insertElementsAt() 267 protected void setElementsAt(Object[] elements, int[] indices) in setElementsAt() 279 protected void removeElementsAt(int[] indices) in removeElementsAt()
|
/external/angle/src/common/ |
D | utilities_unittest.cpp | 19 std::vector<unsigned int> indices; in TEST() local 32 std::vector<unsigned int> indices; in TEST() local 41 std::vector<unsigned int> indices; in TEST() local 55 std::vector<unsigned int> indices; in TEST() local 67 std::vector<unsigned int> indices; in TEST() local
|
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/ |
D | scatter_nd_ops_test.py | 63 def _NumpyScatterNd(ref, indices, updates, op): argument 80 def _NumpyUpdate(ref, indices, updates): argument 84 def _NumpyAdd(ref, indices, updates): argument 88 def _NumpySub(ref, indices, updates): argument 92 def _NumpyMul(ref, indices, updates): argument 96 def _NumpyDiv(ref, indices, updates): argument 100 def _NumpyMin(ref, indices, updates): argument 104 def _NumpyMax(ref, indices, updates): argument 468 def scatter_nd(self, indices, updates, shape, input_=None): argument 769 def scatter_nd(self, indices, updates, shape, input_=None): argument
|
/external/eigen/demos/opengl/ |
D | icosphere.cpp | 42 std::vector<int>& indices = *mIndices.back(); in IcoSphere() local 54 const std::vector<int>& IcoSphere::indices(int level) const in indices() function in IcoSphere 65 const std::vector<int>& indices = *mIndices.back(); in _subdivide() local
|