Home
last modified time | relevance | path

Searched defs:indice (Results 1 – 6 of 6) sorted by relevance

/external/pytorch/aten/src/ATen/native/cuda/
DReduceOps.cpp52 void min_kernel_impl(const Tensor& result, const Tensor& indice, const Tensor& self, int64_t dim, b… in min_kernel_impl()
57 void max_kernel_impl(const Tensor& result, const Tensor& indice, const Tensor& self, int64_t dim, b… in max_kernel_impl()
/external/tensorflow/tensorflow/lite/kernels/
Ddynamic_update_slice.cc109 const TfLiteTensor* indice, TfLiteTensor* output) { in DynamicUpdateSlice()
147 const TfLiteTensor* indice; in Eval() local
/external/ltp/testcases/misc/math/float/
Dmain.c65 int indice = 0; /* # of threads created, to be canceled by handle_signals variable
/external/pytorch/aten/src/ATen/native/cpu/
DTensorCompareKernel.cpp103 const Tensor& indice, in min_kernel_impl()
136 const Tensor& indice, in max_kernel_impl()
/external/libxaac/encoder/
Diusace_acelp_tools.c1041 WORD32 i, indice = 0, min_pitch_idx; in iusace_acelp_quant_gain() local
/external/pytorch/aten/src/ATen/native/
DTensorAdvancedIndexing.cpp597 for (auto & indice : indices) { in AdvancedIndex() local