HomeSort by relevance Sort by last modified time
    Searched full:reverse1 (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
fusion_test.cc 454 auto reverse1 = builder.AddInstruction(HloInstruction::CreateReverse( local
457 ->CreateFusionInstruction(/*instructions_to_fuse=*/{reverse1},
469 auto reverse1 = builder.AddInstruction(HloInstruction::CreateReverse( local
472 ShapeUtil::MakeShape(S32, {3}), HloOpcode::kNegate, reverse1));
474 ->CreateFusionInstruction(/*instructions_to_fuse=*/{negate2, reverse1},
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_instruction_fusion_test.cc 383 HloInstruction* reverse1 = builder.AddInstruction( local
386 HloInstruction::CreateUnary(param_shape, HloOpcode::kNegate, reverse1));
  /prebuilts/go/darwin-x86/src/sort/
sort_test.go 354 modes := []string{"copy", "reverse", "reverse1", "reverse2", "sort", "dither"}
  /prebuilts/go/linux-x86/src/sort/
sort_test.go 354 modes := []string{"copy", "reverse", "reverse1", "reverse2", "sort", "dither"}
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 540 milliseconds