/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | custom_call_test.cc | 88 HloInstruction::CreateCustomCall(r0f32_, {constant}, "R0F32Add2")); in XLA_TEST_F() 109 HloInstruction::CreateCustomCall(r0f32_, {constant}, "R2F32ReduceSum")); in XLA_TEST_F() 124 auto incremented = b.AddInstruction(HloInstruction::CreateCustomCall( in XLA_TEST_F() 126 auto incremented_again = b.AddInstruction(HloInstruction::CreateCustomCall( in XLA_TEST_F() 148 HloInstruction::CreateCustomCall(r2f32_, {input}, "Add1ToValues")); in XLA_TEST_F() 175 auto custom_call = b.AddInstruction(HloInstruction::CreateCustomCall( in XLA_TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gemm_rewriter.cc | 61 HloInstruction::CreateCustomCall(output_shape, {lhs, rhs}, in HandleDot() 113 HloInstruction::CreateCustomCall( in HandleAdd()
|
D | cudnn_batchnorm_rewriter.cc | 105 auto batchnorm_inference_result = HloInstruction::CreateCustomCall( in HandleBatchNormInference() 164 computation_->AddInstruction(HloInstruction::CreateCustomCall( in HandleBatchNormTraining() 275 computation_->AddInstruction(HloInstruction::CreateCustomCall( in HandleBatchNormGrad()
|
D | gpu_layout_assignment_test.cc | 148 auto* batchnorm = builder.AddInstruction(HloInstruction::CreateCustomCall( in TEST_F() 218 auto* batchnorm = builder.AddInstruction(HloInstruction::CreateCustomCall( in TEST_F() 297 builder.AddInstruction(HloInstruction::CreateCustomCall( in TEST_F()
|
D | cusolver_rewriter.cc | 92 computation->AddInstruction(HloInstruction::CreateCustomCall( in CreateCholesky()
|
D | cudnn_fused_conv_rewriter.cc | 238 auto new_conv = computation->AddInstruction(HloInstruction::CreateCustomCall( in TryRewriteToCudnnForwardRelu()
|
D | gpu_conv_rewriter.cc | 60 HloInstruction::CreateCustomCall(call_shape, {lhs, rhs}, call_target)); in CreateGpuConv()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_dce_test.cc | 99 HloInstruction::CreateCustomCall(ShapeUtil::MakeShape(F32, {}), in TEST_F() 117 HloInstruction::CreateCustomCall(ShapeUtil::MakeShape(F32, {}), in TEST_F()
|
D | hlo_instruction_test.cc | 1829 auto instr1 = HloInstruction::CreateCustomCall(ShapeUtil::MakeShape(F32, {}), in TEST_F() 1841 auto instr1 = HloInstruction::CreateCustomCall(ShapeUtil::MakeShape(F32, {}), in TEST_F() 1854 auto instr1 = HloInstruction::CreateCustomCall(ShapeUtil::MakeShape(F32, {}), in TEST_F() 1866 auto instr = HloInstruction::CreateCustomCall(ShapeUtil::MakeShape(F32, {}), in TEST_F() 1877 auto instr = HloInstruction::CreateCustomCall(ShapeUtil::MakeShape(F32, {}), in TEST_F() 1890 auto instr = HloInstruction::CreateCustomCall(ShapeUtil::MakeShape(F32, {}), in TEST_F() 1903 auto instr = HloInstruction::CreateCustomCall(ShapeUtil::MakeShape(F32, {}), in TEST_F()
|
D | topk_rewriter.cc | 159 HloInstruction::CreateCustomCall(topk_shape, {input}, "TopK")); in Run()
|
D | hlo_instruction.h | 984 static std::unique_ptr<HloInstruction> CreateCustomCall( 989 static std::unique_ptr<HloInstruction> CreateCustomCall( 996 static std::unique_ptr<HloInstruction> CreateCustomCall( 1005 static std::unique_ptr<HloInstruction> CreateCustomCall(
|
D | hlo_matchers_test.cc | 96 auto call = HloInstruction::CreateCustomCall( in TEST_F()
|
D | hlo_instruction.cc | 560 CreateCustomCall(shape, all_operands(), proto.custom_call_target(), in CreateFromProto() 564 instruction = CreateCustomCall(shape, all_operands(), computations(0), in CreateFromProto() 568 instruction = CreateCustomCall( in CreateFromProto() 573 instruction = CreateCustomCall(shape, all_operands(), in CreateFromProto() 1572 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateCustomCall( in CreateCustomCall() function in xla::HloInstruction 1579 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateCustomCall( in CreateCustomCall() function in xla::HloInstruction 1587 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateCustomCall( in CreateCustomCall() function in xla::HloInstruction 1596 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateCustomCall( in CreateCustomCall() function in xla::HloInstruction
|
D | dynamic_padder.cc | 1494 comp->AddInstruction(HloInstruction::CreateCustomCall( in InsertPadToStaticOnInstruction() 1643 return comp->AddInstruction(HloInstruction::CreateCustomCall( in ConvertToDynamic() 1676 comp->AddInstruction(HloInstruction::CreateCustomCall( in ConvertToStatic()
|
D | hlo_parser.cc | 2320 instruction = builder->AddInstruction(HloInstruction::CreateCustomCall( in ParseInstructionRhs() 2326 builder->AddInstruction(HloInstruction::CreateCustomCall( in ParseInstructionRhs() 2331 builder->AddInstruction(HloInstruction::CreateCustomCall( in ParseInstructionRhs() 2336 builder->AddInstruction(HloInstruction::CreateCustomCall( in ParseInstructionRhs()
|
D | tuple_points_to_analysis_test.cc | 652 auto ccall = builder.AddInstruction(HloInstruction::CreateCustomCall( in TEST_F()
|
D | dynamic_dimension_inference_test.cc | 1228 builder.AddInstruction(HloInstruction::CreateCustomCall( in TEST_F()
|
D | buffer_assignment_test.cc | 1538 auto custom_call = builder.AddInstruction(HloInstruction::CreateCustomCall( in TEST_F()
|