Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h235 inline const int32_t* DimsDataUpTo5D() const { return dims_; } in DimsDataUpTo5D() function
405 const int* dims_data = reinterpret_cast<const int*>(shape.DimsDataUpTo5D()); in Offset()
416 const int* dims_data = reinterpret_cast<const int*>(shape.DimsDataUpTo5D()); in Offset()
/external/tensorflow/tensorflow/lite/micro/kernels/ceva/
Dtypes.h398 inline const int32_t* DimsDataUpTo5D() const { return dims_; }
568 const int* dims_data = reinterpret_cast<const int*>(shape.DimsDataUpTo5D());