Home
last modified time | relevance | path

Searched refs:rhs_instruction (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_layout_assignment.cc106 const HloInstruction* rhs_instruction = convolution->operand(1); in AddBackendConstraints() local
115 Shape filter_shape(RowMajorShape(rhs_instruction->shape())); in AddBackendConstraints()
145 const HloInstruction* rhs_instruction = dot->operand(1); in AddBackendConstraints() local
146 Shape rhs_shape(RowMajorShape(rhs_instruction->shape())); in AddBackendConstraints()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_test.cc630 HloInstruction* rhs_instruction = in TEST_P() local
638 rhs_instruction, dot_dnums)); in TEST_P()
675 HloInstruction* rhs_instruction = in TEST_P() local
683 rhs_instruction, dot_dnums)); in TEST_P()
718 HloInstruction* rhs_instruction = in TEST_P() local
726 rhs_instruction, dot_dnums)); in TEST_P()
752 HloInstruction* rhs_instruction = in TEST_P() local
779 shape, lhs_instruction, rhs_instruction, window, dnums)); in TEST_P()
814 HloInstruction* rhs_instruction = in TEST_P() local
833 shape, lhs_instruction, rhs_instruction, window, dnums)); in TEST_P()
[all …]
Dhlo_cost_analysis.cc382 auto rhs_instruction = convolution->operand(1); in HandleConvolution() local
391 ? ShapeUtil::ElementsIn(rhs_instruction->shape()) / output_features in HandleConvolution()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc443 auto rhs_instruction = dot->operand(1); in HandleDot() local
446 const llvm_ir::IrArray& rhs_array = GetIrArray(*rhs_instruction, *dot); in HandleDot()
449 const Shape& rhs_shape = rhs_instruction->shape(); in HandleDot()
/external/tensorflow/tensorflow/compiler/xla/
Dreference_util.cc570 HloInstruction* rhs_instruction = in ConvArray4DGeneralDimensionsDilated() local
574 shape, lhs_instruction, rhs_instruction, window, dnums)); in ConvArray4DGeneralDimensionsDilated()