HomeSort by relevance Sort by last modified time
    Searched defs:Fuse (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
multi_output_fusion.cc 83 VLOG(10) << "User not legal to fuse: " << user->name();
113 HloInstruction* MultiOutputFusion::Fuse(HloInstruction* instr1,
141 // We don't target to fuse producer/consumer instructions -- this should
309 VLOG(1) << "Fuse!";
322 HloInstruction* ret = Fuse(instr1, instr2);
  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_rewriter_transform_test.cc 94 Status Fuse() { return FuseInternal(/*only_place_args=*/false); }
222 TF_ASSERT_OK(Fuse());
229 TF_ASSERT_OK(Fuse());
237 TF_ASSERT_OK(Fuse());
244 TF_ASSERT_OK(Fuse());
253 TF_ASSERT_OK(Fuse());
261 TF_ASSERT_OK(Fuse());
270 TF_ASSERT_OK(Fuse());
278 TF_ASSERT_OK(Fuse());
286 TF_ASSERT_OK(Fuse());
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
loop_fusion.cpp 531 void LoopFusion::Fuse() {
532 assert(AreCompatible() && "Can't fuse, loops aren't compatible");
533 assert(IsLegal() && "Can't fuse, illegal");
  /external/libchrome/mojo/core/
message_pipe_dispatcher.cc 102 bool MessagePipeDispatcher::Fuse(MessagePipeDispatcher* other) {
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
loop_fusion.cpp 531 void LoopFusion::Fuse() {
532 assert(AreCompatible() && "Can't fuse, loops aren't compatible");
533 assert(IsLegal() && "Can't fuse, illegal");
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Nvme.h 665 UINT8 Fuse:2; // Fused Operation
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalNvmeReg.h 733 UINT8 Fuse:2; // Fused Operation

Completed in 614 milliseconds