Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/
Dmulti_index_utility.hpp259 using get_index_type = index_position<index_type,tuple_right>; in run() typedef
275 using get_index_type = index_position<index_type, tuple_right>; in run() typedef
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emitter_unnested.h491 std::function<llvm::Type*(int64_t)> get_index_type; member
H A Dir_emitter_unnested.cc2249 auto get_index_type = [&](int64_t launch_size) { in EmitScatter() local
2283 std::function<llvm::Type*(int64_t)> get_index_type) { in EmitScatter()