Home
last modified time | relevance | path

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

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