Home
last modified time | relevance | path

Searched defs:tmp_indices (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DSorting.cpp438 auto tmp_indices = at::empty(self.sizes(), self.options().dtype(kLong)); in kthvalue_out_impl_cpu() local
462 TensorAccessor<int64_t, 1> tmp_indices( in kthvalue_out_impl_cpu() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dresource_variable_ops.cc734 Tensor tmp_indices; in Compute() local
/aosp_15_r20/external/mesa3d/src/mesa/vbo/
H A Dvbo_save_api.c605 void *tmp_indices = all_prims_supported ? NULL : malloc(max_index_count * sizeof(uint32_t)); in compile_vertex_list() local