/external/rust/crates/plotters/src/chart/ |
D | mesh.rs | 96 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()
|
D | context.rs | 472 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/ |
D | histogram.rs | 20 .x_desc("Bucket") in main()
|
D | boxplot.rs | 80 .x_desc("Ping, ms") in main()
|
/external/rust/crates/criterion/src/plot/plotters_backend/ |
D | pdf.rs | 60 .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()
|
D | regression.rs | 61 .x_desc(x_label) in regression_figure() 187 .x_desc(x_label) in regression_comparison_figure()
|
D | t_test.rs | 33 .x_desc("t score") in t_test()
|
D | summary.rs | 84 .x_desc(format!("Input{}", input_suffix)) in draw_line_comarision_figure() 241 .x_desc(format!("Average time ({})", unit)) in draw_violin_figure()
|
D | distributions.rs | 78 .x_desc(format!("Average time ({})", unit)) in abs_distribution() 233 .x_desc("Relative change (%)") in rel_distribution()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_dnn.h | 223 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,
|
D | cuda_dnn.cc | 3452 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/ |
D | rocm_dnn.h | 261 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,
|
D | rocm_dnn.cc | 3526 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/ |
D | fused_batch_norm_op.cc | 890 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/ |
D | dnn.h | 1016 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
|
D | stream.cc | 347 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 …]
|
D | stream.h | 251 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/ |
D | svg.rs | 686 .x_desc("X Axis") in test_text_draw()
|
/external/rust/crates/plotters/ |
D | CHANGELOG.md | 223 - ChartContext now support drawing axis description. Use `MeshStyle::x_desc` and `MeshStyle::y_desc…
|
/external/rust/crates/plotters/plotters-doc-data/ |
D | evcxr-jupyter-integration.ipynb | 5934 " .x_desc(\"Here's the label for X\")\n",
|