Searched refs:kReverse (Results 1 – 21 of 21) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_conv_rewriter.cc | 292 reverse_filter->opcode() == HloOpcode::kReverse && in MatchBackwardInput() 441 if (reverse_filter->opcode() != HloOpcode::kReverse && in MatchBackwardInput() 457 if (rhs->opcode() == HloOpcode::kReverse) { in MatchBackwardInput()
|
D | gpu_fusible.cc | 178 instr.opcode() == HloOpcode::kReverse || in IsLoopFusible()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | bfloat16_support.cc | 95 case HloOpcode::kReverse: in EffectiveOperandPrecisionIsOutputPrecision()
|
D | hlo_opcode.h | 121 V(kReverse, "reverse", 1) \
|
D | while_loop_invariant_code_motion.cc | 117 case HloOpcode::kReverse: in NotWorthHoistingIndividually()
|
D | instruction_fusion.cc | 95 case HloOpcode::kReverse: in IsExpensive()
|
D | hlo_instruction.cc | 202 case HloOpcode::kReverse: in CreateFromProto() 1358 case HloOpcode::kReverse: in CloneWithNewOperands() 1808 case HloOpcode::kReverse: in IdenticalSlowPath() 2613 case HloOpcode::kReverse: in Visit() 2932 case HloOpcode::kReverse: in OperandElementUse()
|
D | hlo_graph_dumper.cc | 995 case HloOpcode::kReverse: in GetInstructionColor()
|
D | layout_assignment.cc | 2024 case HloOpcode::kReverse: in InstructionCanChangeLayout()
|
D | hlo_instructions.cc | 654 : HloInstruction(HloOpcode::kReverse, shape), in HloReverseInstruction()
|
D | elemental_ir_emitter.cc | 2284 case HloOpcode::kReverse: in MakeElementGenerator()
|
D | hlo_parser.cc | 1219 case HloOpcode::kReverse: { in ParseInstructionRhs()
|
D | algebraic_simplifier.cc | 2001 case HloOpcode::kReverse: in OutputIsPermutationOfOperandElements()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_instruction_fusion.cc | 41 hlo.opcode() == HloOpcode::kReverse || in CanBeLoopFused()
|
D | cpu_instruction_fusion_test.cc | 458 {HloOpcode::kNegate, HloOpcode::kReverse, HloOpcode::kParameter}); in TEST_F()
|
/external/python/cpython2/Lib/plat-mac/Carbon/ |
D | Sound.py | 303 kReverse = (1L << 16) variable
|
/external/v8/src/builtins/ |
D | builtins-array-gen.cc | 697 if (direction == ForEachDirection::kReverse) { in VisitAllTypedArrayElements() 719 IndexAdvanceMode advance_mode = direction == ForEachDirection::kReverse in VisitAllFastElementsOneKind() 722 if (direction == ForEachDirection::kReverse) std::swap(start, end); in VisitAllFastElementsOneKind() 2613 ForEachDirection::kReverse); in TF_BUILTIN() 2677 MissingPropertyMode::kSkip, ForEachDirection::kReverse); in TF_BUILTIN() 2697 ForEachDirection::kReverse); in TF_BUILTIN()
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | audio_processing_unittest.cc | 66 enum StreamDirection { kForward = 0, kReverse }; enumerator 2419 num_reverse_output_channels, kReverse).c_str(), in ProcessFormat() 2522 stream_directions.push_back(kReverse); in TEST_P()
|
/external/v8/src/ |
D | code-stub-assembler.h | 2597 enum class ForEachDirection { kForward, kReverse }; enumerator 2607 ForEachDirection direction = ForEachDirection::kReverse); 2613 ForEachDirection direction = ForEachDirection::kReverse) {
|
D | code-stub-assembler.cc | 10019 if (direction == ForEachDirection::kReverse) std::swap(start, limit); in BuildFastFixedArrayForEach() 10025 direction == ForEachDirection::kReverse ? -increment : increment, in BuildFastFixedArrayForEach() 10027 direction == ForEachDirection::kReverse ? IndexAdvanceMode::kPre in BuildFastFixedArrayForEach()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 1563 return AddInstruction(std::move(instr), HloOpcode::kReverse, {operand}); in Rev()
|