Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformatquery.c1054 GLint64 combined_value = 1; in _mesa_GetInternalformativ() local
1077 combined_value *= current_value; in _mesa_GetInternalformativ()
1081 combined_value *= 6; in _mesa_GetInternalformativ()
1087 memcpy(buffer, &combined_value, sizeof(GLint64)); in _mesa_GetInternalformativ()
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
Dstate_space_model_test.py248 for prediction_key, combined_value in combined_predict.items():
249 self.assertAllClose(combined_value, split_predict[prediction_key])