| /external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
| 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
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | split_lib_cpu.cc | 32 const Eigen::DSizes<Eigen::DenseIndex, NDims>& slice_sizes) { in operator ()()
|
| 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 ()()
|
| D | split_op.cc | 166 Eigen::DSizes<Eigen::DenseIndex, NDims> slice_sizes; in operator ()() local
|
| /external/tensorflow/tensorflow/core/tpu/kernels/xla/ |
| D | get_item_op.cc | 55 std::vector<int64_t> slice_sizes = {1}; in Compile() local
|
| /external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
| D | reverse_sequence_op.cc | 118 auto slice_sizes = input_shape.dim_sizes(); in Compile() local
|
| D | gather_scatter_ops.cc | 38 std::vector<int64_t> slice_sizes; in Compile() local
|
| D | fft_ops.cc | 62 absl::InlinedVector<int64_t, 4> slice_sizes = input_shape.dim_sizes(); in Compile() local
|
| D | gather_op.cc | 124 std::vector<int64_t> slice_sizes; in XlaGather() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | gather_simplifier.cc | 61 auto slice_sizes = Permute(gather->gather_slice_sizes(), operand_permutation); in ExpandInstruction() local
|
| D | gather_expander.cc | 236 absl::Span<const int64_t> slice_sizes, int64_t gather_loop_trip_count, in CreateGatherLoopAccumulatorInitValue()
|
| 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
|
| 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()
|
| D | triangular_solve_expander.cc | 71 std::vector<int64_t> slice_sizes(ndims); in DiagonalBlocks() local
|
| 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()
|
| 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()
|
| D | indexed_array_analysis.cc | 260 absl::Span<const int64_t> slice_sizes, Array* source, Array* indices) { in ComputeArrayForGather()
|
| /external/tensorflow/tensorflow/compiler/xla/client/lib/ |
| 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
|
| D | matrix.cc | 151 std::vector<int64_t> slice_sizes; in GetMatrixDiagonalViaGather() local
|
| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| 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()
|
| /external/tensorflow/tensorflow/compiler/mlir/xla/ir/ |
| 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()
|
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
| D | collection_ops_util.cc | 303 auto slice_sizes = GetR1Const(per_slice_shape, builder, loc); in ScatterAccumulateElements() local
|
| /external/tensorflow/tensorflow/compiler/mlir/xla/ |
| 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
|
| /external/tensorflow/tensorflow/compiler/tf2xla/python/ |
| D | xla.py | 571 def gather(operand, start_indices, dimension_numbers, slice_sizes, argument
|
| /external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
| 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
|