Searched refs:IsConstantOrPersistentTensor (Results 1 – 5 of 5) sorted by relevance
44 inline bool IsConstantOrPersistentTensor(const TfLiteTensor* tensor) { in IsConstantOrPersistentTensor() function141 if (tflite::IsDynamicTensor(data) || !IsConstantOrPersistentTensor(segment_ids) || in Prepare()142 !IsConstantOrPersistentTensor(num_segments)) { in Prepare()
199 if (!IsConstantOrPersistentTensor(t)) { in Prepare()219 if (IsConstantOrPersistentTensor(output)) { in Eval()
197 inline bool IsConstantOrPersistentTensor(const TfLiteTensor* tensor) { in IsConstantOrPersistentTensor() function
193 if (!IsConstantOrPersistentTensor(output_shape)) { in Prepare()
5588 "function_name" : "tflite::IsConstantOrPersistentTensor",