Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A 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
H A Dstream.h67 class BatchDescriptor; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_dnn.cc6492 const dnn::BatchDescriptor&, in DoElementwiseOperate()