Home
last modified time | relevance | path

Searched defs:BatchDescriptor (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Ddnn.cc119 Stream* /*stream*/, const dnn::BatchDescriptor& /*input_descriptor*/, in GetConvolveRunners()
175 Stream* /*stream*/, const dnn::BatchDescriptor& /*input_descriptor*/, in GetMIOpenConvolveAlgorithms()
461 BatchDescriptor::BatchDescriptor(int ndims) in BatchDescriptor() function in stream_executor::dnn::BatchDescriptor
469 BatchDescriptor::BatchDescriptor() : BatchDescriptor(/*ndims=*/2) {} in BatchDescriptor() function in stream_executor::dnn::BatchDescriptor
Dstream.h67 class BatchDescriptor; variable
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_dnn.cc6492 const dnn::BatchDescriptor&, in DoElementwiseOperate()