Home
last modified time | relevance | path

Searched refs:Slice3DAttributes (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.h483 struct Slice3DAttributes { struct
494 BHWDC CalculateOutputShape(const BHWDC& input, const Slice3DAttributes& attr); argument
Doperations.cc556 BHWDC CalculateOutputShape(const BHWDC& input, const Slice3DAttributes& attr) { in CalculateOutputShape()