Home
last modified time | relevance | path

Searched refs:Fuse (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_rewriter_transform_test.cc94 Status Fuse() { return FuseInternal(/*only_place_args=*/false); } in Fuse() function in tensorflow::graph_transforms::__anonc3349ced0111::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/
Dfusion_legal.cpp176 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/
Dfusion_legal.cpp176 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/
Dinstruction_fusion_test.cc38 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()
Dmulti_output_fusion.cc113 HloInstruction* MultiOutputFusion::Fuse(HloInstruction* instr1, in Fuse() function in xla::MultiOutputFusion
322 HloInstruction* ret = Fuse(instr1, instr2); in Perform()
Dinstruction_fusion.h87 virtual HloInstruction* Fuse(HloInstruction* producer,
Dmulti_output_fusion.h83 virtual HloInstruction* Fuse(HloInstruction* instr1, HloInstruction* instr2);
Dinstruction_fusion.cc500 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/
Dloop_fusion_pass.cpp56 fusion.Fuse(); in ProcessFunction()
Dloop_fusion.h60 void Fuse();
Dloop_fusion.cpp531 void LoopFusion::Fuse() { in Fuse() function in spvtools::opt::LoopFusion
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_fusion_pass.cpp56 fusion.Fuse(); in ProcessFunction()
Dloop_fusion.h60 void Fuse();
Dloop_fusion.cpp531 void LoopFusion::Fuse() { in Fuse() function in spvtools::opt::LoopFusion
/external/u-boot/doc/
DREADME.imx628 Fuse address for the lower MAC address: 0x620
49 Fuse address for the upper MAC address: 0x630
DREADME.fsl_iim25 Fuse operations:
DREADME.mxc_ocotp28 Fuse operations:
DREADME.fuse1 Fuse API functions and commands
/external/u-boot/doc/uImage.FIT/
Dsec_firmware_ppa.its32 description = "Fuse Script";
/external/libchrome/mojo/core/
Dmessage_pipe_dispatcher.h46 bool Fuse(MessagePipeDispatcher* other);
Dmessage_pipe_dispatcher.cc102 bool MessagePipeDispatcher::Fuse(MessagePipeDispatcher* other) { in Fuse() function in mojo::core::MessagePipeDispatcher
Dcore.cc626 if (!mpd0->Fuse(mpd1)) in FuseMessagePipes()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc178 clEnumValN(FPOpFusion::Fast, "fast", "Fuse FP ops whenever profitable"),