Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dgather_simplifier.cc67 std::vector<int64_t> offset_dims(operand_rank); in ExpandInstruction() local
H A Dgather_expander.cc255 HloInstruction* accumulator, absl::Span<const int64_t> offset_dims, in PermuteBatchAndOffsetDims()
H A Dhlo_sharding_util.cc1070 std::vector<int64_t> offset_dims(dnums.offset_dims().begin(), in GatherOutputShardingFromDataOperand() local
1084 std::vector<int64_t> offset_dims(dnums.offset_dims().begin(), in GatherDataOperandShardingFromOutput() local
H A Dhlo_instructions.cc3062 std::string offset_dims = in GatherDimensionNumbersToString() local
3080 absl::Span<const int64_t> offset_dims, in MakeGatherDimNumbers()
H A Dhlo_parser.cc2804 optional<std::vector<int64_t>> offset_dims; in CreateInstruction() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dattribute_importer.cc48 std::vector<int64_t> offset_dims(dnums.offset_dims().begin(), in ConvertGatherDimensionNumbers() local
H A Dmlir_hlo_to_hlo.cc413 auto offset_dims = input.getOffsetDims(); in Convert_dimension_numbers() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dxla_data.proto535 repeated int64 offset_dims = 1; field
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dlegalize_hlo.cc2939 auto offset_dims = gather_op.dimension_numbers().getOffsetDims(); in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf.cc1541 SmallVector<int64_t, 4> offset_dims; in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc4838 std::vector<int64_t> offset_dims = {x_dims[is_nhwc ? 3 : 1]}; in TEST_F() local