Searched defs:indice (Results 1 – 6 of 6) sorted by relevance
/external/pytorch/aten/src/ATen/native/cuda/ |
D | ReduceOps.cpp | 52 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/ |
D | dynamic_update_slice.cc | 109 const TfLiteTensor* indice, TfLiteTensor* output) { in DynamicUpdateSlice() 147 const TfLiteTensor* indice; in Eval() local
|
/external/ltp/testcases/misc/math/float/ |
D | main.c | 65 int indice = 0; /* # of threads created, to be canceled by handle_signals variable
|
/external/pytorch/aten/src/ATen/native/cpu/ |
D | TensorCompareKernel.cpp | 103 const Tensor& indice, in min_kernel_impl() 136 const Tensor& indice, in max_kernel_impl()
|
/external/libxaac/encoder/ |
D | iusace_acelp_tools.c | 1041 WORD32 i, indice = 0, min_pitch_idx; in iusace_acelp_quant_gain() local
|
/external/pytorch/aten/src/ATen/native/ |
D | TensorAdvancedIndexing.cpp | 597 for (auto & indice : indices) { in AdvancedIndex() local
|