/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 …]
|
D | scatter_nd_ops_test.py | 62 def _NumpyScatterNd(ref, indices, updates, op): argument 79 def _NumpyUpdate(ref, indices, updates): argument 83 def _NumpyAdd(ref, indices, updates): argument 87 def _NumpySub(ref, indices, updates): argument 91 def _NumpyMul(ref, indices, updates): argument 95 def _NumpyDiv(ref, indices, updates): argument 393 def scatter_nd(self, indices, updates, shape, input_=None): argument 694 def scatter_nd(self, indices, updates, shape, input_=None): argument
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_batch_gather_op_test.py | 150 def testRaggedBatchGather(self, descr, params, indices, expected): argument 353 self, descr, params, indices, expected, indices_ragged_rank=None, argument 415 self, descr, params, indices, expected, default_value): argument 436 self, params, indices, default_value, error): argument 463 self, descr, params, indices, default_value, error, ragged_rank=None, argument 527 indices, argument
|
D | ragged_batch_gather_with_default_op.py | 40 indices, argument 147 def _get_pad_shape(params, indices): argument
|
D | ragged_gather_ops.py | 36 def gather(params, indices, validate_indices=None, axis=0, batch_dims=0, argument 125 def gather_nd(params, indices, name=None): argument
|
D | ragged_gather_nd_op_test.py | 203 def testRaggedGatherNd(self, descr, params, indices, expected): argument 237 indices, argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | state_ops.py | 252 def scatter_update(ref, indices, updates, use_locking=True, name=None): argument 306 def scatter_nd_update(ref, indices, updates, use_locking=True, name=None): argument 368 def scatter_add(ref, indices, updates, use_locking=False, name=None): argument 420 def scatter_nd_add(ref, indices, updates, use_locking=False, name=None): argument 483 def scatter_sub(ref, indices, updates, use_locking=False, name=None): argument 537 def scatter_nd_sub(ref, indices, updates, use_locking=False, name=None): argument 601 def scatter_mul(ref, indices, updates, use_locking=False, name=None): argument 653 def scatter_div(ref, indices, updates, use_locking=False, name=None): argument 705 def scatter_max(ref, indices, updates, use_locking=False, name=None): argument 760 def scatter_min(ref, indices, updates, use_locking=False, name=None): argument [all …]
|
/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/tensorflow/tensorflow/compiler/tests/ |
D | segment_reduction_ops_test.py | 34 def _segmentReduction(self, op, data, indices, num_segments): argument 43 def _unsortedSegmentSum(self, data, indices, num_segments): argument 47 def _unsortedSegmentProd(self, data, indices, num_segments): argument 51 def _unsortedSegmentMin(self, data, indices, num_segments): argument 55 def _unsortedSegmentMax(self, data, indices, num_segments): argument
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | gather_nd.cc | 35 const TfLiteTensor* indices = GetInput(context, node, kIndices); in Prepare() local 97 TfLiteStatus GatherNd(const TfLiteTensor* params, const TfLiteTensor* indices, in GatherNd() 108 const TfLiteTensor* indices, TfLiteTensor* output) { in EvalGatherNd() 130 const TfLiteTensor* indices = GetInput(context, node, kIndices); in Eval() local
|
D | sparse_to_dense.cc | 56 const TfLiteTensor* indices, in CheckDimensionsMatch() 90 const TfLiteTensor* indices, in GetIndicesVector() 150 const TfLiteTensor* indices = GetInput(context, node, kIndicesTensor); in Prepare() local 192 const TfLiteTensor* indices = GetInput(context, node, kIndicesTensor); in SparseToDenseImpl() local 220 const TfLiteTensor* indices = GetInput(context, node, kIndicesTensor); in Eval() 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/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/tensorflow/tensorflow/compiler/xla/ |
D | sparse_index_array.cc | 27 std::vector<int64> indices) in SparseIndexArray() 36 absl::Span<const 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/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/mesa3d/src/mesa/vbo/ |
D | vbo_exec_array.c | 830 const GLvoid *indices) in skip_draw_elements() 857 const GLvoid * indices, in vbo_validated_drawrangeelements() 940 const GLvoid * indices, GLint basevertex) in vbo_exec_DrawRangeElementsBaseVertex() 1036 GLsizei count, GLenum type, const GLvoid * indices) in vbo_exec_DrawRangeElements() 1056 const GLvoid * indices) in vbo_exec_DrawElements() 1085 const GLvoid * indices, GLint basevertex) in vbo_exec_DrawElementsBaseVertex() 1114 const GLvoid * indices, GLsizei numInstances) in vbo_exec_DrawElementsInstanced() 1144 GLenum type, const GLvoid * indices, in vbo_exec_DrawElementsInstancedBaseVertex() 1181 const GLvoid *indices, in vbo_exec_DrawElementsInstancedBaseInstance() 1219 const GLvoid *indices, in vbo_exec_DrawElementsInstancedBaseVertexBaseInstance() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_dense_binary_op_shared_test.cc | 101 const gtl::ArraySlice<int64> indices(in); in TEST_F() local 130 const gtl::ArraySlice<int64> indices(in); in TEST_F() local 157 const gtl::ArraySlice<int64> indices(in); in TEST_F() local 189 const gtl::ArraySlice<int64> indices(in); in TEST_F() local 232 Node* indices; member 241 Tensor indices(DT_INT64, TensorShape({total_nnz, kNumDims})); in MakeSparseTensor() 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/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/xla/service/ |
D | indexed_array_analysis.h | 181 Array* indices() const { return indices_; } in indices() function 194 explicit ScalarIndexedArray(Array* source, Array* indices, int64 source_dim, in ScalarIndexedArray() 224 explicit ScalarIndexedConstantArray(Array* source, Array* indices, in ScalarIndexedConstantArray() 337 Array* source, Array* indices, int64 source_dim, in ConstructScalarIndexedArray()
|
/external/skia/src/compute/hs/cuda/ |
D | hs_cuda.inl | 436 hs_indices_acquire(hs_indices_t * const indices) 463 hs_indices_t * const indices) 521 hs_indices_t indices = 0; local 603 hs_indices_t indices = hs_barrier(state,hs_bc,fm,1); local 633 hs_indices_t indices = hs_barrier(state,hs_bc,hs_bc_tmp,1); local 737 hs_indices_t indices = hs_barrier(state,fm,hs_bc,both ? 2 : 1); local 803 hs_indices_t indices = hs_barrier(state,bs,fm,both ? 2 : 1); local
|
/external/skqp/src/compute/hs/cuda/ |
D | hs_cuda.inl | 436 hs_indices_acquire(hs_indices_t * const indices) 463 hs_indices_t * const indices) 521 hs_indices_t indices = 0; local 603 hs_indices_t indices = hs_barrier(state,hs_bc,fm,1); local 633 hs_indices_t indices = hs_barrier(state,hs_bc,hs_bc_tmp,1); local 737 hs_indices_t indices = hs_barrier(state,fm,hs_bc,both ? 2 : 1); local 803 hs_indices_t indices = hs_barrier(state,bs,fm,both ? 2 : 1); local
|