/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> slice_sizes = {1}; in Compile() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | reverse_sequence_op.cc | 117 auto slice_sizes = input_shape.dim_sizes(); in Compile() local
|
D | gather_scatter_ops.cc | 38 std::vector<int64> slice_sizes; in Compile() local
|
D | fft_ops.cc | 62 absl::InlinedVector<int64, 4> slice_sizes = input_shape.dim_sizes(); in Compile() local
|
D | gather_op.cc | 123 std::vector<int64> slice_sizes; in XlaGather() local
|
D | strided_slice_op.cc | 106 std::vector<int64> slice_sizes(input_shape.dims(), 1); in EmitDynamicSlice() local
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | slicing.cc | 215 std::vector<int64> slice_sizes(input_shape.rank(), 1); in TorchGather() local 279 std::vector<int64> slice_sizes = SpanToVector(input_shape.dimensions()); in TorchIndexSelect() local
|
D | matrix.cc | 151 std::vector<int64> slice_sizes; in GetMatrixDiagonalViaGather() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | gather_expander.cc | 235 absl::Span<const int64> slice_sizes, int64_t gather_loop_trip_count, in CreateGatherLoopAccumulatorInitValue()
|
D | hlo_creation_utils.cc | 137 absl::Span<const int64> slice_sizes) { in MakeDynamicSliceHlo() 152 absl::Span<const int64> slice_sizes) { in MakeDynamicSliceHlo()
|
D | hlo_instruction.cc | 527 std::vector<std::vector<int64_t>> slice_sizes; in CreateFromProto() local 741 std::vector<int64> slice_sizes(proto.dynamic_slice_sizes_size()); in CreateFromProto() local 1239 absl::Span<const std::vector<int64_t>> slice_sizes, in CreateCollectivePermute() 1261 absl::Span<const std::vector<int64_t>> slice_sizes, in CreateCollectivePermuteStart() 1418 absl::Span<const int64> slice_sizes) { in CreateDynamicSlice() 1805 absl::Span<const int64> slice_sizes, bool indices_are_sorted) { in CreateGather() 4526 int64 HloInstruction::slice_sizes(int64_t dimension) const { in slice_sizes() function in xla::HloInstruction
|
D | triangular_solve_expander.cc | 76 std::vector<int64> slice_sizes(ndims); in DiagonalBlocks() local
|
D | hlo_instructions.cc | 838 absl::Span<const std::vector<int64_t>> slice_sizes, in HloCollectivePermuteInstruction() 879 for (const auto& slice_sizes : dynamic_slice_sizes_list()) { in ExtraAttributesToStringImpl() local 2812 absl::Span<const int64> slice_sizes) in HloDynamicSliceInstruction() 2822 absl::Span<const int64> slice_sizes) in HloDynamicSliceInstruction() 2890 absl::Span<const int64> slice_sizes, bool indices_are_sorted) in HloGatherInstruction()
|
D | shape_inference.cc | 2589 absl::Span<const int64> slice_sizes, bool allow_scalar_indices) { in InferDynamicSliceShape() 3442 absl::Span<const int64> slice_sizes) { in InferGatherShape()
|
D | indexed_array_analysis.cc | 255 absl::Span<const int64> slice_sizes, Array* source, Array* indices) { in ComputeArrayForGather()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | hlo_function_importer.cc | 375 std::vector<int64_t> slice_sizes( in ImportInstructionImpl() local 387 std::vector<int64_t> slice_sizes( in ImportInstructionImpl() local
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | dynamic_ops_test.cc | 120 const std::vector<int64>& slice_sizes, in RunR1() 151 const std::vector<int64>& slice_sizes, in RunR2() 186 const std::vector<int64>& slice_sizes, in RunR3()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/ |
D | mlir_hlo_builder.cc | 307 absl::Span<const int64> slice_sizes, bool indices_are_sorted) { in GatherInternal() 536 absl::Span<const int64> 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/hlo/lib/Dialect/mhlo/transforms/ |
D | lhlo_legalize_to_affine.cc | 293 SmallVector<int64_t, 4> slice_sizes; in matchAndRewrite() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/python/ |
D | xla.py | 550 def gather(operand, start_indices, dimension_numbers, slice_sizes, argument
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf.cc | 312 auto slice_sizes = llvm::to_vector<4>(type.getShape()); in DynamicSliceInMinorDims() local 943 DenseIntElementsAttr slice_sizes) { in CanBeTranslatedToDynamicSlice() 970 Value input, Value start_indices, DenseIntElementsAttr slice_sizes, in TFSliceSizes2HLOSliceSizes() 1165 SmallVector<int64_t, 4> slice_sizes; in matchAndRewrite() local 1677 SmallVector<int64_t, 4> slice_sizes; in matchAndRewrite() local 2241 Shape slice_sizes(input_shape.begin(), input_shape.end()); in matchAndRewrite() local 3935 SmallVector<int64_t, 4> slice_sizes(slicing_dim_size, 1); in rewriteWithUnknownBegin() local 6241 SmallVector<int64_t, 4> slice_sizes(input_shape.begin(), input_shape.end()); in matchAndRewrite() local
|