/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_rewriter_transform_test.cc | 94 Status Fuse() { return FuseInternal(/*only_place_args=*/false); } in Fuse() function in tensorflow::graph_transforms::__anon5181c9840111::FuseRemoteGraphMultipleAddOpsRewriterTest 222 TF_ASSERT_OK(Fuse()); in TEST_F() 229 TF_ASSERT_OK(Fuse()); in TEST_F() 237 TF_ASSERT_OK(Fuse()); in TEST_F() 244 TF_ASSERT_OK(Fuse()); in TEST_F() 253 TF_ASSERT_OK(Fuse()); in TEST_F() 261 TF_ASSERT_OK(Fuse()); in TEST_F() 270 TF_ASSERT_OK(Fuse()); in TEST_F() 278 TF_ASSERT_OK(Fuse()); in TEST_F() 286 TF_ASSERT_OK(Fuse()); in TEST_F() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | fusion_legal.cpp | 176 fusion.Fuse(); in TEST_F() 312 fusion.Fuse(); in TEST_F() 445 fusion.Fuse(); in TEST_F() 583 fusion.Fuse(); in TEST_F() 725 fusion.Fuse(); in TEST_F() 868 fusion.Fuse(); in TEST_F() 1009 fusion.Fuse(); in TEST_F() 1149 fusion.Fuse(); in TEST_F() 1289 fusion.Fuse(); in TEST_F() 1454 fusion.Fuse(); in TEST_F() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | fusion_legal.cpp | 176 fusion.Fuse(); in TEST_F() 312 fusion.Fuse(); in TEST_F() 445 fusion.Fuse(); in TEST_F() 583 fusion.Fuse(); in TEST_F() 725 fusion.Fuse(); in TEST_F() 868 fusion.Fuse(); in TEST_F() 1009 fusion.Fuse(); in TEST_F() 1149 fusion.Fuse(); in TEST_F() 1289 fusion.Fuse(); in TEST_F() 1454 fusion.Fuse(); in TEST_F() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | instruction_fusion_test.cc | 38 HloInstruction* Fuse(HloInstruction* producer, in Fuse() function in xla::InstructionFusionForTesting 40 return InstructionFusion::Fuse(producer, consumer); in Fuse() 61 InstructionFusionForTesting(module.get()).Fuse(add, sub); in TEST_F() 85 InstructionFusionForTesting(module.get()).Fuse(abs, root); in TEST_F()
|
D | multi_output_fusion.cc | 113 HloInstruction* MultiOutputFusion::Fuse(HloInstruction* instr1, in Fuse() function in xla::MultiOutputFusion 322 HloInstruction* ret = Fuse(instr1, instr2); in Perform()
|
D | instruction_fusion.h | 87 virtual HloInstruction* Fuse(HloInstruction* producer,
|
D | multi_output_fusion.h | 83 virtual HloInstruction* Fuse(HloInstruction* instr1, HloInstruction* instr2);
|
D | instruction_fusion.cc | 500 fusion_instruction = Fuse(operand, instruction); in Run() 552 HloInstruction* InstructionFusion::Fuse(HloInstruction* producer, in Fuse() function in xla::InstructionFusion
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_fusion_pass.cpp | 56 fusion.Fuse(); in ProcessFunction()
|
D | loop_fusion.h | 60 void Fuse();
|
D | loop_fusion.cpp | 531 void LoopFusion::Fuse() { in Fuse() function in spvtools::opt::LoopFusion
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_fusion_pass.cpp | 56 fusion.Fuse(); in ProcessFunction()
|
D | loop_fusion.h | 60 void Fuse();
|
D | loop_fusion.cpp | 531 void LoopFusion::Fuse() { in Fuse() function in spvtools::opt::LoopFusion
|
/external/u-boot/doc/ |
D | README.imx6 | 28 Fuse address for the lower MAC address: 0x620 49 Fuse address for the upper MAC address: 0x630
|
D | README.fsl_iim | 25 Fuse operations:
|
D | README.mxc_ocotp | 28 Fuse operations:
|
D | README.fuse | 1 Fuse API functions and commands
|
/external/u-boot/doc/uImage.FIT/ |
D | sec_firmware_ppa.its | 32 description = "Fuse Script";
|
/external/libchrome/mojo/core/ |
D | message_pipe_dispatcher.h | 46 bool Fuse(MessagePipeDispatcher* other);
|
D | message_pipe_dispatcher.cc | 102 bool MessagePipeDispatcher::Fuse(MessagePipeDispatcher* other) { in Fuse() function in mojo::core::MessagePipeDispatcher
|
D | core.cc | 626 if (!mpd0->Fuse(mpd1)) in FuseMessagePipes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 178 clEnumValN(FPOpFusion::Fast, "fast", "Fuse FP ops whenever profitable"),
|