Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/c/
Dbuiltin_op_data_test.cc39 TfLiteLSHProjectionType projection_type = kTfLiteLshProjectionDense; in TEST() local
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc5216 long long projection_type = kTypeNotPresent; in Parse() local
5217 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()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc5225 long long projection_type = kTypeNotPresent; in Parse() local
5226 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()
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc5216 long long projection_type = kTypeNotPresent; in Parse() local
5217 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()