Home
last modified time | relevance | path

Searched defs:x_desc (Results 1 – 6 of 6) 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
158 pub(super) x_desc: Option<String>, field
413 pub fn x_desc<T: Into<String>>(&mut self, desc: T) -> &mut Self { in x_desc() function
/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op.cc900 se::dnn::BatchDescriptor x_desc; in operator ()() local
1095 se::dnn::BatchDescriptor x_desc; in operator ()() local
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Ddnn.h1167 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward()
1187 const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward()
1221 const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationBackward()
1239 const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationBackward()
Dstream.cc333 const DeviceMemory<float> &side_input, const dnn::BatchDescriptor &x_desc, in ThenBatchNormalizationForward()
359 const DeviceMemory<float> &y, const dnn::BatchDescriptor &x_desc, in ThenBatchNormalizationBackward()
387 const dnn::BatchDescriptor &x_desc, in ThenBatchNormalizationForward()
414 const dnn::BatchDescriptor &x_desc, in ThenBatchNormalizationBackward()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc3642 const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward()
3662 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward()
3684 const DeviceMemory<T>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForwardImpl()
3731 const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationBackward()
3749 const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationBackward()
3767 const DeviceMemory<U>& variance, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationBackwardImpl()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_dnn.cc5413 const DeviceMemory<float>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward()
5437 const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForward()
5462 const DeviceMemory<T>& side_input, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationForwardImpl()
5609 const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationBackward()
5630 const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationBackward()
5652 const DeviceMemory<T>& y, const dnn::BatchDescriptor& x_desc, in DoBatchNormalizationBackwardImpl()