Home
last modified time | relevance | path

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

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