Home
last modified time | relevance | path

Searched defs:IsDynamicTensor (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dkernel_util.h184 inline bool IsDynamicTensor(const TfLiteTensor* tensor) { in IsDynamicTensor() function
/external/tensorflow/tensorflow/lite/delegates/flex/
Dtest_util.cc70 bool FlexModelTest::IsDynamicTensor(int tensor_index) { in IsDynamicTensor() function in tflite::flex::testing::FlexModelTest