Home
last modified time | relevance | path

Searched refs:x_desc (Results 1 – 20 of 20) sorted by relevance

/external/rust/crates/plotters/src/chart/
Dmesh.rs96 pub fn x_desc<T: Into<String>>(&mut self, desc: T) -> &mut Self { in x_desc() function
97 self.style.x_desc(desc); in x_desc()
155 pub(super) x_desc: Option<String>, field
210 x_desc: None, in new()
385 pub fn x_desc<T: Into<String>>(&mut self, desc: T) -> &mut Self { in x_desc() function
386 self.x_desc = Some(desc.into()); in x_desc()
457 self.x_desc.clone(), in draw()
Dcontext.rs472 x_desc: Option<String>, in draw_mesh()
491 x_desc.as_ref().map(|desc| (&desc[..], axis_desc_style)),
903 .x_desc("X") in test_chart_context()
909 .x_desc("X") in test_chart_context()
/external/rust/crates/plotters/examples/
Dhistogram.rs20 .x_desc("Bucket") in main()
Dboxplot.rs80 .x_desc("Ping, ms") in main()
/external/rust/crates/criterion/src/plot/plotters_backend/
Dpdf.rs60 .x_desc(format!("Average Time ({})", unit)) in pdf_comparison_figure()
148 .x_desc(format!("Average Time ({})", unit)) in pdf_small()
229 .x_desc(format!("Average Time ({})", unit)) in pdf()
Dregression.rs61 .x_desc(x_label) in regression_figure()
187 .x_desc(x_label) in regression_comparison_figure()
Dt_test.rs33 .x_desc("t score") in t_test()
Dsummary.rs84 .x_desc(format!("Input{}", input_suffix)) in draw_line_comarision_figure()
241 .x_desc(format!("Average time ({})", unit)) in draw_violin_figure()
Ddistributions.rs78 .x_desc(format!("Average time ({})", unit)) in abs_distribution()
233 .x_desc("Relative change (%)") in rel_distribution()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.h223 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc,
237 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc,
250 const dnn::BatchDescriptor& x_desc,
261 const dnn::BatchDescriptor& x_desc,
594 const DeviceMemory<U>& side_input, const dnn::BatchDescriptor& x_desc,
608 const DeviceMemory<U>& inv_var, const dnn::BatchDescriptor& x_desc,
Dcuda_dnn.cc3452 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward() argument
3463 offset, estimated_mean, estimated_variance, side_input, x_desc, in DoBatchNormalizationForward()
3475 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward() argument
3486 estimated_mean, estimated_variance, side_input, x_desc, in DoBatchNormalizationForward()
3500 const DeviceMemory<U>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForwardImpl() argument
3508 CudnnTensorDescriptor x_descriptor(x_desc, ToCudnnDataType(input_data_type)); in DoBatchNormalizationForwardImpl()
3536 activation_mode, CUDNN_PROPAGATE_NAN, x_desc.value_max()); in DoBatchNormalizationForwardImpl()
3646 const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationBackward() argument
3654 x, scale, mean, inv_var, x_desc, scale_offset_desc, in DoBatchNormalizationBackward()
3664 const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationBackward() argument
[all …]
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.h261 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc,
275 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc,
288 const dnn::BatchDescriptor& x_desc,
299 const dnn::BatchDescriptor& x_desc,
710 const DeviceMemory<U>& side_input, const dnn::BatchDescriptor& x_desc,
723 const DeviceMemory<U>& variance, const dnn::BatchDescriptor& x_desc,
Drocm_dnn.cc3526 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward() argument
3536 estimated_mean, estimated_variance, side_input, x_desc, scale_offset_desc, in DoBatchNormalizationForward()
3546 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward() argument
3556 estimated_mean, estimated_variance, side_input, x_desc, scale_offset_desc, in DoBatchNormalizationForward()
3568 const DeviceMemory<U>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForwardImpl() argument
3577 ScopedTensorDescriptor x_descriptor{x_desc, in DoBatchNormalizationForwardImpl()
3614 const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationBackward() argument
3622 x_desc, scale_offset_desc, epsilon, x_backprop, scale_backprop, in DoBatchNormalizationBackward()
3630 const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationBackward() argument
3638 x_desc, scale_offset_desc, epsilon, x_backprop, scale_backprop, in DoBatchNormalizationBackward()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op.cc890 se::dnn::BatchDescriptor x_desc; in operator ()() local
891 x_desc.set_count(batch_size) in operator ()()
958 estimated_variance_ptr, side_input_ptr, x_desc, in operator ()()
1081 se::dnn::BatchDescriptor x_desc; in operator ()() local
1082 x_desc.set_count(batch_size) in operator ()()
1130 x_desc, scale_offset_desc, static_cast<double>(epsilon), in operator ()()
/external/tensorflow/tensorflow/stream_executor/
Ddnn.h1016 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward() argument
1035 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward() argument
1068 const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationBackward() argument
1084 const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationBackward() argument
Dstream.cc347 const DeviceMemory<float> &side_input, const dnn::BatchDescriptor &x_desc, in ThenBatchNormalizationForward() argument
356 VLOG_CALL(PARAM(x), PARAM(scale), PARAM(offset), PARAM(x_desc), in ThenBatchNormalizationForward()
361 x_desc, scale_offset_desc, epsilon, exponential_average_factor, in ThenBatchNormalizationForward()
373 const DeviceMemory<float> &inv_var, const dnn::BatchDescriptor &x_desc, in ThenBatchNormalizationBackward() argument
379 VLOG_CALL(PARAM(y_backprop), PARAM(x), PARAM(scale), PARAM(x_desc), in ThenBatchNormalizationBackward()
384 this, y_backprop, x, scale, mean, inv_var, x_desc, scale_offset_desc, in ThenBatchNormalizationBackward()
398 const DeviceMemory<float> &side_input, const dnn::BatchDescriptor &x_desc, in ThenBatchNormalizationForward() argument
407 VLOG_CALL(PARAM(x), PARAM(scale), PARAM(offset), PARAM(x_desc), in ThenBatchNormalizationForward()
412 x_desc, scale_offset_desc, epsilon, exponential_average_factor, in ThenBatchNormalizationForward()
425 const dnn::BatchDescriptor &x_desc, in ThenBatchNormalizationBackward() argument
[all …]
Dstream.h251 const DeviceMemory<float> &side_input, const dnn::BatchDescriptor &x_desc,
264 const DeviceMemory<float> &inv_var, const dnn::BatchDescriptor &x_desc,
276 const DeviceMemory<float> &side_input, const dnn::BatchDescriptor &x_desc,
290 const dnn::BatchDescriptor &x_desc,
/external/rust/crates/plotters-svg/src/
Dsvg.rs686 .x_desc("X Axis") in test_text_draw()
/external/rust/crates/plotters/
DCHANGELOG.md223 - ChartContext now support drawing axis description. Use `MeshStyle::x_desc` and `MeshStyle::y_desc…
/external/rust/crates/plotters/plotters-doc-data/
Devcxr-jupyter-integration.ipynb5934 " .x_desc(\"Here's the label for X\")\n",