Home
last modified time | relevance | path

Searched defs:indices (Results 1 – 25 of 969) sorted by relevance

12345678910>>...39

/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
Dqpack_blocking_manager.cc22 const IndexSet& indices = it->second.front(); in OnHeaderAcknowledgement() local
46 for (const IndexSet& indices : it->second) { in OnStreamCancellation() local
64 IndexSet indices) { in OnHeaderBlockSent()
87 for (const IndexSet& indices : header_blocks_for_stream.second) { in blocking_allowed_on_stream() local
129 uint64_t QpackBlockingManager::RequiredInsertCount(const IndexSet& indices) { in RequiredInsertCount()
133 void QpackBlockingManager::IncreaseReferenceCounts(const IndexSet& indices) { in IncreaseReferenceCounts()
144 void QpackBlockingManager::DecreaseReferenceCounts(const IndexSet& indices) { in DecreaseReferenceCounts()
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Dscatter_ops_test.py32 def _NumpyAdd(ref, indices, updates): argument
39 def _NumpyAddScalar(ref, indices, update): argument
44 def _NumpySub(ref, indices, updates): argument
49 def _NumpySubScalar(ref, indices, update): argument
54 def _NumpyMul(ref, indices, updates): argument
59 def _NumpyMulScalar(ref, indices, update): argument
64 def _NumpyDiv(ref, indices, updates): argument
69 def _NumpyDivScalar(ref, indices, update): argument
74 def _NumpyMin(ref, indices, updates): argument
79 def _NumpyMinScalar(ref, indices, update): argument
[all …]
Dgather_op_test.py319 def gather(x, indices, axis): argument
328 def gather_shape_inf_disabled(x, indices, axis): argument
337 def xla_gather(x, indices, axis): argument
476 def testBatchDims(self, params, indices, batch_dims, expected=None, argument
494 def gather_unknown_shapes(params, indices): argument
629 def _batchNumpyGather(self, params, indices, axis, batch_dims): argument
/external/tensorflow/tensorflow/python/ops/
Dstate_ops.py383 def scatter_update(ref, indices, updates, use_locking=True, name=None): argument
437 def scatter_nd_update(ref, indices, updates, use_locking=True, name=None): argument
499 def scatter_add(ref, indices, updates, use_locking=False, name=None): argument
551 def scatter_nd_add(ref, indices, updates, use_locking=False, name=None): argument
614 def scatter_sub(ref, indices, updates, use_locking=False, name=None): argument
668 def scatter_nd_sub(ref, indices, updates, use_locking=False, name=None): argument
732 def scatter_mul(ref, indices, updates, use_locking=False, name=None): argument
784 def scatter_div(ref, indices, updates, use_locking=False, name=None): argument
836 def scatter_max(ref, indices, updates, use_locking=False, name=None): argument
891 def scatter_min(ref, indices, updates, use_locking=False, name=None): argument
[all …]
/external/angle/src/tests/gl_tests/
DLineLoopTest.cpp148 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/
Dragged_batch_gather_op_test.py145 def testRaggedBatchGather(self, descr, params, indices, expected): argument
348 self, descr, params, indices, expected, indices_ragged_rank=None, argument
410 self, descr, params, indices, expected, default_value): argument
431 self, params, indices, default_value, error): argument
458 self, descr, params, indices, default_value, error, ragged_rank=None, argument
525 indices, argument
/external/ComputeLibrary/src/core/CL/kernels/
DCLGatherKernel.cpp37 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()
114 Status CLGatherKernel::validate(const ITensorInfo *input, const ITensorInfo *indices, const ITensor… in validate()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorRef.h227 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/ComputeLibrary/src/runtime/CL/functions/
DCLPoolingLayer.cpp37 ICLTensor *indices{ nullptr }; member
47 …nfigure(ICLTensor *input, ICLTensor *output, const PoolingLayerInfo &pool_info, ICLTensor *indices) in configure()
52 …ontext, ICLTensor *input, ICLTensor *output, const PoolingLayerInfo &pool_info, ICLTensor *indices) in configure()
62 …o *input, const ITensorInfo *output, const PoolingLayerInfo &pool_info, const ITensorInfo *indices) in validate()
DCLGather.cpp33 void CLGather::configure(const ICLTensor *input, const ICLTensor *indices, ICLTensor *output, int a… in configure()
38 …onst CLCompileContext &compile_context, const ICLTensor *input, const ICLTensor *indices, ICLTenso… in configure()
46 Status CLGather::validate(const ITensorInfo *input, const ITensorInfo *indices, const ITensorInfo *… in validate()
DCLMaxUnpoolingLayer.cpp44 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()
58 Status CLMaxUnpoolingLayer::validate(const ITensorInfo *input, const ITensorInfo *indices, const IT… in validate()
/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_temporal_aligner_unittest.cc45 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/compiler/tests/
Dsegment_reduction_ops_test.py31 def _segmentReduction(self, op, data, indices, num_segments): argument
40 def _unsortedSegmentSum(self, data, indices, num_segments): argument
44 def _unsortedSegmentProd(self, data, indices, num_segments): argument
48 def _unsortedSegmentMin(self, data, indices, num_segments): argument
52 def _unsortedSegmentMax(self, data, indices, num_segments): argument
/external/tensorflow/tensorflow/lite/kernels/
Dgather_nd.cc39 const TfLiteTensor* indices; in Prepare() local
106 TfLiteStatus GatherNd(const TfLiteTensor* params, const TfLiteTensor* indices, in GatherNd()
116 const TfLiteTensor* indices, TfLiteTensor* output) { in GatherNdString()
124 const TfLiteTensor* indices, TfLiteTensor* output) { in EvalGatherNd()
174 const TfLiteTensor* indices; in Eval() local
Dsparse_to_dense.cc52 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
Dscatter_nd.cc50 TfLiteStatus CheckShapes(TfLiteContext* context, const RuntimeShape& indices, in CheckShapes()
77 const TfLiteTensor* indices; in Prepare() local
130 TfLiteStatus ScatterNd(const TfLiteTensor* indices, const TfLiteTensor* updates, in ScatterNd()
139 TfLiteStatus EvalScatterNd(TfLiteContext* context, const TfLiteTensor* indices, in EvalScatterNd()
184 const TfLiteTensor* indices; in Eval() local
/external/deqp/modules/gles31/functional/
Des31fNegativeVertexArrayApiTests.cpp537 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/cpu/kernels/
DCpuMaxUnpoolingLayerKernel.cpp71 Status validate_arguments(const ITensorInfo *src, const ITensorInfo *indices, const ITensorInfo *ds… in validate_arguments()
100 void CpuMaxUnpoolingLayerKernel::configure(const ITensorInfo *src, const ITensorInfo *indices, ITen… in configure()
117 Status CpuMaxUnpoolingLayerKernel::validate(const ITensorInfo *src, const ITensorInfo *indices, con… in validate()
131 const auto indices = tensors.get_const_tensor(TensorType::ACL_SRC_1); in run_op() local
/external/skia/src/core/
DSkVertState.cpp23 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/ComputeLibrary/src/runtime/NEON/functions/
DNEMaxUnpoolingLayer.cpp39 const ITensor *indices{ nullptr }; member
51 void NEMaxUnpoolingLayer::configure(ITensor *input, ITensor *indices, ITensor *output, const Poolin… in configure()
67 Status NEMaxUnpoolingLayer::validate(const ITensorInfo *input, const ITensorInfo *indices, const IT… in validate()
DNEPoolingLayer.cpp38 ITensor *indices{ nullptr }; member
53 …er::configure(ITensor *input, ITensor *output, const PoolingLayerInfo &pool_info, ITensor *indices) in configure()
65 …o *input, const ITensorInfo *output, const PoolingLayerInfo &pool_info, const ITensorInfo *indices) in validate()
/external/python/cpython3/Lib/idlelib/
Dparenmatch.py96 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/
DListPanel.java227 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/
Dutilities_unittest.cpp19 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/eigen/demos/opengl/
Dicosphere.cpp42 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

12345678910>>...39