Searched refs:TIndex (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | where_op_gpu.cu.h | 42 template <int NDIM, typename TIndex> 44 const TIndex output_rows, const typename Eigen::array<TIndex, NDIM> strides, in PropagateWhereIndicesKernel() argument 50 TIndex index_value = ldg(output + NDIM * i); in PropagateWhereIndicesKernel() 70 template <typename T, typename TIndex> 73 const T* d_in, TIndex* d_out, int num_items, in operator() 85 template <typename TIndex> 86 struct CubDeviceReduceCount<bool, TIndex> { 88 const bool* d_in, TIndex* d_out, int num_items, 96 template <typename T, typename TIndex, typename OutputIterator, 100 template <typename T, typename TIndex, typename OutputIterator> [all …]
|
D | where_op.h | 39 template <typename Device, typename T, typename TIndex> 44 typename TTypes<TIndex>::Scalar num_true); 47 template <typename Device, int NDIM, typename T, typename TIndex> 58 typename TTypes<int64>::Matrix output, TIndex* found_true);
|
D | where_op.cc | 80 template <int DIMS, typename T, typename TIndex> 81 struct Where<CPUDevice, DIMS, T, TIndex> { 84 const typename Eigen::DSizes<TIndex, DIMS>& strides, TIndex true_n, in WriteIndexRowMajor() 85 TIndex index) { in WriteIndexRowMajor() 95 typename TTypes<int64>::Matrix output, TIndex* found_true) { in Compute() 97 Eigen::DSizes<TIndex, DIMS> strides; in Compute()
|
D | unique_op.cc | 32 template <typename T, typename TIndex> 99 auto idx_vec = idx->template vec<TIndex>(); in Compute() 109 std::unordered_map<T, TIndex> uniq; in Compute() 187 auto count_output_vec = output->template vec<TIndex>(); in Compute()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | NormalizerBuilder.java | 231 int TIndex = SIndex % TCount; in buildDecompositionTables() local 233 if (TIndex != 0) { // triple in buildDecompositionTables() 234 first = (char)(SBase + SIndex - TIndex); in buildDecompositionTables() 235 second = (char)(TBase + TIndex); in buildDecompositionTables()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | NormalizerBuilder.java | 230 int TIndex = SIndex % TCount; in buildDecompositionTables() local 232 if (TIndex != 0) { // triple in buildDecompositionTables() 233 first = (char)(SBase + SIndex - TIndex); in buildDecompositionTables() 234 second = (char)(TBase + TIndex); in buildDecompositionTables()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | ValidateLimitations.h | 21 struct TIndex { struct
|