Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator.py993 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]
/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc835 TfLiteTensor* first_tensor = context->tensors; in TEST() local
840 EXPECT_EQ(first_tensor, context->tensors); in TEST()
855 TfLiteTensor* first_tensor = context->tensors; in TEST() local
860 EXPECT_NE(first_tensor, context->tensors); in TEST()