Home
last modified time | relevance | path

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

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