Home
last modified time | relevance | path

Searched refs:ReadNonConstantTensor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dobject_reader.cc35 absl::Status ObjectReader::ReadNonConstantTensor( in ReadNonConstantTensor() function in tflite::gpu::ObjectReader
115 return ReadNonConstantTensor(context_, tensor_to_value_, in ReadValueByTensorIdx()
H A Dobject_reader.h39 static absl::Status ReadNonConstantTensor(
H A Dmodel_builder.cc3234 RETURN_IF_ERROR(ObjectReader::ReadNonConstantTensor( in PrecreateIOTensors()