Home
last modified time | relevance | path

Searched refs:reducer_options (Results 1 – 8 of 8) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/reduce/
Dreducer_test.cpp211 spvtools::ReducerOptions reducer_options; in TEST() local
212 reducer_options.set_step_limit(500); in TEST()
213 reducer_options.set_fail_on_validation_error(true); in TEST()
217 std::move(binary_in), &binary_out, reducer_options, validator_options); in TEST()
526 spvtools::ReducerOptions reducer_options; in TEST() local
527 reducer_options.set_step_limit(500); in TEST()
528 reducer_options.set_fail_on_validation_error(true); in TEST()
532 std::move(binary_in), &binary_out, reducer_options, validator_options); in TEST()
550 spvtools::ReducerOptions reducer_options; in TEST() local
551 reducer_options.set_step_limit(500); in TEST()
[all …]
Dvalidation_during_reduction_test.cpp227 spvtools::ReducerOptions reducer_options; in TEST() local
228 reducer_options.set_step_limit(500); in TEST()
230 reducer_options.set_fail_on_validation_error(false); in TEST()
234 std::move(binary_in), &binary_out, reducer_options, validator_options); in TEST()
442 spvtools::ReducerOptions reducer_options; in TEST() local
443 reducer_options.set_step_limit(500); in TEST()
445 reducer_options.set_fail_on_validation_error(false); in TEST()
449 std::move(binary_in), &binary_out, reducer_options, validator_options); in TEST()
532 spvtools::ReducerOptions reducer_options; in TEST() local
535 reducer_options.set_step_limit(3); in TEST()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/
Dreducer_test.cpp211 spvtools::ReducerOptions reducer_options; in TEST() local
212 reducer_options.set_step_limit(500); in TEST()
213 reducer_options.set_fail_on_validation_error(true); in TEST()
217 std::move(binary_in), &binary_out, reducer_options, validator_options); in TEST()
526 spvtools::ReducerOptions reducer_options; in TEST() local
527 reducer_options.set_step_limit(500); in TEST()
528 reducer_options.set_fail_on_validation_error(true); in TEST()
532 std::move(binary_in), &binary_out, reducer_options, validator_options); in TEST()
550 spvtools::ReducerOptions reducer_options; in TEST() local
551 reducer_options.set_step_limit(500); in TEST()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/tools/reduce/
Dreduce.cpp150 spvtools::ReducerOptions* reducer_options, in ParseFlags() argument
180 reducer_options->set_step_limit(step_limit); in ParseFlags()
189 reducer_options->set_target_function(target_function); in ParseFlags()
191 reducer_options->set_fail_on_validation_error(true); in ParseFlags()
274 spvtools::ReducerOptions reducer_options; in main() local
279 &temp_file_prefix, &reducer_options, &validator_options); in main()
325 const uint32_t target_function = (*reducer_options).target_function; in main()
350 reducer_options, validator_options); in main()
/external/deqp-deps/SPIRV-Tools/tools/reduce/
Dreduce.cpp150 spvtools::ReducerOptions* reducer_options, in ParseFlags() argument
180 reducer_options->set_step_limit(step_limit); in ParseFlags()
189 reducer_options->set_target_function(target_function); in ParseFlags()
191 reducer_options->set_fail_on_validation_error(true); in ParseFlags()
274 spvtools::ReducerOptions reducer_options; in main() local
279 &temp_file_prefix, &reducer_options, &validator_options); in main()
325 const uint32_t target_function = (*reducer_options).target_function; in main()
350 reducer_options, validator_options); in main()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dadded_function_reducer.cpp74 spvtools::ReducerOptions reducer_options; in Run() local
75 reducer_options.set_target_function(GetAddedFunctionId()); in Run()
81 reducer_options.set_step_limit(shrinker_step_limit_ - in Run()
87 reducer.Run(std::move(binary_to_reduce), &reduced_binary, reducer_options, in Run()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dadded_function_reducer.cpp74 spvtools::ReducerOptions reducer_options; in Run() local
75 reducer_options.set_target_function(GetAddedFunctionId()); in Run()
81 reducer_options.set_step_limit(shrinker_step_limit_ - in Run()
87 reducer.Run(std::move(binary_to_reduce), &reduced_binary, reducer_options, in Run()
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dreduce_tester.cc135 const flatbuffers::Offset<ReducerOptions> reducer_options = in CreateTfLiteModel() local
144 tflite::BuiltinOptions_ReducerOptions, reducer_options.Union()); in CreateTfLiteModel()