Home
last modified time | relevance | path

Searched refs:IndicesMap (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/sparse/
Dsparse_ordering_amd_op.cc60 using IndicesMap = Eigen::Map<Indices>; typedef in tensorflow::CSROrderingAMDCPUOp
119 IndicesMap permutation_map( in Compute()
/external/tensorflow/tensorflow/core/kernels/linalg/
Dlu_op.cc47 using IndicesMap = Eigen::Map<Indices>; typedef in tensorflow::LuOp
144 IndicesMap permutation_indices( in ComputeTensorSlice()
/external/llvm-project/clang/lib/AST/
DVTableBuilder.cpp2168 std::map<uint64_t, std::string> IndicesMap; in dumpLayout() local
2184 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout()
2185 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]"; in dumpLayout()
2188 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout()
2193 if (!IndicesMap.empty()) { in dumpLayout()
2196 Out << "' (" << IndicesMap.size() << " entries).\n"; in dumpLayout()
2198 for (const auto &I : IndicesMap) { in dumpLayout()
3655 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations() local
3666 IndicesMap[I.second] = MethodName + " [scalar deleting]"; in dumpMethodLocations()
3668 IndicesMap[I.second] = MethodName; in dumpMethodLocations()
[all …]
/external/clang/lib/AST/
DVTableBuilder.cpp2163 std::map<uint64_t, std::string> IndicesMap; in dumpLayout() local
2179 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout()
2180 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]"; in dumpLayout()
2183 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout()
2188 if (!IndicesMap.empty()) { in dumpLayout()
2191 Out << "' (" << IndicesMap.size() << " entries).\n"; in dumpLayout()
2193 for (const auto &I : IndicesMap) { in dumpLayout()
3619 std::map<MethodVFTableLocation, std::string> IndicesMap; in dumpMethodLocations() local
3630 IndicesMap[I.second] = MethodName + " [scalar deleting]"; in dumpMethodLocations()
3632 IndicesMap[I.second] = MethodName; in dumpMethodLocations()
[all …]