Home
last modified time | relevance | path

Searched refs:gather_dimension_numbers (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dgather_expander.cc153 const GatherDimensionNumbers& dim_numbers = gather.gather_dimension_numbers(); in GatherLoopBody()
319 gather_instr->gather_dimension_numbers(); in ExpandInstruction()
345 gather_instr->gather_dimension_numbers()); in ExpandInstruction()
Dhlo_evaluator.cc1051 gather->gather_dimension_numbers(); in HandleGather()
1077 &gather->gather_dimension_numbers(), /*input_shape=*/operand.shape(), in HandleGather()
1080 gather->gather_dimension_numbers(), /*input_shape=*/operand.shape(), in HandleGather()
Dhlo_instructions.cc2361 *proto.mutable_gather_dimension_numbers() = gather_dimension_numbers(); in ToProto()
2380 gather_dimension_numbers(), in IdenticalSlowPath()
2381 casted_other.gather_dimension_numbers()) && in IdenticalSlowPath()
2390 shape, new_operands[0], new_operands[1], gather_dimension_numbers(), in CloneWithNewOperandsImpl()
Dhlo_instruction.cc525 std::unique_ptr<GatherDimensionNumbers> gather_dimension_numbers = in CreateFromProto() local
527 proto.gather_dimension_numbers()); in CreateFromProto()
533 *gather_dimension_numbers, gather_slice_sizes); in CreateFromProto()
3516 const GatherDimensionNumbers& HloInstruction::gather_dimension_numbers() const { in gather_dimension_numbers() function in xla::HloInstruction
3517 return Cast<HloGatherInstruction>(this)->gather_dimension_numbers(); in gather_dimension_numbers()
Dhlo.proto153 xla.GatherDimensionNumbers gather_dimension_numbers = 33; field
Dindexed_array_analysis.cc155 ComputeArrayForGather(instr->shape(), instr->gather_dimension_numbers(), in ComputeArrayFor()
Dhlo_instruction.h1593 const GatherDimensionNumbers& gather_dimension_numbers() const;
Dhlo_verifier.cc815 gather->gather_dimension_numbers(), gather->gather_slice_sizes())); in HandleGather()
Dhlo_instructions.h1366 const GatherDimensionNumbers& gather_dimension_numbers() const { in gather_dimension_numbers() function
Delemental_ir_emitter.cc1867 const GatherDimensionNumbers& dim_numbers = hlo->gather_dimension_numbers(); in EmitElementalGather()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc473 ? use->gather_dimension_numbers().start_index_map() in CreateLiteralForConstrainedUses()