Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dattribute_importer.cc50 std::vector<int64_t> offset_dims(dnums.offset_dims().begin(), in ConvertGatherDimensionNumbers() local
Dhlo_utils.cc263 auto offset_dims = CreateDenseIntElementsAttrFromVector( in CreateGatherDimensionNumbers() local
Dmlir_hlo_to_hlo.cc297 auto offset_dims = ConvertDenseIntAttr(input.offset_dims()); in Convert_dimension_numbers() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dgather_expander.cc253 HloInstruction* accumulator, absl::Span<const int64> offset_dims, in PermuteBatchAndOffsetDims()
Dhlo_sharding_util.cc954 std::vector<int64> offset_dims(dnums.offset_dims().begin(), in GatherOutputShardingFromDataOperand() local
968 std::vector<int64> offset_dims(dnums.offset_dims().begin(), in GatherDataOperandShardingFromOutput() local
Dhlo_instructions.cc2738 string offset_dims = in GatherDimensionNumbersToString() local
2756 absl::Span<const int64> offset_dims, in MakeGatherDimNumbers()
Dhlo_parser.cc2441 optional<std::vector<int64>> offset_dims; in ParseInstructionRhs() local
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto487 repeated int64 offset_dims = 1; field
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc1070 auto offset_dims = gather_op.dimension_numbers().offset_dims(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc3399 std::vector<int64> offset_dims = {x_dims[is_nhwc ? 3 : 1]}; in TEST_F() local