Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/kernels/portable/cpu/util/
H A Dadvanced_index_util.cpp329 int32_t* dim_map, in compute_dim_map()
400 int32_t* dim_map, in get_in_coord()
450 int32_t* dim_map, in get_in_ix()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dspace_to_batch_converter.cc1080 std::vector<int64_t>& dim_map, bool check_lhs) { in CanPropagate()
1982 std::vector<int64_t> dim_map(NumMappedDims()); in Propagate() local
2725 std::vector<int64_t> dim_map(NumMappedDims()); in PropagateOnConv() local
2973 auto dim_map = instr_to_dim_map_[producer]; in PropagateOnConstant() local
3441 std::vector<int64_t> dim_map(NumMappedDims()); in PropagateOnBackpropFilterConv() local
3824 std::vector<int64_t> dim_map(NumMappedDims()); in PerformSpaceToBatchOnConvolution() local
H A Dgather_scatter_utils.cc52 MakeOperandStartIndexPermutations(absl::Span<const int64_t> dim_map, in MakeOperandStartIndexPermutations()
H A Dalgebraic_simplifier.cc1266 auto dim_map = ComputeBitcastDimMap(bitcast->shape(), copy->shape()); in SwapCopyBitcastCopy() local
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_block_io.cpp187 DSizes<int, NumDims> dim_map; in test_block_io_copy_using_reordered_dimensions() local
205 DSizes<int, NumDims> dim_map; in test_block_io_copy_using_reordered_dimensions() local
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_index.cpp80 int32_t dim_map[kTensorDimensionLimit]; in index_Tensor_out() local
H A Dop_index_put.cpp106 int32_t dim_map[kTensorDimensionLimit]; in index_put_out() local
/aosp_15_r20/external/pytorch/torch/distributed/tensor/
H A D_dtensor_spec.py136 def dim_map(self) -> List[int]: member in DTensorSpec
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_util.cc1519 absl::InlinedVector<int64_t, 8> dim_map; in AlignLayouts() local