Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h211 inline const int32* DimsDataUpTo4D() const { return dims_; } in DimsDataUpTo4D() function
381 const int* dims_data = reinterpret_cast<const int*>(shape.DimsDataUpTo4D()); in Offset()