Home
last modified time | relevance | path

Searched defs:num_indices (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_intrinsics.h301 #define SYSTEM_VALUE(name, components, num_indices, idx0, idx1, idx2) \ argument
392 #define LOAD(name, srcs, num_indices, idx0, idx1, idx2, flags) \ argument
427 #define STORE(name, srcs, num_indices, idx0, idx1, idx2, flags) \ argument
Dnir_builder.h506 num_variables, num_indices, idx0, idx1, idx2, flags) argument
Dnir.h881 num_variables, num_indices, idx0, idx1, idx2, flags) \ argument
1051 unsigned num_indices; member
/external/tensorflow/tensorflow/compiler/xla/
Dsparse_index_array.cc77 void SparseIndexArray::Resize(int64 num_indices) { in Resize()
86 int64 num_indices = index_count(); in Validate() local
/external/tensorflow/tensorflow/core/kernels/
Dstring_split_op.cc86 std::vector<int64> num_indices(batch_size); in Compute() local
Dsegment_reduction_ops.cc57 const int64 num_indices = segment_ids.NumElements(); in SegmentReductionValidationHelper() local
88 const int64 num_indices = segment_ids.NumElements(); in Compute() local
226 const int64 num_indices = segment_ids.NumElements(); in ComputeAsync() local
649 const int64 num_indices = indices.NumElements(); in Compute() local
Dscatter_nd_op_gpu.cu.cc85 const Eigen::array<int64, IXDIM> batch_strides, const int64 num_indices, in ScatterNdOpKernel()
Dscatter_nd_op.cc419 size_t num_indices = indices.NumElements(); in operator ()() local
Dtensor_array_ops.cc586 int32 num_indices; in Compute() local
/external/tensorflow/tensorflow/compiler/tf2xla/lib/
Dscatter.cc68 int64 num_indices = 1; in XlaScatter() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorRef.h200 const std::size_t num_indices = (sizeof...(otherIndices) + 1); in operator() local
207 const std::size_t num_indices = (sizeof...(otherIndices) + 1); in coeffRef() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc50 const int64 num_indices = indices_shape.num_elements(); in XlaGather() local
Dtensor_array_ops.cc377 const int num_indices = indices_shape.dim_size(0); in Compile() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_prim_assembler.c92 unsigned *indices, unsigned num_indices) in copy_verts()
/external/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c402 int start_index, unsigned num_indices, int min_index, in u_vbuf_translate_buffers()
567 int start_index, unsigned num_indices, int min_index, in u_vbuf_translate_begin()
/external/tensorflow/tensorflow/python/kernel_tests/
Dsegment_reduction_ops_test.py449 def _sparse_input(self, input_shape, num_indices, dtype=dtypes_lib.int32): argument
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2363 unsigned num_indices) in vtn_composite_insert()
2389 const uint32_t *indices, unsigned num_indices) in vtn_composite_extract()
/external/flac/include/FLAC/
Dformat.h682 FLAC__byte num_indices; member
/external/flac/libFLAC/
Dmetadata_object.c343 static FLAC__StreamMetadata_CueSheet_Index *cuesheet_track_index_array_new_(unsigned num_indices) in cuesheet_track_index_array_new_()
/external/v8/src/builtins/
Dbuiltins-regexp.cc81 Node* const num_indices = SmiUntag(LoadFixedArrayElement( in ConstructNewResultFromMatchInfo() local