Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dtranspose.cc1328 struct TransposePlanCacheKey { struct
1329 size_t elem_size_in_bytes;
1330 absl::InlinedVector<int64_t, 4> dims;
1331 absl::InlinedVector<int64_t, 4> permutation;
1332 bool input_layout_is_tiling;
1333 absl::InlinedVector<int64_t, 4> input_layout;
1334 absl::InlinedVector<int64_t, 4> output_tiling;
1335 TransposePlan::Transformation transformation;
1336 int num_threads;