Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dtoco_tooling.cc425 GraphTransformationsSet nearest_upsample_transformations; in TransformWithStatus() local
426 nearest_upsample_transformations.Add(new toco::IdentifyNearestUpsample); in TransformWithStatus()
428 model, "Identify nearest upsample.", nearest_upsample_transformations)); in TransformWithStatus()