Searched refs:getUntypedTensorValue (Results 1 – 5 of 5) sorted by relevance
134 return static_cast<T *>(getUntypedTensorValue(Index)); in getTensorValue()138 return static_cast<T *>(getUntypedTensorValue(Index)); in getTensorValue()142 void *getUntypedTensorValue(size_t Index);143 const void *getUntypedTensorValue(size_t Index) const;
47 return LastEvaluationResult->getUntypedTensorValue(0); in evaluateUntyped()
418 void *TFModelEvaluator::EvaluationResult::getUntypedTensorValue(size_t Index) { in getUntypedTensorValue() function in TFModelEvaluator::EvaluationResult423 TFModelEvaluator::EvaluationResult::getUntypedTensorValue(size_t Index) const { in getUntypedTensorValue() function in TFModelEvaluator::EvaluationResult
66 EXPECT_EQ(ER->getUntypedTensorValue(0), in TEST()
881 MUTR->lastEvaluationResult()->getUntypedTensorValue(I))); in tryFindEvictionCandidatePosition()