Home
last modified time | relevance | path

Searched refs:input_start_indices (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc585 HloInstruction* input_start_indices = operands(2); in CreateFromProto() local
594 if (input_start_indices->shape() in CreateFromProto()
613 input_start_indices->shape().tuple_shapes(0))); in CreateFromProto()
618 input_start_indices->shape().tuple_shapes(i)); in CreateFromProto()
635 ShapeUtil::TupleElementCount(input_start_indices->shape())); in CreateFromProto()
636 if (input_start_indices->shape().tuple_shapes(0).IsTuple()) { in CreateFromProto()
638 i < ShapeUtil::TupleElementCount(input_start_indices->shape()); in CreateFromProto()
1334 HloInstruction* input_start_indices, HloInstruction* output_start_indices, in CreateCollectivePermute() argument
1339 HloOpcode::kCollectivePermute, shape, input, output, input_start_indices, in CreateCollectivePermute()
1356 HloInstruction* input_start_indices, HloInstruction* output_start_indices, in CreateCollectivePermuteStart() argument
[all …]
Dhlo_instruction.h794 HloInstruction* input_start_indices, HloInstruction* output_start_indices,
808 HloInstruction* input_start_indices, HloInstruction* output_start_indices,
Dhlo_instructions.cc999 HloInstruction* output, HloInstruction* input_start_indices, in HloCollectivePermuteInstruction() argument
1010 AppendOperand(input_start_indices); in HloCollectivePermuteInstruction()
Dhlo_instructions.h765 HloInstruction* output, HloInstruction* input_start_indices,