/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorRef.h | 216 array<Index, 2> indices; in operator() local 224 array<Index, 3> indices; in operator() local 233 array<Index, 4> indices; in operator() local 243 array<Index, 5> indices; in operator() local 254 array<Index, 2> indices; in coeffRef() local 262 array<Index, 3> indices; in coeffRef() local 271 array<Index, 4> indices; in operator() local 281 array<Index, 5> indices; in coeffRef() local 292 EIGEN_STRONG_INLINE const Scalar coeff(const array<Index, NumIndices>& indices) const in coeff() 310 EIGEN_STRONG_INLINE Scalar& coeffRef(const array<Index, NumIndices>& indices) in coeffRef()
|
/external/skqp/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/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/tensorflow/tensorflow/python/kernel_tests/ |
D | scatter_ops_test.py | 34 def _NumpyAdd(ref, indices, updates): argument 41 def _NumpySub(ref, indices, updates): argument 46 def _NumpyMul(ref, indices, updates): argument 51 def _NumpyDiv(ref, indices, updates): argument 56 def _NumpyUpdate(ref, indices, updates): argument
|
D | scatter_nd_ops_test.py | 54 def _NumpyScatterNd(ref, indices, updates, op): argument 71 def _NumpyUpdate(ref, indices, updates): argument 75 def _NumpyAdd(ref, indices, updates): argument 79 def _NumpySub(ref, indices, updates): argument 83 def _NumpyMul(ref, indices, updates): argument 87 def _NumpyDiv(ref, indices, updates): argument 363 def scatter_nd(self, indices, updates, shape, input_=None): argument 582 def scatter_nd(self, indices, updates, shape, input_=None): argument
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | sparse_index_array.cc | 27 std::vector<int64> indices) in SparseIndexArray() 36 tensorflow::gtl::ArraySlice<int64> indices) in SparseIndexArray() 41 const Array2D<int64>& indices) in SparseIndexArray()
|
/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
|
/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/skqp/src/gpu/ |
D | GrPathRange.cpp | 27 void GrPathRange::loadPathsIfNeeded(const void* indices, PathIndexType indexType, int count) const { in loadPathsIfNeeded() argument 42 void GrPathRange::assertPathsLoaded(const void* indices, PathIndexType indexType, int count) const { in assertPathsLoaded() argument
|
/external/skia/src/gpu/ |
D | GrPathRange.cpp | 27 void GrPathRange::loadPathsIfNeeded(const void* indices, PathIndexType indexType, int count) const { in loadPathsIfNeeded() argument 42 void GrPathRange::assertPathsLoaded(const void* indices, PathIndexType indexType, int count) const { in assertPathsLoaded() argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_dense_binary_op_shared_test.cc | 100 const gtl::ArraySlice<int64> indices(in); in TEST_F() local 129 const gtl::ArraySlice<int64> indices(in); in TEST_F() local 156 const gtl::ArraySlice<int64> indices(in); in TEST_F() local 188 const gtl::ArraySlice<int64> indices(in); in TEST_F() local 231 Node* indices; member 240 Tensor indices(DT_INT64, TensorShape({total_nnz, kNumDims})); in MakeSparseTensor() local
|
D | sparse_reduce_sum_op_test.cc | 55 const gtl::ArraySlice<int64> indices(in); in TEST_F() local 97 const gtl::ArraySlice<int64> indices(in); in TEST_F() local
|
D | scatter_op.cc | 40 const Tensor& indices) { in ValidShapes() 56 const Tensor& indices, const Tensor& updates) { in DoValidationChecking() 98 const Tensor& indices = c->input(1); in DoCompute() local 162 const Tensor& indices = c->input(1); in DoCompute() local
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/ |
D | sparse_column_iterable_test.cc | 31 const auto indices = Tensor(DT_INT64, {0, 2}); in TEST_F() local 48 const auto indices = in TEST_F() local
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_array.c | 753 const GLvoid * indices, in vbo_validated_drawrangeelements() 828 const GLvoid * indices, GLint basevertex) in vbo_exec_DrawRangeElementsBaseVertex() 912 GLsizei count, GLenum type, const GLvoid * indices) in vbo_exec_DrawRangeElements() 932 const GLvoid * indices) in vbo_exec_DrawElements() 954 const GLvoid * indices, GLint basevertex) in vbo_exec_DrawElementsBaseVertex() 976 const GLvoid * indices, GLsizei numInstances) in vbo_exec_DrawElementsInstanced() 999 GLenum type, const GLvoid * indices, in vbo_exec_DrawElementsInstancedBaseVertex() 1028 const GLvoid *indices, in vbo_exec_DrawElementsInstancedBaseInstance() 1059 const GLvoid *indices, in vbo_exec_DrawElementsInstancedBaseVertexBaseInstance() 1092 const GLvoid * const *indices, in vbo_validated_multidrawelements() [all …]
|
/external/eigen/Eigen/src/Core/ |
D | Transpositions.h | 69 const IndicesType& indices() const { return derived().indices(); } in indices() function 71 IndicesType& indices() { return derived().indices(); } in indices() function
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | IndexDataManager.cpp | 63 void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex) in computeRange() 75 void computeRange(GLenum type, const void *indices, GLsizei count, GLuint *minIndex, GLuint *maxInd… in computeRange() 88 …ager::prepareIndexData(GLenum type, GLsizei count, Buffer *buffer, const void *indices, Translated… in prepareIndexData()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | gather_op.cc | 31 const xla::ComputationDataHandle& indices, in XlaGather() 115 auto indices = loop_vars[1]; in XlaGather() local 172 auto indices = context->Input(1); in Compile() local 238 auto indices = context->Input(1); in Compile() local
|
/external/swiftshader/src/OpenGL/libGL/ |
D | IndexDataManager.cpp | 67 void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex) in computeRange() 79 void computeRange(GLenum type, const void *indices, GLsizei count, GLuint *minIndex, GLuint *maxInd… in computeRange() 96 …ager::prepareIndexData(GLenum type, GLsizei count, Buffer *buffer, const void *indices, Translated… in prepareIndexData()
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | scatter_nd_op_test.py | 49 def _NumpyScatterNd(ref, indices, updates, op): argument 66 def _NumpyUpdate(indices, updates, shape): argument 121 def _runScatterNd(self, indices, updates, shape): argument
|
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns_test.cc | 943 Tensor indices = test::AsTensor<int32>({1, 2}); in TEST() local 1004 auto indices = c.input(0); in TEST() local 1017 auto indices = c.input(0); in TEST() local 1030 auto indices = c.input(0); in TEST() local 1044 auto indices = c.input(0); in TEST() local 1058 auto indices = c.input(0); in TEST() local 1072 auto indices = c.input(0); in TEST() local 1085 auto indices = c.input(0); in TEST() local 1098 auto indices = c.input(0); in TEST() local 1111 auto indices = c.input(0); in TEST() local [all …]
|
/external/libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/ |
D | array.pass.cpp | 30 const int indices[] = {-1, 0, 1}; in main() local
|
D | array.fail.cpp | 35 const int indices[] = {-1, 0, 1}; in main() local
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextUtil.cpp | 62 const deUint16 indices[] = { 0, 1, 2, 2, 1, 3 }; in drawQuadWithVaoBuffers() local 132 const deUint16 indices[] = { 0, 1, 2, 2, 1, 3 }; in drawQuadWithClientPointers() local
|
/external/testng/src/main/java/org/testng/annotations/ |
D | DataProvider.java | 35 int[] indices() default {}; in indices() method
|