Searched refs:batch_descriptor (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_dnn.cc | 495 CudnnTensorDescriptor(const dnn::BatchDescriptor& batch_descriptor, in CudnnTensorDescriptor() argument 498 switch (batch_descriptor.layout()) { in CudnnTensorDescriptor() 501 const int nd = batch_descriptor.ndims() + 2; in CudnnTensorDescriptor() 504 batch_descriptor.full_strides(dnn::DataLayout::kBatchDepthYX); in CudnnTensorDescriptor() 506 batch_descriptor.full_dims(dnn::DataLayout::kBatchDepthYX); in CudnnTensorDescriptor() 517 << "batch_descriptor: " << batch_descriptor.ToString(); in CudnnTensorDescriptor() 522 batch_descriptor.count(), batch_descriptor.feature_map_count(), in CudnnTensorDescriptor() 523 batch_descriptor.height(), batch_descriptor.width())) in CudnnTensorDescriptor() 524 << "batch_descriptor: " << batch_descriptor.ToString(); in CudnnTensorDescriptor() 528 << DataLayoutString(batch_descriptor.layout()); in CudnnTensorDescriptor() [all …]
|
D | cuda_dnn.h | 360 Stream* stream, const dnn::BatchDescriptor& batch_descriptor, in DoSeparableConvolve() argument 538 const dnn::BatchDescriptor& batch_descriptor,
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_dnn.cc | 527 ScopedTensorDescriptor(const BatchDescriptor& batch_descriptor, in ScopedTensorDescriptor() argument 536 switch (batch_descriptor.layout()) { in ScopedTensorDescriptor() 539 const int nd = batch_descriptor.ndims() + 2; in ScopedTensorDescriptor() 547 batch_descriptor.full_strides(dnn::DataLayout::kBatchDepthYX); in ScopedTensorDescriptor() 549 batch_descriptor.full_dims(dnn::DataLayout::kBatchDepthYX); in ScopedTensorDescriptor() 563 << batch_descriptor.ToString() in ScopedTensorDescriptor() 569 << DataLayoutString(batch_descriptor.layout()); in ScopedTensorDescriptor() 595 const BatchDescriptor& batch_descriptor, in ScopedFilterDescriptor() argument 604 const int nd = batch_descriptor.ndims() + 2; in ScopedFilterDescriptor() 3987 const BatchDescriptor& batch_descriptor, in DeriveOutputBatchDescriptor() argument [all …]
|
D | rocm_dnn.h | 351 Stream* stream, const dnn::BatchDescriptor& batch_descriptor, in DoSeparableConvolve() argument 521 const dnn::BatchDescriptor& batch_descriptor,
|
/external/tensorflow/tensorflow/stream_executor/ |
D | dnn.h | 1189 const BatchDescriptor& batch_descriptor, 1200 kind, ToDataType<ElementType>::value, stream, batch_descriptor, 2546 const BatchDescriptor& batch_descriptor, DeviceMemoryBase input_data,
|
D | stream.cc | 795 const dnn::BatchDescriptor &batch_descriptor, in ThenSeparableConvolve() argument 804 PARAM(batch_descriptor), PARAM(input_data), PARAM(filter_descriptor), in ThenSeparableConvolve() 811 this, batch_descriptor, input_data, filter_descriptor, in ThenSeparableConvolve()
|