Home
last modified time | relevance | path

Searched defs:gather_dimension_numbers (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo.proto153 xla.GatherDimensionNumbers gather_dimension_numbers = 33; field
Dhlo_instructions.h1366 const GatherDimensionNumbers& gather_dimension_numbers() const { in gather_dimension_numbers() function
Dhlo_instruction.cc525 std::unique_ptr<GatherDimensionNumbers> gather_dimension_numbers = in CreateFromProto() local
3516 const GatherDimensionNumbers& HloInstruction::gather_dimension_numbers() const { in gather_dimension_numbers() function in xla::HloInstruction