/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
H A D | gather_scatter_handler.cc | 171 absl::Span<const int64_t> slice_sizes, SpmdPartitioningVisitor* visitor) { in PartitionGatherIndexPassthroughPartition() 273 absl::Span<const int64_t> slice_sizes, PartitionedHlo& operand, in PartitionGatherPassthroughOperand() 377 absl::Span<const int64_t> slice_sizes, PartitionedHlo& operand, in PartitionGatherTrivialIndexedOperandDimension() 488 absl::Span<const int64_t> slice_sizes, PartitionedHlo& operand, in PartitionGatherIndexParallelDimensions() 641 absl::Span<const int64_t> slice_sizes, SpmdPartitioningVisitor* visitor) { in PartitionGather() 777 absl::Span<const int64_t> slice_sizes, SpmdPartitioningVisitor* visitor) { in PartitionScatterPassthroughOperand() 816 absl::Span<const int64_t> slice_sizes, SpmdPartitioningVisitor* visitor) { in PartitionScatterIndexPassthroughPartition() 955 absl::Span<const int64_t> slice_sizes, SpmdPartitioningVisitor* visitor) { in PartitionScatterTrivialIndexedOperandDimension() 1011 absl::Span<const int64_t> slice_sizes, SpmdPartitioningVisitor* visitor) { in PartitionScatter() 1082 std::vector<int64_t> slice_sizes = hlo_sharding_util::GetScatterSliceSize( in HandleScatter() local
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/impl/ |
H A D | SDPA.cpp | 128 std::vector<int64_t> slice_sizes = graph.sizes_of(cache); in get_cache_slice_sizes() local 142 std::vector<int64_t> slice_sizes = get_cache_slice_sizes( in resize_cache_slice_view_node() local 155 std::vector<int64_t> slice_sizes = in add_cache_slice_view_node() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | split_lib_gpu.cu.cc | 37 const Eigen::DSizes<Eigen::DenseIndex, NDims>& slice_sizes) { in operator ()() 46 const Eigen::DSizes<Eigen::DenseIndex, 2>& slice_sizes) { in operator ()()
|
H A D | split_lib_cpu.cc | 32 const Eigen::DSizes<Eigen::DenseIndex, NDims>& slice_sizes) { in operator ()()
|
H A D | split_op.cc | 166 Eigen::DSizes<Eigen::DenseIndex, NDims> slice_sizes; in operator ()() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
H A D | slicing.cc | 216 std::vector<int64_t> slice_sizes(input_shape.rank(), 1); in TorchGather() local 282 std::vector<int64_t> slice_sizes = SpanToVector(input_shape.dimensions()); in TorchIndexSelect() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_instruction.cc | 583 std::vector<std::vector<int64_t>> slice_sizes; in CreateFromProto() local 799 std::vector<int64_t> slice_sizes(proto.dynamic_slice_sizes_size()); in CreateFromProto() local 844 const auto& slice_sizes = proto.gather_slice_sizes(); in CreateFromProto() local 1336 absl::Span<const std::vector<int64_t>> slice_sizes, in CreateCollectivePermute() 1358 absl::Span<const std::vector<int64_t>> slice_sizes, in CreateCollectivePermuteStart() 1516 absl::Span<const int64_t> slice_sizes) { in CreateDynamicSlice() 1929 absl::Span<const int64_t> slice_sizes, bool indices_are_sorted) { in CreateGather() 4804 int64_t HloInstruction::slice_sizes(int64_t dimension) const { in slice_sizes() function in xla::HloInstruction
|
H A D | gather_simplifier.cc | 61 auto slice_sizes = Permute(gather->gather_slice_sizes(), operand_permutation); in ExpandInstruction() local
|
H A D | hlo_creation_utils.cc | 163 absl::Span<const int64_t> slice_sizes, const OpMetadata* metadata) { in MakeDynamicSliceHlo() 180 absl::Span<const int64_t> slice_sizes, const OpMetadata* metadata) { in MakeDynamicSliceHlo()
|
H A D | gather_expander.cc | 236 absl::Span<const int64_t> slice_sizes, int64_t gather_loop_trip_count, in CreateGatherLoopAccumulatorInitValue()
|
H A D | hlo_instructions.cc | 1002 absl::Span<const std::vector<int64_t>> slice_sizes, in HloCollectivePermuteInstruction() 1047 for (const auto& slice_sizes : dynamic_slice_sizes_list()) { in ExtraAttributesToStringImpl() local 2971 absl::Span<const int64_t> slice_sizes) in HloDynamicSliceInstruction() 2981 absl::Span<const int64_t> slice_sizes) in HloDynamicSliceInstruction() 3050 absl::Span<const int64_t> slice_sizes, bool indices_are_sorted) in HloGatherInstruction()
|
H A D | triangular_solve_expander.cc | 71 std::vector<int64_t> slice_sizes(ndims); in DiagonalBlocks() local
|
H A D | shape_inference.cc | 2592 absl::Span<const int64_t> slice_sizes, bool allow_scalar_indices) { in InferDynamicSliceShape() 3424 absl::Span<const int64_t> slice_sizes) { in InferGatherShape()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | dynamic_ops_test.cc | 119 const std::vector<int64_t>& slice_sizes, in RunR1() 150 const std::vector<int64_t>& slice_sizes, in RunR2() 185 const std::vector<int64_t>& slice_sizes, in RunR3()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/xla/ |
H A D | get_item_op.cc | 55 std::vector<int64_t> slice_sizes = {1}; in Compile() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
H A D | reverse_sequence_op.cc | 118 auto slice_sizes = input_shape.dim_sizes(); in Compile() local
|
H A D | gather_scatter_ops.cc | 38 std::vector<int64_t> slice_sizes; in Compile() local
|
H A D | fft_ops.cc | 62 absl::InlinedVector<int64_t, 4> slice_sizes = input_shape.dim_sizes(); in Compile() local
|
H A D | gather_op.cc | 124 std::vector<int64_t> slice_sizes; in XlaGather() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ir/ |
H A D | mlir_hlo_builder.cc | 384 absl::Span<const int64_t> slice_sizes, bool indices_are_sorted) { in GatherInternal() 664 absl::Span<const int64_t> slice_sizes) { in DynamicSliceInternal()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ |
H A D | hlo_function_importer.cc | 698 std::vector<int64_t> slice_sizes( in ImportInstructionImpl() local 712 std::vector<int64_t> slice_sizes( in ImportInstructionImpl() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_enc_h264.cpp | 418 std::vector<int> slice_sizes(picture->num_slice_descriptors); in d3d12_video_encoder_negotiate_current_h264_slices_configuration() local
|
H A D | d3d12_video_enc_hevc.cpp | 519 std::vector<int> slice_sizes(picture->num_slice_descriptors); in d3d12_video_encoder_negotiate_current_hevc_slices_configuration() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | collection_ops_util.cc | 303 auto slice_sizes = GetR1Const(per_slice_shape, builder, loc); in ScatterAccumulateElements() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
H A D | legalize_tf.cc | 266 auto slice_sizes = llvm::to_vector<4>(type.getShape()); in DynamicSliceInMinorDims() local 869 DenseIntElementsAttr slice_sizes) { in CanBeTranslatedToDynamicSlice() 896 Value input, Value start_indices, DenseIntElementsAttr slice_sizes, in TFSliceSizes2HLOSliceSizes() 1501 SmallVector<int64_t, 4> slice_sizes; in matchAndRewrite() local 2034 Shape slice_sizes(input_shape.begin(), input_shape.end()); in matchAndRewrite() local 3736 SmallVector<int64_t, 4> slice_sizes; in rewriteWithUnknownBegin() local 5958 SmallVector<int64_t, 4> slice_sizes(input_shape.begin(), input_shape.end()); in matchAndRewrite() local
|