Home
last modified time | relevance | path

Searched refs:CreateNewTensorWithDifferentType (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/
Dutils.h38 TfLiteStatus CreateNewTensorWithDifferentType(TfLiteContext* context,
Dutils_test.cc61 EXPECT_EQ(CreateNewTensorWithDifferentType( in TEST()
Dutils.cc31 TfLiteStatus CreateNewTensorWithDifferentType(TfLiteContext* context, in CreateNewTensorWithDifferentType() function
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dobject_reader.cc61 if (delegates::CreateNewTensorWithDifferentType( in ReadNonConstantTensor()