Home
last modified time | relevance | path

Searched refs:Resize3DAttributes (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dresize.h65 const Resize3DAttributes& attr);
68 Resize3D(const OperationDef& definition, const Resize3DAttributes& attr);
71 const Resize3DAttributes& attr);
73 Resize3DAttributes attr_;
77 const Resize3DAttributes& attr);
Dresize.cc159 const Resize3DAttributes& attr) in Resize3D()
176 const Resize3DAttributes& attr) { in GetResize3DCode()
311 const Resize3DAttributes& attr) { in CreateResize3D()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.h411 struct Resize3DAttributes { struct
427 const Resize3DAttributes& attr); argument
435 BHWDC CalculateOutputShape(const BHWDC& input, const Resize3DAttributes& attr);
Doperations.cc788 const Resize3DAttributes& attr) { in CalculateResizeScale()
798 BHWDC CalculateOutputShape(const BHWDC& input, const Resize3DAttributes& attr) { in CalculateOutputShape()