Home
last modified time | relevance | path

Searched refs:CreateReverse (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_conv_rewriter_test.cc266 HloInstruction::CreateReverse(kernel->shape(), kernel, {2, 3})); in TEST_F()
415 HloInstruction::CreateReverse(kernel->shape(), kernel, {0, 1})); in TEST_F()
466 HloInstruction::CreateReverse(kernel->shape(), kernel, {0, 1})); in TEST_F()
521 HloInstruction::CreateReverse(kernel->shape(), kernel, {0, 1})); in TEST_F()
578 HloInstruction::CreateReverse(kernel->shape(), kernel, {0, 1})); in TEST_F()
Dcudnn_conv_rewriter.cc445 reverse_filter = c->AddInstruction(HloInstruction::CreateReverse( in MatchBackwardInput()
448 reverse_filter = c->AddInstruction(HloInstruction::CreateReverse( in MatchBackwardInput()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dfusion_test.cc471 auto reverse1 = builder.AddInstruction(HloInstruction::CreateReverse( in XLA_TEST_F()
487 auto reverse1 = builder.AddInstruction(HloInstruction::CreateReverse( in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion_test.cc623 HloInstruction::CreateReverse(data_shape_, gte11, {0})); in BuildNestedBodyComputation()
1738 HloInstruction::CreateReverse(element_shape, body_element_3, {0})); in TEST_F()
1891 HloInstruction::CreateReverse(element_shape, element_1, {0})); in MakeBenchmarkWhileBody()
Dtuple_points_to_analysis_test.cc1163 HloInstruction::CreateReverse(data_shape, operand, {0, 1})); in TEST_F()
1248 builder.AddInstruction(HloInstruction::CreateReverse(shape, param, {0})); in TEST_F()
Dhlo_dataflow_analysis_test.cc1430 HloInstruction::CreateReverse(vector_shape_, negate, {0})); in TEST_P()
2105 HloInstruction::CreateReverse(data_shape, neg, {0, 1})); in TEST_F()
2542 HloInstruction::CreateReverse(data_shape, operand, {0, 1})); in TEST_F()
2654 builder.AddInstruction(HloInstruction::CreateReverse(shape, param, {0})); in TEST_F()
Dbuffer_liveness_test.cc214 builder.AddInstruction(HloInstruction::CreateReverse(vec_, negate, {0})); in TEST_F()
Dhlo_instruction.h786 static std::unique_ptr<HloInstruction> CreateReverse(
Dbuffer_assignment_test.cc1700 HloInstruction::CreateReverse(f32vec100_, log, {0})); in TEST_F()
1767 builder.AddInstruction(HloInstruction::CreateReverse( in TEST_F()
Dhlo_evaluator_test.cc1035 rhs_instruction = b.AddInstruction(HloInstruction::CreateReverse( in TEST_P()
2012 b.AddInstruction(HloInstruction::CreateReverse(shape, operand, {0, 1})); in TEST_P()
Dhlo_instruction.cc203 instruction = CreateReverse(shape, operands(0), in CreateFromProto()
908 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateReverse( in CreateReverse() function in xla::HloInstruction
Dhlo_parser.cc1228 HloInstruction::CreateReverse(shape, operands[0], *dimensions)); in ParseInstructionRhs()
Dalgebraic_simplifier_test.cc3743 HloInstruction::CreateReverse(shape, a, /*dimensions=*/{2, 3})); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion_test.cc449 HloInstruction::CreateReverse(param_shape, param0, {0})); in TEST_F()