Searched refs:projection_type (Results 1 – 4 of 4) sorted by relevance
39 TfLiteLSHProjectionType projection_type = kTfLiteLshProjectionDense; in TEST() local
5216 long long projection_type = kTypeNotPresent; in Parse() local5217 projection_type = UnserializeUInt(reader, read_pos, child_size); in Parse()5218 if (projection_type < 0) in Parse()5221 projection_ptr->type = static_cast<ProjectionType>(projection_type); in Parse()
5225 long long projection_type = kTypeNotPresent; in Parse() local5226 projection_type = UnserializeUInt(reader, read_pos, child_size); in Parse()5227 if (projection_type < 0) in Parse()5230 projection_ptr->type = static_cast<ProjectionType>(projection_type); in Parse()