Home
last modified time | relevance | path

Searched defs:CreateGpuModelInfo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dgpu_model.h45 struct CreateGpuModelInfo { struct
46 CalculationsPrecision precision;
47 TensorStorageType storage_type;
48 ModelHints hints;
64 absl::flat_hash_map<ValueId, TensorDescriptor> predefined;
79 absl::flat_hash_map<ValueId, GpuSpatialTensor*> external_immutable_tensors;
108 const CreateGpuModelInfo& create_info, argument