Home
last modified time | relevance | path

Searched refs:kForward (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.cc556 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/
Dbuiltins-array-gen.h97 ForEachDirection direction = ForEachDirection::kForward);
106 ForEachDirection direction = ForEachDirection::kForward);
111 ForEachDirection direction = ForEachDirection::kForward);
Dbuiltins-array-gen.cc482 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/
Dperiodic_resample_op.h255 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/
Dir_emission_utils.h47 kForward, // input + filter => output enumerator
Dir_emission_utils.cc251 return CudnnConvKind::kForward; in GetCudnnConvKind()
267 case CudnnConvKind::kForward: in CudnnConvKindToString()
Dcudnn_conv_runner.cc239 case CudnnConvKind::kForward: in RunCudnnConvImpl()
342 case CudnnConvKind::kForward: in GetCudnnConvParams()
Dcudnn_conv_pad_for_tensor_cores.cc150 case CudnnConvKind::kForward: in PadForTensorCores()
Dgpu_layout_assignment.cc111 case CudnnConvKind::kForward: in AddBackendConstraintsToDnnConvCustomCall()
Dcudnn_conv_algorithm_picker.cc56 case CudnnConvKind::kForward: in GetAlgorithms()
Dcudnn_conv_padding_legalization.cc405 case CudnnConvKind::kForward: in RunOnComputation()
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc66 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/
Dcode-stub-assembler.h2597 enum class ForEachDirection { kForward, kReverse }; enumerator
Dcode-stub-assembler.cc9992 if (direction == ForEachDirection::kForward) { in BuildFastFixedArrayForEach()