Searched refs:kForward (Results 1 – 14 of 14) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test.cc | 556 enum direction { kForward = 0, kBackward }; in RunBidirectionalFlow() enumerator 563 sources[kForward].reset(new AdaptiveVideoSource(kForward, 30, 300, 0, 0)); in RunBidirectionalFlow() 564 senders[kForward].reset( in RunBidirectionalFlow() 565 new VideoSender(&uplink_, sources[kForward].get(), bwe_type)); in RunBidirectionalFlow() 571 DefaultEvaluationFilter up_filter(&uplink_, kForward); in RunBidirectionalFlow() 574 metric_recorders[kForward].reset(new MetricRecorder( in RunBidirectionalFlow() 575 bwe_names[bwe_type], kForward, senders[kForward].get(), &up_link_share)); in RunBidirectionalFlow() 576 receivers[kForward].reset( in RunBidirectionalFlow() 577 new PacketReceiver(&uplink_, kForward, bwe_type, true, false, in RunBidirectionalFlow() 578 metric_recorders[kForward].get())); in RunBidirectionalFlow() [all …]
|
/external/v8/src/builtins/ |
D | builtins-array-gen.h | 97 ForEachDirection direction = ForEachDirection::kForward); 106 ForEachDirection direction = ForEachDirection::kForward); 111 ForEachDirection direction = ForEachDirection::kForward);
|
D | builtins-array-gen.cc | 482 if (direction == ForEachDirection::kForward) { in GenerateIteratingArrayBuiltinBody() 572 if (direction == ForEachDirection::kForward) { in GenerateIteratingTypedArrayBuiltinBody() 608 if (direction == ForEachDirection::kForward) { in GenerateIteratingArrayBuiltinLoopContinuation() 644 if (direction == ForEachDirection::kForward) { in GenerateIteratingArrayBuiltinLoopContinuation() 1709 MissingPropertyMode::kUseUndefined, ForEachDirection::kForward); in TF_BUILTIN() 1787 MissingPropertyMode::kUseUndefined, ForEachDirection::kForward); in TF_BUILTIN() 1808 MissingPropertyMode::kUseUndefined, ForEachDirection::kForward); in TF_BUILTIN() 1881 MissingPropertyMode::kUseUndefined, ForEachDirection::kForward); in TF_BUILTIN()
|
/external/tensorflow/tensorflow/contrib/periodic_resample/kernels/ |
D | periodic_resample_op.h | 255 kForward, enumerator 297 if (mode == Mode::kForward) { in do_periodic_resample_op() 325 if (mode == Mode::kForward) { in do_periodic_resample_op() 357 do_periodic_resample_op<type, Mode::kForward>( \ in create_output_tensor()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emission_utils.h | 47 kForward, // input + filter => output enumerator
|
D | ir_emission_utils.cc | 251 return CudnnConvKind::kForward; in GetCudnnConvKind() 267 case CudnnConvKind::kForward: in CudnnConvKindToString()
|
D | cudnn_conv_runner.cc | 239 case CudnnConvKind::kForward: in RunCudnnConvImpl() 342 case CudnnConvKind::kForward: in GetCudnnConvParams()
|
D | cudnn_conv_pad_for_tensor_cores.cc | 150 case CudnnConvKind::kForward: in PadForTensorCores()
|
D | gpu_layout_assignment.cc | 111 case CudnnConvKind::kForward: in AddBackendConstraintsToDnnConvCustomCall()
|
D | cudnn_conv_algorithm_picker.cc | 56 case CudnnConvKind::kForward: in GetAlgorithms()
|
D | cudnn_conv_padding_legalization.cc | 405 case CudnnConvKind::kForward: in RunOnComputation()
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | audio_processing_unittest.cc | 66 enum StreamDirection { kForward = 0, kReverse }; enumerator 520 num_reverse_channels, num_reverse_channels, kForward); in Init() 2412 num_reverse_output_channels, kForward).c_str(), in ProcessFormat() 2521 stream_directions.push_back(kForward); in TEST_P() 2544 if (file_direction == kForward) { in TEST_P()
|
/external/v8/src/ |
D | code-stub-assembler.h | 2597 enum class ForEachDirection { kForward, kReverse }; enumerator
|
D | code-stub-assembler.cc | 9992 if (direction == ForEachDirection::kForward) { in BuildFastFixedArrayForEach()
|