Home
last modified time | relevance | path

Searched refs:kReverse (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_conv_rewriter.cc292 reverse_filter->opcode() == HloOpcode::kReverse && in MatchBackwardInput()
441 if (reverse_filter->opcode() != HloOpcode::kReverse && in MatchBackwardInput()
457 if (rhs->opcode() == HloOpcode::kReverse) { in MatchBackwardInput()
Dgpu_fusible.cc178 instr.opcode() == HloOpcode::kReverse || in IsLoopFusible()
/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_support.cc95 case HloOpcode::kReverse: in EffectiveOperandPrecisionIsOutputPrecision()
Dhlo_opcode.h121 V(kReverse, "reverse", 1) \
Dwhile_loop_invariant_code_motion.cc117 case HloOpcode::kReverse: in NotWorthHoistingIndividually()
Dinstruction_fusion.cc95 case HloOpcode::kReverse: in IsExpensive()
Dhlo_instruction.cc202 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()
Dhlo_graph_dumper.cc995 case HloOpcode::kReverse: in GetInstructionColor()
Dlayout_assignment.cc2024 case HloOpcode::kReverse: in InstructionCanChangeLayout()
Dhlo_instructions.cc654 : HloInstruction(HloOpcode::kReverse, shape), in HloReverseInstruction()
Delemental_ir_emitter.cc2284 case HloOpcode::kReverse: in MakeElementGenerator()
Dhlo_parser.cc1219 case HloOpcode::kReverse: { in ParseInstructionRhs()
Dalgebraic_simplifier.cc2001 case HloOpcode::kReverse: in OutputIsPermutationOfOperandElements()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion.cc41 hlo.opcode() == HloOpcode::kReverse || in CanBeLoopFused()
Dcpu_instruction_fusion_test.cc458 {HloOpcode::kNegate, HloOpcode::kReverse, HloOpcode::kParameter}); in TEST_F()
/external/python/cpython2/Lib/plat-mac/Carbon/
DSound.py303 kReverse = (1L << 16) variable
/external/v8/src/builtins/
Dbuiltins-array-gen.cc697 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/
Daudio_processing_unittest.cc66 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/
Dcode-stub-assembler.h2597 enum class ForEachDirection { kForward, kReverse }; enumerator
2607 ForEachDirection direction = ForEachDirection::kReverse);
2613 ForEachDirection direction = ForEachDirection::kReverse) {
Dcode-stub-assembler.cc10019 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/
Dxla_builder.cc1563 return AddInstruction(std::move(instr), HloOpcode::kReverse, {operand}); in Rev()