Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/test/val/
Dval_layout_test.cpp38 using pred_type = std::function<spv_result_t(int)>; typedef
40 std::tuple<int, std::tuple<std::string, pred_type, pred_type>>>;
121 pred_type All = Range<0, kRangeEnd>();
189 pred_type pred; in TEST_P()
190 pred_type test_pred; // Predicate to determine if the test should be build in TEST_P()
191 std::tuple<std::string, pred_type, pred_type> testCase; in TEST_P()
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_layout_test.cpp38 using pred_type = std::function<spv_result_t(int)>; typedef
40 std::tuple<int, std::tuple<std::string, pred_type, pred_type>>>;
121 pred_type All = Range<0, kRangeEnd>();
189 pred_type pred; in TEST_P()
190 pred_type test_pred; // Predicate to determine if the test should be build in TEST_P()
191 std::tuple<std::string, pred_type, pred_type> testCase; in TEST_P()
/external/libaom/libaom/av1/common/
Dcfl.c140 CFL_PRED_TYPE pred_type) { in CFL_SUB_AVG_FN()
141 const int alpha_sign = (pred_type == CFL_PRED_U) ? CFL_SIGN_U(joint_sign) in CFL_SUB_AVG_FN()
145 (pred_type == CFL_PRED_U) ? CFL_IDX_U(alpha_idx) : CFL_IDX_V(alpha_idx); in CFL_SUB_AVG_FN()
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Ddynamic_rnn_estimator_test.py217 for pred_type, prob_type, pred_dict, expected_alternatives in test_cases:
219 pred_type, prob_type, pred_dict)