Searched refs:first_tensor (Results 1 – 2 of 2) sorted by relevance
993 first_tensor = list(preds.values())[0]994 if isinstance(first_tensor, sparse_tensor.SparseTensorValue):995 batch_length = first_tensor.dense_shape[0]997 batch_length = first_tensor.shape[0]
835 TfLiteTensor* first_tensor = context->tensors; in TEST() local840 EXPECT_EQ(first_tensor, context->tensors); in TEST()855 TfLiteTensor* first_tensor = context->tensors; in TEST() local860 EXPECT_NE(first_tensor, context->tensors); in TEST()