Searched defs:x_desc (Results 1 – 6 of 6) sorted by relevance
/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 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/ |
D | fused_batch_norm_op.cc | 900 se::dnn::BatchDescriptor x_desc; in operator ()() local 1095 se::dnn::BatchDescriptor x_desc; in operator ()() local
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
D | dnn.h | 1167 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()
|
D | stream.cc | 333 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/ |
D | rocm_dnn.cc | 3642 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/ |
D | cuda_dnn.cc | 5413 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()
|